PowerSNMP for .NET
Dart.Snmp.SimpleType Namespace
Inheritance Hierarchy
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 that the end of the agent's MIB view 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. Can be used interchangeably as an Unsigned32 tag type.
ClassId A tagged type representing a Dart.Snmp.MibNode (OID representing a MIB node) or instance (IID) in ASN.1 notation. '0.0' is the minimum value that may be encoded.
ClassInteger A tagged type representing a signed 32-bit value.
ClassIpAddress A tagged type representing an IP address.
ClassNoSuchInstance A tagged type representing that the agent does not manage an instance of the IID specified by the variable.
ClassNoSuchObject A tagged type representing 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. Provided for backwards compatibility with RFC 1442. Not normally used. For a Syntax of Unsigned32 Gauge should be used.
ClassUIntegerBase Base class for unsigned 32-bit integer classes.
ClassUIntegerBaseDisplayHint Base class for unsigned 32-bit integer classes that support display-hint.
See Also

Reference

Dart.Snmp Assembly

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic