Module events

Module events 

Source
Expand description

Event queue variants pushed by subscription callbacks and consumed by CliSession::service_events.

All variants store bounded data; OwnedMacCommand (which contains an unbounded Vec<u8>) is never used as a blanket carrier — only the MAC commands the CLI actually cares about get dedicated variants.

Enums§

CliEvent

Constants§

EVENT_LINE_MAX
Maximum length of a formatted output line buffered for writing.
EVENT_PAYLOAD_MAX
Maximum payload length recorded in inbound events (per-event cap).
EVENT_RAW_MAX
Maximum raw on-wire frame bytes recorded per RawTx/RawRx event.