struct IPC::Message::JSONMessage
- IPC::Message::JSONMessage
- Struct
- Value
- Object
Overview
Clients send and receive JSON (or CBOR) payloads.
Included Modules
- JSON::Serializable
Defined in:
ipc/message.crConstructors
Instance Method Summary
- #mtype : UInt8
- #mtype=(mtype : UInt8)
- #payload : String
- #payload=(payload : String)
- #utype : UInt8
- #utype=(utype : UInt8)