Vb item. Stores Oid => value pair for each value
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| 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) | (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
|