Functions | |
void | tr_af_init (void) |
Initialize Trident application framework. | |
tr_conn_state_e | tr_get_connection_state (void) |
Function for getting the last known connection state of the device. Optional callback tr_connection_state_cb() is fired when state changes. | |
void | tr_network_rejoin (zb_uint32_t channel_mask, zb_bool_t secure) |
Function for initiating network rejoin attempts. | |
void tr_af_init | ( | void | ) |
Initialize Trident application framework.
tr_conn_state_e tr_get_connection_state | ( | void | ) |
Function for getting the last known connection state of the device. Optional callback tr_connection_state_cb() is fired when state changes.
void tr_network_rejoin | ( | zb_uint32_t | channel_mask, |
zb_bool_t | secure ) |
Function for initiating network rejoin attempts.
channel_mask | channel mask used for the rejoin |
secure | true for secure rejoin, false for trust center (unsecure) rejoin |