Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkMessage.Dump

Switch to Manual
public static function Dump(payload: byte[], sz: int): string;

Parameters

payload Network message payload to dump.
sz Length of payload in bytes.

Returns

string Dumped info from payload.

Description

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