client_init

Function client_init 

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

Initializes a new client handle.

ยงImplementation notes

Calls:

  • QL_MCM_Client_Init with SERVICE_ATC.
  • ql_log_print (at verbose level)

Returns the result of QL_MCM_Client_Init.