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.

Average RSSI val in dBm as defined in RSSI feedback constants above.

signed char

Security key frame was received with.

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.

Public Attribute Documentation#

rxStatus#

uint8_t _RECEIVE_OPTIONS_TYPE::rxStatus

< Frame header info

Command sender Home ID


homeId#

union _RECEIVE_OPTIONS_TYPE::@2 _RECEIVE_OPTIONS_TYPE::homeId

Command sender Node ID.


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.


rxRSSIVal#

signed char _RECEIVE_OPTIONS_TYPE::rxRSSIVal

Security key frame was received with.


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.


bSourceNoiseFloor#

int8_t _RECEIVE_OPTIONS_TYPE::bSourceNoiseFloor