Expand description
STR_PHY_RAW metadata envelopes.
The metadata trails the packet data in CMD_STR_SEND /
CMD_STR_RECV payloads and may be absent entirely; decoding an
empty slice yields the defaults.
Structs§
- Buffered
RxMeta Recvmetadata extended with the full protocol’s trailing buffered-frame fields (RX_FLAGS,RX_AGE).- RxMeta
- Receive metadata for
RecvonSTR_PHY_RAW. - TxMeta
- Transmit metadata for
SendonSTR_PHY_RAW.
Enums§
Constants§
- RX_
FLAG_ ACKED RX_FLAGSbit: the device already transmitted a MAC ack for this frame on the host’s behalf; the host must not ack it again.- RX_
FLAG_ BUFFERED RX_FLAGSbit: the frame was held in the inbound queue and is being delivered byCMD_QUEUE_DRAIN.- TX_
FLAG_ NOCCA TX_FLAGSbit: do not use CCA (or the equivalent LoRa mechanism).- TX_
FLAG_ NODUTY TX_FLAGSbit: send even if it would exceed the duty-cycle limit.- TX_
POWER_ DEFAULT TX_POWERvalue requesting the radio’s default power.- TX_
POWER_ MAX TX_POWERvalue requesting maximum power.