#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_coap_client_connect(
client: *mut PamojaCoapClient,
) -> PamojaStatusExpand description
Binds the local socket so the endpoint can carry traffic.
§Arguments
client- the endpoint.
§Returns
PamojaStatus::Ok once bound.
§Safety
client must be a live handle from pamoja_coap_client_new.