pub unsafe extern "C" fn FSUSER_CardNorDirectWrite(
commandId: u8_,
size: u32_,
input: *const c_void,
) -> ResultExpand description
Executes a CARDNOR direct write.
ยงArguments
commandId- ID of the command.size- Size of the input buffer.output- Input buffer.