Go to the source code of this file.
◆ MikaiDelete()
void MikaiDelete |
( |
MyKey * |
key | ) |
|
Delete a MyKey.
- Parameters
-
key | pointer to instance to delete |
Definition at line 86 of file mikai.c.
◆ MikaiGetLatestError()
const char* MikaiGetLatestError |
( |
MyKey |
key[static 1] | ) |
|
◆ MikaiInit()
const char* MikaiInit |
( |
MyKey ** |
key, |
|
|
uint32_t |
dump[const SRIX4K_BLOCKS], |
|
|
uint64_t |
selection |
|
) |
| |
◆ MikaiNew()
Create a new MyKey instance.
Chip id of an uninitialized MyKey is 00 00 00 00.
- Returns
- pointer to MyKey instance
Definition at line 30 of file mikai.c.
◆ MikaiVersion()
const char* MikaiVersion |
( |
| ) |
|
Get current version of mikai as string.
- Returns
- version as a string
Definition at line 26 of file mikai.c.
◆ MyKeyGetReaderDescription()
char* MyKeyGetReaderDescription |
( |
MyKey |
key[static 1], |
|
|
int |
reader |
|
) |
| |
◆ MyKeyGetReadersCount()
size_t MyKeyGetReadersCount |
( |
MyKey |
key[static 1] | ) |
|
◆ MyKeyWriteAll()
int MyKeyWriteAll |
( |
MyKey |
key[static 1] | ) |
|