Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

NetworkMessage.Dump

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.

Did you find this page useful? Please give it a rating: