Receive Status#
Status codes for receiving frames.
Macros#
#define
RECEIVE_STATUS_ROUTED_BUSY 0x01
< A response route is locked by the application
#define
RECEIVE_STATUS_LOW_POWER 0x02
Received at low output power level, this must have the same value as TRANSMIT_OPTION_LOW_POWER.
#define
RECEIVE_STATUS_TYPE_MASK 0x0C
Mask for masking out the received frametype bits.
#define
RECEIVE_STATUS_TYPE_SINGLE 0x00
Received frame is singlecast frame (rxOptions == xxxx00xx)
#define
RECEIVE_STATUS_TYPE_BROAD 0x04
Received frame is broadcast frame (rxOptions == xxxx01xx)
#define
RECEIVE_STATUS_TYPE_MULTI 0x08
Received frame is multicast frame (rxOptions == xxxx10xx)
#define
RECEIVE_STATUS_TYPE_EXPLORE 0x10
Received frame is an explore frame (rxOptions == xxx1xxxx) Only TYPE_BROAD can be active at the same time as TYPE_EXPLORE.
#define
RECEIVE_STATUS_FOREIGN_FRAME 0x40
Received frame is not send to me (rxOptions == x1xxxxxx)