winIDEA SDK
|
This class holds Access Batch Item results (including data).
#include <CSessionCtrl.h>
Public Attributes | |
std::vector< uint8_t > | access_info |
Buffer containing access info, where each byte indicates single MAU access success. | |
std::vector< uint8_t > | data |
Data buffer containing read data. | |
uint32_t | poll_duration_us = 0 |
Duration of poll operation in microseconds. | |
uint64_t | time_us = 0 |
Timestamp of item in microseconds from start of access batch. | |
std::vector<uint8_t> isys::SAccessBatchItem::access_info |
Buffer containing access info, where each byte indicates single MAU access success.
Applicable for read, write and poll type operations.
Python example (test_soc_ctrl_bus_access_batch.py):
std::vector<uint8_t> isys::SAccessBatchItem::data |
Data buffer containing read data.
Applicable only for read type operations.
Python example (test_soc_ctrl_bus_access_batch.py):
uint32_t isys::SAccessBatchItem::poll_duration_us = 0 |
Duration of poll operation in microseconds.
Applicable only for poll operation.
Python example (test_soc_ctrl_bus_access_batch.py):
uint64_t isys::SAccessBatchItem::time_us = 0 |
Timestamp of item in microseconds from start of access batch.
Applicable for all item types.
Python example (test_soc_ctrl_bus_access_batch.py):