OpenCBM
|
Write one byte to the IEC bus. More...
Go to the source code of this file.
Functions | |
NTSTATUS | cbmiec_open (IN PDEVICE_EXTENSION Pdx, IN UCHAR Device, IN UCHAR Secaddr) |
Open a file on the IEC bus. More... | |
NTSTATUS | cbmiec_close (IN PDEVICE_EXTENSION Pdx, IN UCHAR Device, IN UCHAR Secaddr) |
Close a file on the IEC bus. More... | |
NTSTATUS cbmiec_close | ( | IN PDEVICE_EXTENSION | Pdx, |
IN UCHAR | Device, | ||
IN UCHAR | Secaddr | ||
) |
Close a file on the IEC bus.
This function opens a file on the IEC bus.
Pdx | Pointer to the device extension. |
Device | Device (primary) address |
Secaddr | Secondary address |
Definition at line 81 of file libiec/openclose.c.
References cbmiec_i_raw_write(), DBG_PREFIX, FUNC_ENTER, and FUNC_PARAM.
Referenced by cbm_execute_devicecontrol().
NTSTATUS cbmiec_open | ( | IN PDEVICE_EXTENSION | Pdx, |
IN UCHAR | Device, | ||
IN UCHAR | Secaddr | ||
) |
Open a file on the IEC bus.
This function opens a file on the IEC bus.
Pdx | Pointer to the device extension. |
Device | Device (primary) address |
Secaddr | Secondary address |
Definition at line 44 of file libiec/openclose.c.
References cbmiec_i_raw_write(), DBG_PREFIX, FUNC_ENTER, and FUNC_PARAM.
Referenced by cbm_execute_devicecontrol().