OpenCBM
|
#include <cbmioctl.h>
Data Fields | |
UCHAR | PrimaryAddress |
UCHAR | SecondaryAddress |
This type provides primary and secondary address on the IEC bus
Definition at line 86 of file cbmioctl.h.
UCHAR CBMT_IECADDRESS::PrimaryAddress |
The primary address a.k.a. device number of the drive to be accessed
Definition at line 90 of file cbmioctl.h.
Referenced by opencbm_plugin_close(), opencbm_plugin_listen(), opencbm_plugin_open(), and opencbm_plugin_talk().
UCHAR CBMT_IECADDRESS::SecondaryAddress |
The secondary address for the access
Definition at line 93 of file cbmioctl.h.
Referenced by opencbm_plugin_close(), opencbm_plugin_listen(), opencbm_plugin_open(), and opencbm_plugin_talk().