CEBL
2.1
|
structure containing mindset's reply to command More...
#include <Mindset24.hpp>
Data Fields | |
unsigned char * | reply |
unsigned char * | sense_buffer |
sg_io_hdr_t | io_hdr |
bool | error |
int | reply_len |
int | sense_buffer_len |
structure containing mindset's reply to command
Definition at line 74 of file Mindset24.hpp.
bool MindsetReply::error |
Definition at line 79 of file Mindset24.hpp.
Referenced by Mindset24::GetAllData(), and Mindset24::GetNextDataBlock().
sg_io_hdr_t MindsetReply::io_hdr |
Definition at line 78 of file Mindset24.hpp.
unsigned char* MindsetReply::reply |
Definition at line 76 of file Mindset24.hpp.
Referenced by Mindset24::GetAllData(), Mindset24::GetNextDataBlock(), Mindset24::GetStatus(), and Mindset24::Inquiry().
int MindsetReply::reply_len |
Definition at line 80 of file Mindset24.hpp.
unsigned char* MindsetReply::sense_buffer |
Definition at line 77 of file Mindset24.hpp.
Referenced by Mindset24::GetAllData(), Mindset24::GetNextDataBlock(), and Mindset24::Inquiry().
int MindsetReply::sense_buffer_len |
Definition at line 81 of file Mindset24.hpp.