Public Attributes#
uint8_t
< Frame header info
union _RECEIVE_OPTIONS_TYPE::@2
Command sender Node ID.
Frame destination ID, only valid when frame is not Multicast.
signed char
Security key frame was received with.
enum SECURITY_KEY
CommunicationProfile used on receive.
uint8_t
Channel on which frame was received is a Z-Wave Long Range channel.
bool
Transmit power used by the source to transmit the frame.
int8_t
Noise floor measured by the source node before transmitting.
int8_t
Public Attribute Documentation#
sourceNode#
node_id_t _RECEIVE_OPTIONS_TYPE::sourceNode
Frame destination ID, only valid when frame is not Multicast.
destNode#
node_id_t _RECEIVE_OPTIONS_TYPE::destNode
Average RSSI val in dBm as defined in RSSI feedback constants above.
securityKey#
enum SECURITY_KEY _RECEIVE_OPTIONS_TYPE::securityKey
CommunicationProfile used on receive.
rxSpeed#
uint8_t _RECEIVE_OPTIONS_TYPE::rxSpeed
Channel on which frame was received is a Z-Wave Long Range channel.
isLongRangeChannel#
bool _RECEIVE_OPTIONS_TYPE::isLongRangeChannel
Transmit power used by the source to transmit the frame.
bSourceTxPower#
int8_t _RECEIVE_OPTIONS_TYPE::bSourceTxPower
Noise floor measured by the source node before transmitting.