Convert the Oid class to a integer array. Internal class data buffer is *copied* and not passed to the caller.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int[] ToArray()
Public Function ToArray As Integer()
public:
array<int>^ ToArray()

Return Value

Integer array representing the Oid class IDs

See Also