Debugging function used to dump on the console supplied byte array in a format suitable for console output.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static void DumpHex( byte[] data ) |
| Visual Basic |
|---|
Public Shared Sub DumpHex ( _ data As Byte() _ ) |
| Visual C++ |
|---|
public: static void DumpHex( array<unsigned char>^ data ) |
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
Byte array data