Class | Description | |
---|---|---|
![]() | Counter | A tagged type representing an unsigned 32-bit integer that starts at 0, can only increase in value, and wraps back to 0 when it exceeds its maximum value. |
![]() | Counter64 | A tagged type representing an unsigned 64-bit integer that starts at 0, can only increase in value, and wraps back to 0 when it exceeds its maximum value. |
![]() | Empty | A tagged type representing a place-holder when no value is desired. |
![]() | EndOfMibView | A tagged type representing the fact that end of the MIB has been reached. |
![]() | Gauge | A tagged type representing an unsigned 32-bit integer that can increase or decrease in value, but does not wrap to 0 if the maximum value is exceeded. |
![]() | Id | A tagged type representing a MIB object (node represented as an OID) or instance (IID) in ASN.1 notation. |
![]() | Integer | A tagged type representing a signed 32-bit value. |
![]() | IpAddress | A tagged type representing an IP address. |
![]() | NoSuchInstance | A tagged type representing the fact that the agent does not manage an instance of the IID specified by the variable. |
![]() | NoSuchObject | A tagged type representing the fact that the agent has no knowledge of the OID specified by the variable. |
![]() | Nsap | An NSAP tagged type. |
![]() | OctetString | A tagged type supporting the capability to pass byte arrays or strings. |
![]() | Opaque | A tagged type supporting the capability to pass arbitrary binary data or structures. |
![]() | TimeTicks | A tagged type representing an unsigned 32-bit integer that counts the time in hundredths of a second since some reference epoch. |
![]() | UInteger | A tagged type representing an unsigned 32-bit integer. |