Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
shared
/
ru.hytalemodding.lineage.shared.messaging
/
MessagePacket
Message
Packet
data
class
MessagePacket
(
val
channelId
:
String
,
val
payload
:
ByteArray
,
val
hmac
:
ByteArray
)
:
MessagingPacket
Members
Constructors
Message
Packet
Link copied to clipboard
constructor
(
channelId
:
String
,
payload
:
ByteArray
,
hmac
:
ByteArray
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
String
hmac
Link copied to clipboard
val
hmac
:
ByteArray
payload
Link copied to clipboard
val
payload
:
ByteArray
type
Link copied to clipboard
open
override
val
type
:
Byte