Dart.Snmp Namespace : DeviceStatus Enumeration |
Public Enum DeviceStatus Inherits System.Enum
Dim instance As DeviceStatus
public enum DeviceStatus : System.Enum
__value public enum DeviceStatus : public System.Enum
public enum class DeviceStatus : public System.Enum
Member | Value | Description |
---|---|---|
Down | 1 | Device did not respond to the last ping query or SNMP GET message. |
InvalidInterface | 3 | The device could not be reached, due to an System.Net.IPAddress.AddressFamily local and remote endpoint mismatch. |
Unknown | 0 | Default. No SNMP or ping query has been performed. |
Up | 2 | Device responded to the last ping query or SNMP GET message. |
System.Object
System.ValueType
System.Enum
Dart.Snmp.DeviceStatus