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
/
HandshakePacket
Handshake
Packet
data
class
HandshakePacket
(
val
timestampMillis
:
Long
,
val
nonce
:
ByteArray
,
val
hmac
:
ByteArray
)
:
MessagingPacket
Members
Constructors
Handshake
Packet
Link copied to clipboard
constructor
(
timestampMillis
:
Long
,
nonce
:
ByteArray
,
hmac
:
ByteArray
)
Properties
hmac
Link copied to clipboard
val
hmac
:
ByteArray
nonce
Link copied to clipboard
val
nonce
:
ByteArray
timestamp
Millis
Link copied to clipboard
val
timestampMillis
:
Long
type
Link copied to clipboard
open
override
val
type
:
Byte