44 cbmiec_listen(IN PDEVICE_EXTENSION Pdx, IN UCHAR Device, IN UCHAR Secaddr)
56 buffer[0] = 0x20 | Device;
57 buffer[1] = 0x60 | Secaddr;
60 Pdx->DoNotReleaseBus = TRUE;
62 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.
NTSTATUS cbmiec_listen(IN PDEVICE_EXTENSION Pdx, IN UCHAR Device, IN UCHAR Secaddr)
Send a LISTEN over the IEC bus.
Definitions for the opencbm driver.