Hulaaki.Packet protocol

Defines the protocol Packet to encode/decode a Hulaaki Message

Source

Summary

decode(message)

Should implement the decoding of a binary to Message struct

encode(message)

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

Source
encode(message)

Should implement the encoding of a Message struct to binary

Source