pub unsafe extern "C" fn ACU_ConnectAsync(
config: *const acuConfig,
connectionHandle: Handle,
) -> ResultExpand description
Starts the connection procedure.
ยงArguments
config- Pointer to an acuConfig struct used with ACU_CreateDefaultConfig previously.connectionHandle- Handle created with svcCreateEvent to wait on until the connection succeeds or fails.