Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
shared
/
ru.hytalemodding.lineage.shared.control
/
ControlEnvelope
Control
Envelope
data
class
ControlEnvelope
(
val
version
:
Byte
,
val
type
:
ControlMessageType
,
val
senderId
:
String
,
val
issuedAtMillis
:
Long
,
val
ttlMillis
:
Long
,
val
nonce
:
ByteArray
,
val
payload
:
ByteArray
)
Members
Constructors
Control
Envelope
Link copied to clipboard
constructor
(
version
:
Byte
,
type
:
ControlMessageType
,
senderId
:
String
,
issuedAtMillis
:
Long
,
ttlMillis
:
Long
,
nonce
:
ByteArray
,
payload
:
ByteArray
)
Properties
issued
At
Millis
Link copied to clipboard
val
issuedAtMillis
:
Long
nonce
Link copied to clipboard
val
nonce
:
ByteArray
payload
Link copied to clipboard
val
payload
:
ByteArray
sender
Id
Link copied to clipboard
val
senderId
:
String
ttl
Millis
Link copied to clipboard
val
ttlMillis
:
Long
type
Link copied to clipboard
val
type
:
ControlMessageType
version
Link copied to clipboard
val
version
:
Byte