Function ACU_ConnectAsync

Source
pub unsafe extern "C" fn ACU_ConnectAsync(
    config: *const acuConfig,
    connectionHandle: Handle,
) -> Result
Expand 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.