esp_zb_apsde_data_ind_s is only used within esp_zigbee_gateway sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
uint8_t
The status of the incoming frame processing, 0: on success.
uint8_t
The addressing mode for the destination address used in this primitive and of the APDU that has been received, refer to esp_zb_aps_address_mode_t.
uint16_t
The individual device address or group address to which the ASDU is directed.
uint8_t
The target endpoint on the local entity to which the ASDU is directed.
uint8_t
Reserved, The addressing mode for the source address used in this primitive and of the APDU that has been received.
uint16_t
The individual device address of the entity from which the ASDU has been received.
uint8_t
The number of the individual endpoint of the entity from which the ASDU has been received.
uint16_t
The identifier of the profile from which this frame originated.
uint16_t
The identifier of the received object.
uint32_t
The number of octets comprising the ASDU being indicated by the APSDE.
uint8_t *
The set of octets comprising the ASDU being indicated by the APSDE.
uint8_t
UNSECURED if the ASDU was received without any security. SECURED_NWK_KEY if the received ASDU was secured with the NWK key.
int
The link quality indication delivered by the NLDE.
int
Reserved, a time indication for the received packet based on the local clock.

References

from examples