#include <wdm.h>
#include "cbm_driver.h"
#include "i_iec.h"
Go to the source code of this file.
Functions | |
| NTSTATUS | cbmiec_pp_read (IN PDEVICE_EXTENSION Pdx, OUT UCHAR *Return) |
| Read a byte from the X[M|A]P1541 cable. | |
**************************************************************
Definition in file ppread.c.
|
||||||||||||
|
Read a byte from the X[M|A]P1541 cable. This function reads a byte from the parallel portion of the X[M|A]P1541 cable.
Definition at line 43 of file ppread.c. References CBMIEC_SET, FUNC_ENTER, PAR_PORT, and PP_LP_BIDIR. Referenced by cbm_execute_devicecontrol(). |
1.4.2