PacketClientMsgProtobuf

Represents a protobuf backed packet message.

Constructors

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

Properties

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

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 getSourceJobID(): Long
Gets the source job id for this packet message.
Link copied to clipboard
open fun getTargetJobID(): Long
Gets the target job id for this packet message.
Link copied to clipboard
open fun isProto(): Boolean
Gets a value indicating whether this packet message is protobuf backed.