Add enums for replace, replaceUPS, and poweroff
This commit is contained in:
parent
98607f42a1
commit
291f1d0b1c
@ -105,8 +105,9 @@ namespace EduNetworkBuilder
|
|||||||
WirelessBreakSSID, WirelessBreakKey, DeviceChangeIP, DeviceChangeGW, StaticRouteClear,
|
WirelessBreakSSID, WirelessBreakKey, DeviceChangeIP, DeviceChangeGW, StaticRouteClear,
|
||||||
StaticRouteCorrupt, VLANChange, VPNChangeEndpoint, VPNChangeKey, BreakDevice }
|
StaticRouteCorrupt, VLANChange, VPNChangeEndpoint, VPNChangeKey, BreakDevice }
|
||||||
public enum NBAction { none, newdevice, changelocation, changecomponent, deletecomponent,
|
public enum NBAction { none, newdevice, changelocation, changecomponent, deletecomponent,
|
||||||
|
ping, traceroute, arp, cleararp, dhcp,
|
||||||
ping, traceroute, arp, cleararp, dhcp }
|
replaceUPS, replace, poweroff,
|
||||||
|
}
|
||||||
|
|
||||||
[Serializable]
|
[Serializable]
|
||||||
public struct HostNicID //This holds a unique identifier for a network card. Links use this to know what it is connected to
|
public struct HostNicID //This holds a unique identifier for a network card. Links use this to know what it is connected to
|
||||||
|
Loading…
Reference in New Issue
Block a user