pub const netopt_t_NETOPT_DISCONNECT: netopt_t = 108;
Expand description

@brief (@ref netopt_disconnect_request_t) Instructs the interface to disconnect from a network

This netopt triggers a disconnect procedure from a network. The result is a derivative of @ref netopt_disconnect_result_t. Notification happens through a callback @ref netopt_on_disconnect_result_t.