Receive Status#
Status codes for receiving frames.
Macros#
< A response route is locked by the application
Received at low output power level, this must have the same value as TRANSMIT_OPTION_LOW_POWER.
Mask for masking out the received frametype bits.
Received frame is singlecast frame (rxOptions == xxxx00xx)
Received frame is broadcast frame (rxOptions == xxxx01xx)
Received frame is multicast frame (rxOptions == xxxx10xx)
Received frame is an explore frame (rxOptions == xxx1xxxx) Only TYPE_BROAD can be active at the same time as TYPE_EXPLORE.
Received frame is not send to me (rxOptions == x1xxxxxx)
Macro Definition Documentation#
RECEIVE_STATUS_ROUTED_BUSY#
#define RECEIVE_STATUS_ROUTED_BUSYValue:
0x01
< A response route is locked by the application
61
of file /mnt/raid/workspaces/ws.eV40Coy1M/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_transport_api.h
RECEIVE_STATUS_LOW_POWER#
#define RECEIVE_STATUS_LOW_POWERValue:
0x02
Received at low output power level, this must have the same value as TRANSMIT_OPTION_LOW_POWER.
66
of file /mnt/raid/workspaces/ws.eV40Coy1M/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_transport_api.h
RECEIVE_STATUS_TYPE_MASK#
#define RECEIVE_STATUS_TYPE_MASKValue:
0x0C
Mask for masking out the received frametype bits.
70
of file /mnt/raid/workspaces/ws.eV40Coy1M/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_transport_api.h
RECEIVE_STATUS_TYPE_SINGLE#
#define RECEIVE_STATUS_TYPE_SINGLEValue:
0x00
Received frame is singlecast frame (rxOptions == xxxx00xx)
74
of file /mnt/raid/workspaces/ws.eV40Coy1M/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_transport_api.h
RECEIVE_STATUS_TYPE_BROAD#
#define RECEIVE_STATUS_TYPE_BROADValue:
0x04
Received frame is broadcast frame (rxOptions == xxxx01xx)
78
of file /mnt/raid/workspaces/ws.eV40Coy1M/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_transport_api.h
RECEIVE_STATUS_TYPE_MULTI#
#define RECEIVE_STATUS_TYPE_MULTIValue:
0x08
Received frame is multicast frame (rxOptions == xxxx10xx)
82
of file /mnt/raid/workspaces/ws.eV40Coy1M/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_transport_api.h
RECEIVE_STATUS_TYPE_EXPLORE#
#define RECEIVE_STATUS_TYPE_EXPLOREValue:
0x10
Received frame is an explore frame (rxOptions == xxx1xxxx) Only TYPE_BROAD can be active at the same time as TYPE_EXPLORE.
87
of file /mnt/raid/workspaces/ws.eV40Coy1M/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_transport_api.h
RECEIVE_STATUS_FOREIGN_FRAME#
#define RECEIVE_STATUS_FOREIGN_FRAMEValue:
0x40
Received frame is not send to me (rxOptions == x1xxxxxx)
useful only in promiscuous mode
92
of file /mnt/raid/workspaces/ws.eV40Coy1M/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_transport_api.h