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.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public static void DumpHex( byte[] data ) |
| Visual Basic (Declaration) |
|---|
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