bus v0.1.3 Bus.Protocol.Packet protocol

Defines the protocol Packet to encode/decode a bus Message

Summary

Functions

Should implement the decoding of a binary to Message struct

Should implement the encoding of a Message struct to binary

Types

t :: term

Functions

decode(message)

Should implement the decoding of a binary to Message struct

encode(message)

Should implement the encoding of a Message struct to binary