The VbCollection type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Add(Oid) |
Add Vb with the supplied OID and value of SnmpNull
| |
| Add(Vb) |
Add variable binding to the collection
| |
| Add(String) |
Add new VB to the collection. New Vb OID in string format is supplied. Value is set to null (as in request)
| |
| Add(Oid, AsnType) |
Add Vb with the supplied OID and value of SnmpNull
| |
| Clear()()() |
Reset the VarBind collection.
| |
| Clone()()() |
Duplicate Vbs object
(Overrides AsnType..::.Clone()()().) | |
| decode(array<Byte>[]()[], Int32) |
Decode VarBind collection sequence.
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).) | |
| encode(MutableByte) |
Encode VarBind collection sequence
(Overrides AsnType..::.encode(MutableByte).) | |
| Equals(Object) | (Inherited from Object.) | |
| GetEnumerator()()() |
Get enumerator.
| |
| IEnumerable..::.GetEnumerator()()() |
Get enumerator.
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Insert(Int32, Vb) |
Insert VarBind item at specific location
| |
| RemoveAt(Int32) |
Remove VarBind entry for the specified position in the collection.
| |
| ToString()()() | (Inherited from Object.) |