|  |  | 
CryptoCC26XX Transaction. More...
#include <CryptoCC26XX.h>
| Data Fields | |
| CryptoCC26XX_Operation | opType | 
| CryptoCC26XX_Mode | mode | 
| uint8_t | data [] | 
CryptoCC26XX Transaction.
This structure defines the nature of a general crypto transaction. An operation specific object, e.g. CryptoCC26XX_AESCCM_Transaction, must be used by the clients. All transaction must be typecasted to this common type when calling the transact functions. The first data of all transactions must hold a type field indicating which type of transaction to be performed.
| CryptoCC26XX_Operation CryptoCC26XX_Transaction::opType | 
The type of the crypto operation
| CryptoCC26XX_Mode CryptoCC26XX_Transaction::mode | 
The mode of current transaction
| uint8_t CryptoCC26XX_Transaction::data[] | 
A void pointer to rest of transaction (transac. specific)