![]() |
LibDriver MIFARE_CLASSIC
|
mifare classic extern driver modules More...
Functions | |
| uint8_t | mifare_classic_transceiver (mifare_classic_handle_t *handle, uint8_t *in_buf, uint8_t in_len, uint8_t *out_buf, uint8_t *out_len) |
| transceiver data | |
mifare classic extern driver modules
| uint8_t mifare_classic_transceiver | ( | mifare_classic_handle_t * | handle, |
| uint8_t * | in_buf, | ||
| uint8_t | in_len, | ||
| uint8_t * | out_buf, | ||
| uint8_t * | out_len ) |
transceiver data
| [in] | *handle | pointer to a mifare_classic handle structure |
| [in] | *in_buf | pointer to an input buffer |
| [in] | in_len | input length |
| [out] | *out_buf | pointer to an output buffer |
| [in,out] | *out_len | pointer to an output length buffer |
Definition at line 2002 of file driver_mifare_classic.c.