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

Fields

Field
Declared as
Description
uint8_t
The addressing mode for the destination address used in this primitive and of the APDU to be transferred, refer to esp_zb_aps_address_mode_t.
The individual device address or group address of the entity to which the ASDU is being transferred.
uint8_t
The number of the individual endpoint of the entity to which the ASDU is being transferred or the broadcast endpoint (0xff).
uint16_t
The identifier of the profile for which this frame is intended.
uint16_t
The identifier of the object for which this frame is intended.
uint8_t
The individual endpoint of the entity from which the ASDU is being transferred.
uint32_t
The number of octets comprising the ASDU to be transferred.
uint8_t *
The set of octets comprising the ASDU to be transferred.
uint8_t
The transmission options for the ASDU to be transferred, refer to esp_zb_apsde_tx_opt_t.
bool
The next higher layer may use the UseAlias parameter to request alias usage by NWK layer for the current frame.
uint16_t
The source address to be used for this NSDU. If the use_alias is true.
int
The sequence number to be used for this NSDU. If the use_alias is true.
uint8_t
The distance, in hops, that a transmitted frame will be allowed to travel through the network.

References

from examples