Pointer to an array of objects that will receive the results of every individual access item. More...
#include <BatchAccess.h>
Public Types | |
| enum | EResult { resOK , resAccess , resTimeout } |
| Batch access result enumeration. More... | |
Public Attributes | |
| uint8_t | m_abyData [SBatchAccessItem::MAX_DATA_SIZE] |
| Array of data bytes to be written with this access item. Aplicable if SBatchAccessItem::EFlags::flRead is set in corresponding SBatchAccessItem. | |
| uint8_t | m_byResult |
| Access item result (see SBatchAccessItemResult::EResult). | |
| uint64_t | m_qwTimeStamp |
| Access item timestamp in microseconds. | |
Pointer to an array of objects that will receive the results of every individual access item.