get_reg_status

Function get_reg_status 

pub unsafe extern "C" fn get_reg_status(
    handle: ClientHandle,
    info: *mut RegStatusInfo,
) -> Error
Available on non-ag35 only.
Expand description

Gets the registration status information for voice and data connections.

ยงImplementation notes

Calls:

  • ql_log_print
  • mcm_client_execute_command_sync
    • Request type: mcm_nw_get_registration_status_req_msg_v01
    • Response type: mcm_nw_get_registration_status_resp_msg_v01

Uses a heap allocation for the mcm_nw_get_registration_status_resp_msg_v01 response before copying the data into the info parameter.