Version: 2018.1
public static string Dump (byte[] payload, int sz);

Parameters

payloadNetwork message payload to dump.
szLength of payload in bytes.

Returns

string Dumped info from payload.

Description

Returns a string with the numeric representation of each byte in the payload.