| Class | Description |
---|
 | AgentCapabilitiesMacro |
Represents an AGENT-CAPABILITIES macro in a MIB module.
|
 | AgentCapabilitiesModule |
Represents an agent capabilities module in an SNMP MIB.
|
 | AllExceptConstraintElement |
Represents a constraint element that matches all values except those specified by the given constraint.
|
 | AnyType |
Represents a generic type in the MIB module.
|
 | Augments |
Represents the AUGMENTS clause in the MIB module, which specifies the augmentation of a table.
|
 | BitStringType |
Represents a BIT STRING type in SMI (Structure of Management Information).
|
 | BitsType |
Represents a BITS type in SMI, which is a derived type with named bits.
|
 | Categories |
Represents a set of SNMP MIB categories.
|
 | CharacterStringType |
Represents a character string SMI type.
|
 | CharDefinition |
Represents a character definition in the MIB.
|
 | CharDefinitionListValue |
Represents a list of CharDefinition values.
|
 | ChoiceType |
Represents a CHOICE type in SMI, which allows one of several types.
|
 | ChoiceValue |
Represents a choice value in an SMI (Structure of Management Information) context.
|
 | ClassNumber |
Represents a class number, which may be constructed from a string or a DefinedValue.
|
 | Compliance |
Represents a compliance statement for an SNMP MIB module.
|
 | Constraint |
Represents a constraint that can be applied to SNMP data, consisting of element set specifications and exception specifications.
|
 | ConstraintedType |
Represents a type with constraints in a MIB module.
|
 | ConstraintElement |
Represents an abstract base class for SNMP constraint elements.
|
 | Counter32Type |
Represents the Counter32 SMI type.
|
 | Counter64Type |
Represents the Counter64 SMI type.
|
 | DecoderRegistry |
Registry for decoders.
|
 | DefinedValue |
Represents a value defined in a specific module.
|
 | Document |
MIB document.
|
 | ElementSetConstraintElement |
Represents a constraint element that wraps another ConstraintElement as part of an element set.
|
 | ElementSetRange |
Represents a range of constraint elements, optionally containing an ellipsis.
|
 | ElementType |
Represents an element type in a MIB module.
|
 | EmbeddedType |
Represents an embedded SMI type within a MIB module.
|
 | EntityExtensions |
Extension methods of IEntity.
|
 | EntityStatusExtensions |
Extension methods for the EntityStatus enumeration.
|
 | EnumType |
Represents an enumeration type in a MIB module.
|
 | ErrorMacro |
Represents an ERROR MACRO type in a MIB module.
|
 | ExceptionSpec |
Represents an exception specification for SNMP MIB values.
|
 | Exports |
Represents a collection of exported symbols from a MIB module.
|
 | FromConstraintElement |
Represents a constraint element that is constructed from a Constraint instance.
|
 | FullQualifiedValue |
Represents a fully qualified value in the MIB (Management Information Base).
|
 | Gauge32Type |
Represents the Gauge32 SMI type.
|
 | IdComponent |
Represents a component of an object identifier (OID) in a MIB.
|
 | IdComponentList |
Represents a list of identifier components, optionally associated with a defined value.
|
 | IdListValue |
Represents a value consisting of a list of identifier strings.
|
 | Import |
IMPORT statement.
|
 | IncludeTypeConstraintElement |
Represents a constraint element that includes or excludes a specific SMI type.
|
 | Index |
Represents an index in a MIB table, including its type and whether it is implied.
|
 | IntegerType |
Represents the INTEGER type in SMI, supporting named numbers and constraints.
|
 | InvalidEntityException |
The exception that is thrown when an invalid entity is encountered in the MIB.
|
 | IpAddressType |
Represents the IpAddress SMI type.
|
 | Module |
MIB module.
|
 | ModuleCompliance |
Represents a module compliance statement in an SNMP MIB.
|
 | ModuleComplianceMacro |
Represents the MODULE-COMPLIANCE macro in an SNMP MIB module.
|
 | ModuleIdentityMacro |
Represents the MODULE-IDENTITY macro in a MIB module.
|
 | NamedBit |
