class IPCMessage::TypedMessage
- IPCMessage::TypedMessage
- IPCMessage::UntypedMessage
- Reference
- Object
Overview
WARNING you can only have up to 256 types.
Defined in:
message.crConstructors
Class Method Summary
Instance Method Summary
Instance methods inherited from class IPCMessage::UntypedMessage
payload : Bytes
payload,
payload=(payload : Bytes)
payload=,
serialize : Slice(UInt8)
serialize
Constructor methods inherited from class IPCMessage::UntypedMessage
deserialize(payload : Bytes) : UntypedMessage
deserialize,
new(string : String)new(payload : Slice(UInt8)) new