Versions in this module Expand all Collapse all v0 v0.1.1 Oct 28, 2021 Changes in this version + type DecEncoder struct + func NewDecEncoder(msg Message) (*DecEncoder, error) + func (mde *DecEncoder) CRCExtra() byte + func (mde *DecEncoder) Decode(buf []byte, isV2 bool) (Message, error) + func (mde *DecEncoder) Encode(msg Message, isV2 bool) ([]byte, error) + type Message interface + GetID func() uint32 + type MessageRaw struct + Content []byte + ID uint32 + func (m *MessageRaw) GetID() uint32