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

파라미터

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

반환

string Dumped info from payload.

설명

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