PowerSNMP for .NET CF
Id Class
Members  See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace : Id Class




A tagged type representing a MIB object (node represented as an OID) or instance (IID) in ASN.1 notation.

Object Model

Id Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class Id 
   Inherits Opaque
Visual Basic (Usage)Copy Code
Dim instance As Id
C# 
public sealed class Id : Opaque 
Managed Extensions for C++ 
public __gc __sealed class Id : public Opaque 
C++/CLI 
public ref class Id sealed : public Opaque 

Remarks

Supports the capability to pass object and instance identifiers. IIDs, OIDs and OID segments can be used in variables in GetNextMessage and GetBulkMessage requests, but only specific IIDs may be used for GetMessage, SetMessage, InformMessage, TrapMessage, NotificationMessage and ResponseMessage.

ASN.1 Object ID Type. String, Universal and Primitive.

Inheritance Hierarchy

System.Object
   Dart.Snmp.TaggedType
      Dart.Snmp.SimpleTaggedType
         Dart.Snmp.SimpleType.Opaque
            Dart.Snmp.SimpleType.Id

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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