Represents a named bit value in an SNMP MIB.
|
 | NamedConstraintElement |
Represents a named constraint element for SNMP, which can be present, absent, or optional, and may have an associated constraint.
|
 | NamedNumber |
Represents a named number, which associates a name with a numeric or defined value.
|
 | NamedValue |
Represents a named value pair for SNMP MIB entities.
|
 | NormalConstraintElement |
Represents a normal constraint element that can combine multiple constraints using union, bar, or intersect logic.
|
 | NotificationGroupMacro |
Represents a NOTIFICATION-GROUP macro in an SNMP MIB.
|
 | NotificationTypeMacro |
Represents a NOTIFICATION-TYPE macro in a MIB module.
|
 | NotResolvedException |
Exception raised when type resolution fails.
|
 | NumberLiteralValue |
Represents a numeric literal value for SMI (Structure of Management Information).
Supports both signed and unsigned values.
|
 | ObjectGroupMacro |
Object group macro.
|
 | ObjectIdentifierMacro |
Represents an OBJECT IDENTIFIER macro in a MIB module.
|
 | ObjectIdentityMacro |
Represents the OBJECT-IDENTITY macro in a MIB module.
|
 | ObjectTypeMacro |
Object type macro.
|
 | OctetStringType |
Represents the OCTET STRING type in SMI, with optional BITS support.
|
 | OperationMacro |
Represents an OPERATION macro in SMI, describing an operation with argument and result types, error list, and linked operations.
|
 | PatternConstraintElement |
Represents a constraint element that enforces a pattern on SNMP values.
|
 | QuadValue |
Represents a value composed of four NumberLiteralValue instances.
|
 | Revision |
Used to store the source control system information.
|
 | SelectionType |
Represents a selection type in SMI (Structure of Management Information).
|
 | SemanticException |
Semantic exception.
|
 | SequenceOfType |
Represents an SMI SEQUENCE OF type.
|
 | SequenceOfValue |
Represents a sequence of ISmiValue objects.
|
 | SequenceType |
Represents an SMI SEQUENCE type, which is a collection of element types.
|
 | SequenceValue |
Represents a sequence value consisting of a collection of named values.
|
 | SetOfType |
Represents a SET OF type in SMI, which is a collection of elements of a specified subtype.
|
 | SetType |
Represents an SMI SET type, which is a collection of element types.
|
 | SizeConstraintElement |
Represents a size constraint element for SNMP data.
|
 | SmiTypeExtensions |
Provides extension methods for working with ISmiType objects, enabling operations such as
verification, decoding, and type resolution.
|
 | Symbol |
Symbol in IMPORTS statement.
|
 | Tag |
Represents a tag with a type and a class number in the SNMP MIB context.
|
 | TaggedElementType |
Represents a tagged element type in the MIB, which is derived from another type and can be validated.
|
 | TaggedType |
Represents a tagged type in an SMI module, such as those using [APPLICATION n] or [IMPLICIT].
|
 | TextualConventionMacro |
Represents a TEXTUAL-CONVENTION macro in an SMI module.
|
 | TimeTicksType |
Represents the TimeTicks basic type in SNMP MIBs.
|
 | TrapTypeMacro |
Trap type macro.
|
 | TupleValue |
Represents a tuple of two NumberLiteralValue values.
|
 | TypeAssignment |
Represents a type assignment in a MIB module.
|
 | TypeOrValue |
Represents either an SMI type or an SMI value.
|
 | UnknownType |
Represents an unknown derived type in the MIB.
|
 | ValueRange |
Represents a value range with optional minimum and maximum values and comparison options.
|
 | ValueRangeConstraintElement |
Represents a constraint element that verifies whether SNMP data falls within a specified value range.
|
 | Variantion |
Represents a variation of an SMI (Structure of Management Information) object.
|
 | WithComponentConstraintElement |
Represents a constraint element with a component constraint in SNMP MIB definitions.
|
 | WithComponentsConstraintElement |
Represents a WITH COMPONENTS constraint element in SNMP MIB definitions.
|