send_cmd

Function send_cmd 

pub unsafe extern "C" fn send_cmd(
    handle: ClientHandle,
    req_atc_cmd: *const c_char,
    resp_buf: *mut c_char,
    resp_len: c_int,
) -> Error
Available on non-ag35 only.
Expand description

Sends an AT command and reads the response.

ยงImplementation notes

Calls:

  • mcm_client_execute_command_sync_ex
    • Request type: mcm_atcop_req_msg_v01
    • Response type: mcm_atcop_resp_msg_v01
  • ql_log_print