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§
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.