#include <stdlib.h>
#include <string.h>
#include <nfc/nfc.h>
#include <mikai/mikai.h>
#include "reader.h"
Go to the source code of this file.
◆ SRIX_GET_UID
#define SRIX_GET_UID 0x0B |
◆ SRIX_READ_BLOCK
#define SRIX_READ_BLOCK 0x08 |
◆ SRIX_WRITE_BLOCK
#define SRIX_WRITE_BLOCK 0x09 |
◆ NfcCloseReader()
void NfcCloseReader |
( |
NfcReader |
reader[static 1] | ) |
|
◆ NfcGetReaderDescription()
char* NfcGetReaderDescription |
( |
NfcReader |
reader[static 1], |
|
|
int |
selection |
|
) |
| |
◆ NfcGetUid()
◆ NfcInitReader()
◆ NfcReadBlock()
◆ NfcReaderNew()
Allocate a nfc reader and set its default values.
- Returns
- null if there is an error, else an nfc reader pointer
Definition at line 113 of file reader.c.
◆ NfcUpdateReaders()
size_t NfcUpdateReaders |
( |
NfcReader |
reader[static 1] | ) |
|
◆ NfcWriteBlock()