DataBlock Struct Reference
DataBlock structure. More...
#include <scmTypes.h>
Public Attributes | |
| char32_t | index = 0 |
| The block number which is wanted to start. | |
| KeyType | keyTypeUsed = DEFAULT_KEY |
| The block number which is wanted to start. | |
| char32_t | priority = -1 |
| Card priority (-1 by default when a priority is not chosen) | |
| char32_t | value = 0 |
| Value to increment / decrement. | |
Detailed Description
- Remarks
- value it is only used in functions: incrementOnlyBlock, decrementOnlyBlock, incrementBlock and decrementBlock
