Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
_RECEIVE_OPTIONS_TYPE Struct Reference

#include <ZW_transport_api.h>

Data Fields

uint8_t rxStatus
 < Frame header info
 
union { 
 
   uint8_t   array [HOMEID_LENGTH
 
   uint32_t   word 
 
homeId 
 Command sender Node ID.
 
node_id_t sourceNode
 Frame destination ID, only valid when frame is not Multicast.
 
node_id_t destNode
 Average RSSI val in dBm as defined in RSSI feedback constants above.
 
signed char rxRSSIVal
 Security key frame was received with.
 
enum SECURITY_KEY securityKey
 Channel on which frame was received.
 
uint8_t rxChannelNo
 Channel on which frame was received is a Z-Wave Long Range channel.
 
bool isLongRangeChannel
 Transmit power used by the source to transmit the frame.
 
int8_t bSourceTxPower
 Noise floor measured by the source node before transmitting.
 
int8_t bSourceNoiseFloor
 

Field Documentation

◆ array

uint8_t _RECEIVE_OPTIONS_TYPE::array[HOMEID_LENGTH]

◆ bSourceNoiseFloor

int8_t _RECEIVE_OPTIONS_TYPE::bSourceNoiseFloor

◆ bSourceTxPower

int8_t _RECEIVE_OPTIONS_TYPE::bSourceTxPower

Noise floor measured by the source node before transmitting.

◆ destNode

node_id_t _RECEIVE_OPTIONS_TYPE::destNode

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

◆ [union]

union { ... } _RECEIVE_OPTIONS_TYPE::homeId

Command sender Node ID.

◆ isLongRangeChannel

bool _RECEIVE_OPTIONS_TYPE::isLongRangeChannel

Transmit power used by the source to transmit the frame.

◆ rxChannelNo

uint8_t _RECEIVE_OPTIONS_TYPE::rxChannelNo

Channel on which frame was received is a Z-Wave Long Range channel.

◆ rxRSSIVal

signed char _RECEIVE_OPTIONS_TYPE::rxRSSIVal

Security key frame was received with.

◆ rxStatus

uint8_t _RECEIVE_OPTIONS_TYPE::rxStatus

< Frame header info

Command sender Home ID

◆ securityKey

enum SECURITY_KEY _RECEIVE_OPTIONS_TYPE::securityKey

Channel on which frame was received.

◆ sourceNode

node_id_t _RECEIVE_OPTIONS_TYPE::sourceNode

Frame destination ID, only valid when frame is not Multicast.

◆ word

uint32_t _RECEIVE_OPTIONS_TYPE::word

The documentation for this struct was generated from the following file: