Convert the Oid class to a integer array. Internal class data buffer is *copied* and not passed to the caller.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public uint[] ToArray() |
| Visual Basic |
|---|
Public Function ToArray As UInteger() |
| Visual C++ |
|---|
public: array<unsigned int>^ ToArray() |