Function anj_core_request_bootstrap
Defined in File core.h
Function Documentation
-
void anj_core_request_bootstrap(anj_t *anj)
Forces the start of a Bootstrap sequence.
This function immediately initiates a client-side Bootstrap procedure, regardless of the current connection status.
Note
If a Bootstrap session is already active, this function has no effect.
Warning
If the client is in the ANJ_CONN_STATUS_SUSPENDED state due to a server-triggered Disable operation (see anj_core_server_obj_disable_executed), it is expected to remain disconnected until the disable timeout expires. Reconnecting earlier is technically possible, but it will cause the client to ignore the server’s request to stay offline for the specified duration.
- Parameters:
anj – Anjay object.