libxr 1.0
Want to be the best embedded framework
|
Read information block structure. More...
#include <libxr_rw.hpp>
Public Member Functions | |
ReadInfoBlock (RawData data, ReadOperation &&op) | |
Constructs a ReadInfoBlock. | |
ReadInfoBlock () | |
Default constructor. | |
Data Fields | |
RawData | data_ |
Data buffer. 数据缓冲区。 | |
ReadOperation | op_ |
Read operation instance. 读取操作实例。 | |
|
inline |
Constructs a ReadInfoBlock.
构造一个ReadInfoBlock。
data | Data buffer. |
op | Read operation instance. |
Definition at line 297 of file libxr_rw.hpp.
|
inline |
RawData LibXR::ReadInfoBlock::data_ |
Data buffer. 数据缓冲区。
Definition at line 288 of file libxr_rw.hpp.
ReadOperation LibXR::ReadInfoBlock::op_ |
Read operation instance. 读取操作实例。
Definition at line 289 of file libxr_rw.hpp.