Function aptSendCommand

Source
pub unsafe extern "C" fn aptSendCommand(
    aptcmdbuf: *mut u32_,
) -> Result
Expand description

Sends an APT command through IPC, taking care of locking, opening and closing an APT session.

ยงArguments

  • aptcmdbuf - Pointer to command buffer (should have capacity for at least 16 words).