PacketClientMsg

Represents a packet message with extended header information.

Constructors

Link copied to clipboard
constructor(eMsg: EMsg, data: Array<Byte>)
Initializes a new instance of the PacketClientMsg class.

Properties

Link copied to clipboard
val msgType: EMsg
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun getData(): Array<Byte>
Gets the underlying data that represents this client message.
Link copied to clipboard
open fun isProto(): Boolean
Gets a value indicating whether this packet message is protobuf backed.