Dart.Snmp Namespace : Usage Enumeration |
Public Enum Usage Inherits System.Enum
Dim instance As Usage
public enum Usage : System.Enum
__value public enum Usage : public System.Enum
public enum class Usage : public System.Enum
Member | Value | Description |
---|---|---|
Group | 5 | The MibNode is a OBJECT-GROUP or NOTIFICATION-GROUP. |
Identifier | 0 | The MibNode does not identify an object, but is a node that identifies a branch of the MIB tree. |
Notification | 6 | The MibNode is a NOTIFICATION-TYPE. |
Object | 1 | The MibNode is an OBJECT-TYPE, but is not a Usage.Table, Usage.TableEntry, or Usage.TableColumn. |
Table | 2 | The MibNode is an OBJECT-TYPE that parsing has determined to be a table. |
TableColumn | 4 | The MibNode is an OBJECT-TYPE that parsing has determined to be a table column. |
TableEntry | 3 | The MibNode is an OBJECT-TYPE that parsing has determined to be a table entry that describes a row. |
Identifier:
Object:
Table:
TableEntry:
TableColumn:
Group:
Notification:
System.Object
System.ValueType
System.Enum
Dart.Snmp.Usage