awala
Toggle table of contents
1.0.0a3
jvm
Platform filter
jvm
Switch theme
Search in API
awala
awala
/
tech.relaycorp.relaynet.messages.payloads
/
CargoMessage
Cargo
Message
class
CargoMessage
(
val
messageSerialized
:
ByteArray
)
Message encapsulated in a cargo message set, classified with its type.
Members
Constructors
Cargo
Message
Link copied to clipboard
constructor
(
messageSerialized
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
Type
Link copied to clipboard
enum
Type
:
Enum
<
CargoMessage.Type
>
Properties
message
Serialized
Link copied to clipboard
val
messageSerialized
:
ByteArray
type
Link copied to clipboard
var
type
:
CargoMessage.Type
?