pub unsafe extern "C" fn FSPXI_CardNorDirectRead(
serviceHandle: Handle,
commandId: u8_,
size: u32_,
output: *mut c_void,
) -> ResultExpand description
Executes a CARDNOR direct read.
ยงArguments
commandId- ID of the command.size- Size of the output buffer.output- Output buffer.