Set Oid value from integer array. If integer array is null or length == 0, internal buffer is set to null.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public virtual void Set( uint[] value ) |
| Visual Basic |
|---|
Public Overridable Sub Set ( _ value As UInteger() _ ) |
| Visual C++ |
|---|
public: virtual void Set( array<unsigned int>^ value ) |
Parameters
- value
- Type: array<System..::..UInt32>[]()[][]
Integer array
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Parameter is null |
| System..::..ArgumentOutOfRangeException | Parameter contains less then 2 integer values |