Skip to main content

Module wire

Module wire 

Source
Expand description

Wire format constants and error types.

Defines markers and error handling for over-the-air message encoding.

Enums§

WireError
Wire format error types.

Constants§

CANNED_ACK_EVENT_MAX_SIZE
Maximum encoded size for CannedMessageAckEvent.
CANNED_MESSAGE_MARKER
Marker byte for canned message events on the wire.
CANNED_MESSAGE_SIGNED_SIZE
Size of signed CannedMessageEvent wire format.
CANNED_MESSAGE_UNSIGNED_SIZE
Size of unsigned CannedMessageEvent wire format.
SIGNATURE_SIZE
Size of an Ed25519 signature in bytes.