toggle menu
javasteam
1.5.1
jvm
switch theme
search in API
javasteam
/
in.dragonbra.javasteam.base
/
PacketMsg
Packet
Msg
open
class
PacketMsg
:
IPacketMsg
Represents a packet message with basic header information.
Members
Constructors
Packet
Msg
Link copied to clipboard
constructor
(
eMsg
:
EMsg
,
data
:
Array
<
Byte
>
)
Initializes a new instance of the
PacketMsg
class.
Properties
msg
Type
Link copied to clipboard
val
msgType
:
EMsg
source
Job
ID
Link copied to clipboard
val
sourceJobID
:
Long
target
Job
ID
Link copied to clipboard
val
targetJobID
:
Long
Functions
get
Data
Link copied to clipboard
open
fun
getData
(
)
:
Array
<
Byte
>
Gets the underlying data that represents this client message.
is
Proto
Link copied to clipboard
open
fun
isProto
(
)
:
Boolean
Gets a value indicating whether this packet message is protobuf backed.