OpenCBM
|
Read some bytes from the IEC bus. More...
Go to the source code of this file.
Functions | |
NTSTATUS | cbmiec_raw_read (IN PDEVICE_EXTENSION Pdx, OUT PUCHAR Buffer, IN ULONG Size, OUT ULONG *Read) |
Read some bytes from the IEC bus. More... | |
NTSTATUS cbmiec_raw_read | ( | IN PDEVICE_EXTENSION | Pdx, |
OUT PUCHAR | Buffer, | ||
IN ULONG | Size, | ||
OUT ULONG * | Read | ||
) |
Read some bytes from the IEC bus.
This function reads some bytes from the IEC bus. If debugging of function parameters is defined, output the given parameters and the returned values.
Pdx | Pointer to the device extension. |
Buffer | Pointer to a buffer where the read bytes are written to. |
Size | Maximum number of characters to read from the bus. |
Read | Pointer to the variable which will hold the read bytes. |
Definition at line 48 of file rawread.c.
References cbmiec_i_raw_read(), DBG_PREFIX, FUNC_ENTER, and FUNC_PARAM.
Referenced by cbm_execute_readwrite().