Return a string formatted as OID value of the passed integer array starting at array item startpos.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- vals
- array<
Int32
>[]()[]
Array of integers
- startpos
- Int32
Start position in the array. 0 based.
Return Value
String formatted OID
Exceptions
| Exception | Condition |
|---|---|
| System..::.IndexOutOfRangeException | Thrown when start position is outside of the bounds of the available data. |