OpenCBM
|
#include <cbmioctl.h>
Data Fields | |
UCHAR | Line |
UCHAR | State |
This type gives a line (one out of IEC_ATN, IEC_DATA, IEC_CLOCK) and the corresponding state.
Definition at line 119 of file cbmioctl.h.
UCHAR CBMT_LINESTATE::Line |
The line to be accessed. Must be one of IEC_LINE_RESET, IEC_LINE_ATN, IEC_LINE_DATA, IEC_LINE_CLOCK
Definition at line 124 of file cbmioctl.h.
Referenced by opencbm_plugin_iec_setrelease(), and opencbm_plugin_iec_wait().
UCHAR CBMT_LINESTATE::State |
The state for which the line is to be tested
Definition at line 127 of file cbmioctl.h.
Referenced by opencbm_plugin_iec_setrelease(), and opencbm_plugin_iec_wait().