#include <ZW_application_transport_interface.h>
Data Fields | |
const SVirtualSlaveNodeInfoTable_t * | pVirtualSlaveNodeInfoTable |
const uint8_t * | pSecureKeysRequested |
NULL is acceptable if no virtual slave nodes. | |
const SAppNodeInfo_t * | pNodeInfo |
values are ref SECURITY_KEY_S2_ACCESS_BIT, ref SECURITY_KEY_S2_AUTHENTICATED_BIT, ref SECURITY_KEY_S2_UNAUTHENTICATED_BIT, - consider making a bit field struct for it | |
const SRadioConfig_t * | pRadioConfig |
This allows "nulling" a pointer while modifying a virtual slave node info Or changing pointer to point to a different one. This struct content must be set up by application before enabling protocol (enabling radio) Direct content (the pointers) may not be changed runtime, but the data they point to can be edited by application run time
const SAppNodeInfo_t* SProtocolConfig_t::pNodeInfo |
values are ref SECURITY_KEY_S2_ACCESS_BIT, ref SECURITY_KEY_S2_AUTHENTICATED_BIT, ref SECURITY_KEY_S2_UNAUTHENTICATED_BIT, - consider making a bit field struct for it
const SRadioConfig_t* SProtocolConfig_t::pRadioConfig |
const uint8_t* SProtocolConfig_t::pSecureKeysRequested |
NULL is acceptable if no virtual slave nodes.
const SVirtualSlaveNodeInfoTable_t* SProtocolConfig_t::pVirtualSlaveNodeInfoTable |