Vb item. Stores Oid => value pair for each value

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class Vb : AsnType
Public Class Vb _
	Inherits AsnType
public ref class Vb : public AsnType

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Vb()()()
Standard constructor. Initializes values to null.
Vb(Oid)
Construct Vb with the supplied OID and Null value
Vb(Vb)
Copy constructor. Initialize class with cloned values from second class.
Vb(String)
Construct Vb with the oid value and value.
Vb(Oid, AsnType)
Construct Vb with the OID and value
Clone()()()
Clone Vb object
(Overrides AsnType..::.Clone()()().)
decode(array<Byte>[]()[], Int32)
Decode BER encoded variable binding.
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).)
encode(MutableByte)
ASN.1 encode the variable binding
(Overrides AsnType..::.encode(MutableByte).)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Oid
Get/SET OID of the Vb
ResetValue()()()
Reset Vb value to Null
Set(Vb)
SET class value from supplied Vb class
ToString()()()
Return printable string in the format oid: value
(Overrides Object..::.ToString()()().)
Type
Return ASN.1 type of the object stored in this or derived class.
(Inherited from AsnType.)
Value
SET/Get AsnType value of the Vb

Inheritance Hierarchy

System..::.Object
  SnmpSharpNet..::.AsnType
    SnmpSharpNet..::.Vb

See Also