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
/
ControlPayloadCodec
Control
Payload
Codec
object
ControlPayloadCodec
Members
Functions
decode
Backend
Status
Notice
Link copied to clipboard
fun
decodeBackendStatusNotice
(
payload
:
ByteArray
)
:
BackendStatusNotice
?
decode
Token
Validation
Notice
Link copied to clipboard
fun
decodeTokenValidationNotice
(
payload
:
ByteArray
)
:
TokenValidationNotice
?
decode
Transfer
Request
Link copied to clipboard
fun
decodeTransferRequest
(
payload
:
ByteArray
)
:
TransferRequest
?
decode
Transfer
Result
Link copied to clipboard
fun
decodeTransferResult
(
payload
:
ByteArray
)
:
TransferResult
?
encode
Backend
Status
Notice
Link copied to clipboard
fun
encodeBackendStatusNotice
(
notice
:
BackendStatusNotice
)
:
ByteArray
encode
Token
Validation
Notice
Link copied to clipboard
fun
encodeTokenValidationNotice
(
notice
:
TokenValidationNotice
)
:
ByteArray
encode
Transfer
Request
Link copied to clipboard
fun
encodeTransferRequest
(
request
:
TransferRequest
)
:
ByteArray
encode
Transfer
Result
Link copied to clipboard
fun
encodeTransferResult
(
result
:
TransferResult
)
:
ByteArray