struct IPC::Message::CBORMessage

Included Modules

Defined in:

ipc/message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(utype : UInt8, payload : Slice(UInt8), mtype : UInt8 = 1) #

[View source]
def self.new(decoder : ::CBOR::Decoder) #

[View source]

Instance Method Detail

def mtype : UInt8 #

[View source]
def mtype=(mtype : UInt8) #

[View source]
def payload : Bytes #

[View source]
def payload=(payload : Bytes) #

[View source]
def utype : UInt8 #

[View source]
def utype=(utype : UInt8) #

[View source]