#include <stdlib.h>
Go to the source code of this file.
◆ MIKAI_EXPORT
◆ MyKey
◆ MyKeyGetReaderDescription()
char* MyKeyGetReaderDescription |
( |
MyKey * |
key, |
|
|
int |
reader |
|
) |
| |
Get the description of a reader.
- Parameters
-
key | pointer to MyKey instance where readers are saved |
reader | offset of reader to get |
- Returns
- string description of reader
◆ MyKeyGetReadersCount()
size_t MyKeyGetReadersCount |
( |
MyKey * |
key | ) |
|
Update internal register of available readers.
- Parameters
-
key | pointer to MyKey instance where save readers |
- Returns
- number of available readers
◆ MyKeyWriteAll()
int MyKeyWriteAll |
( |
MyKey * |
key | ) |
|
Write all modified blocks to SRIX4K.
- Parameters
-
key | pointer to MyKey instance where reader is initialized |
- Returns
- 0 = success: if it's another value, use MikaiGetLatestError()