Function ACTA_DeleteAccountDeviceAssociation

Source
pub unsafe extern "C" fn ACTA_DeleteAccountDeviceAssociation(
    accountSlot: u8_,
    completionEvent: Handle,
) -> Result
Expand description

Deletes the account-device association for a specific account.

ยงArguments

  • accountSlot - The account slot of the account to perform this action on.
  • completionEvent - The event handle to signal once the request has finished.