pub unsafe extern "C" fn FSPXI_CardNorDirectRead(
    serviceHandle: Handle,
    commandId: u8_,
    size: u32_,
    output: *mut c_void
) -> Result
Expand description

Executes a CARDNOR direct read.

§Arguments

  • commandId - ID of the command.
  • size - Size of the output buffer.
  • output - Output buffer.