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

Parámetros

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

Valor de retorno

string Dumped info from payload.

Descripción

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