Function ctru_sys::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.