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




A tagged type supporting the capability to pass byte arrays or strings.

Object Model

OctetString Class

Syntax

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

Remarks

ASN.1 OctetString Type. Byte[], Universal and Primitive.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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