44 cbmiec_open(IN PDEVICE_EXTENSION Pdx, IN UCHAR Device, IN UCHAR Secaddr)
56 buffer[0] = 0x20 | Device;
57 buffer[1] = 0xf0 | Secaddr;
60 FUNC_LEAVE_NTSTATUS(ntStatus);
81 cbmiec_close(IN PDEVICE_EXTENSION Pdx, IN UCHAR Device, IN UCHAR Secaddr)
93 buffer[0] = 0x20 | Device;
94 buffer[1] = 0xe0 | Secaddr;
97 FUNC_LEAVE_NTSTATUS(ntStatus);
NTSTATUS cbmiec_i_raw_write(PDEVICE_EXTENSION Pdx, const UCHAR *buf, ULONG cnt, ULONG *pSent, BOOLEAN atn, BOOLEAN talk)
Write some bytes to the IEC bus.
Internal functions and definitions of the libiec library.
Definitions for the opencbm driver.
NTSTATUS cbmiec_close(IN PDEVICE_EXTENSION Pdx, IN UCHAR Device, IN UCHAR Secaddr)
Close a file on the IEC bus.
NTSTATUS cbmiec_open(IN PDEVICE_EXTENSION Pdx, IN UCHAR Device, IN UCHAR Secaddr)
Open a file on the IEC bus.