![]() |
![]() |
|
Z-Stack API Reference
7.40.00.20
|
#include <zstack.h>
Data Fields | |
| zstack_AFAddr_t | srcAddr |
| uint16_t | groupID |
| uint16_t | clusterId |
| uint16_t | macDestAddr |
| uint8_t | endpoint |
| bool | wasBroadcast |
| bool | securityUse |
| uint8_t | linkQuality |
| uint8_t | correlation |
| int_least8_t | rssi |
| uint32_t | timestamp |
| uint8_t | nwkSeqNum |
| uint16_t | macSrcAddr |
| uint8_t | radius |
| uint16_t | n_payload |
| uint8_t * | pPayload |
Structure to send an AF Incoming Message Indication.
| uint16_t clusterId |
Message's clusterID
| uint8_t correlation |
The raw correlation value of the received data frame
| uint8_t endpoint |
Destination endpoint
| uint16_t groupID |
Message's group ID - 0 if not group message
| uint8_t linkQuality |
The link quality of the received data frame
| uint16_t macDestAddr |
MAC header destination short address
| uint16_t macSrcAddr |
MAC header source short address
| uint16_t n_payload |
Length of the message "payload"
| uint8_t nwkSeqNum |
Network header frame sequence number
| uint8_t* pPayload |
Pointer to the message "payload"
| uint8_t radius |
Message's network radius, 0 mean internal
| int_least8_t rssi |
The received RF power in units dBm
| bool securityUse |
Set if APS security was used
| zstack_AFAddr_t srcAddr |
Source Address, if endpoint is 0xFE, it's an interPAN message
| uint32_t timestamp |
Receipt timestamp from MAC
| bool wasBroadcast |
Set if network destination was a broadcast address