LibDriver MIFARE_CLASSIC
Loading...
Searching...
No Matches
mifare classic extern driver function

mifare classic extern driver modules More...

Collaboration diagram for mifare classic extern driver function:

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

Detailed Description

mifare classic extern driver modules

Function Documentation

◆ mifare_classic_transceiver()

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

Parameters
[in]*handlepointer to a mifare_classic handle structure
[in]*in_bufpointer to an input buffer
[in]in_leninput length
[out]*out_bufpointer to an output buffer
[in,out]*out_lenpointer to an output length buffer
Returns
status code
  • 0 success
  • 1 transceiver failed
Note
none

Definition at line 2002 of file driver_mifare_classic.c.