PowerSNMP for .NET CF
Dart.Snmp.SimpleType Namespace
See Also  Inheritance Hierarchy Send comments on this topic.

Classes

 ClassDescription
ClassCounter 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.
ClassCounter64 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.
ClassEmpty A tagged type representing a place-holder when no value is desired.
ClassEndOfMibView A tagged type representing the fact that end of the MIB has been reached.
ClassGauge 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.
ClassId A tagged type representing a MIB object (node represented as an OID) or instance (IID) in ASN.1 notation.
ClassInteger A tagged type representing a signed 32-bit value.
ClassIpAddress A tagged type representing an IP address.
ClassNoSuchInstance A tagged type representing the fact that the agent does not manage an instance of the IID specified by the variable.
ClassNoSuchObject A tagged type representing the fact that the agent has no knowledge of the OID specified by the variable.
ClassNsap An NSAP tagged type.
ClassOctetString A tagged type supporting the capability to pass byte arrays or strings.
ClassOpaque A tagged type supporting the capability to pass arbitrary binary data or structures.
ClassTimeTicks A tagged type representing an unsigned 32-bit integer that counts the time in hundredths of a second since some reference epoch.
ClassUInteger A tagged type representing an unsigned 32-bit integer.

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.