Z-Stack API Reference  3.2.0
_zstack_transoptions_t Struct Reference

#include <zstack.h>

Data Fields

bool wildcardProfileID
 
bool ackRequest
 
bool limitConcentrator
 
bool suppressRouteDisc
 
bool apsSecurity
 
bool skipRouting
 

Detailed Description

Structure for defining the transaction options when sending a data request.

Field Documentation

§ ackRequest

bool ackRequest

Set to request APS acknowlegement - This is an application level acknowledgement � meaning that the destination device will acknowledge the message. Only used on messages send direct (unicast).

§ apsSecurity

bool apsSecurity

Set to enable APS security (link key)

§ limitConcentrator

bool limitConcentrator

Set to limit the message to concentrators only

§ skipRouting

bool skipRouting

Setting this option will cause the device to skip routing and try to send the message directly (not multihop). End devices will not send the message to its parent first. Good for only direct (unicast) and broadcast messages.

§ suppressRouteDisc

bool suppressRouteDisc

Set to suppress intermediate route discoveries (only initial node)

§ wildcardProfileID

bool wildcardProfileID

Set to request use of Wildcard Profile ID (OxFFFF)


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