OpenCBM
Functions
i_rawread.c File Reference

Read some bytes from the IEC bus, internal version. More...

#include <wdm.h>
#include "cbm_driver.h"
#include "i_iec.h"

Go to the source code of this file.

Functions

NTSTATUS cbmiec_i_raw_read (IN PDEVICE_EXTENSION Pdx, OUT UCHAR *Buffer, ULONG Count, OUT ULONG *Received)
 Read some bytes from the IEC bus. More...
 

Detailed Description

Read some bytes from the IEC bus, internal version.



Author
Spiro Trikaliotis
Authors
Based on code from Michael Klein <michael(dot)klein(at)puffin(dot)lb(dot)shuttle(dot)de>

Definition in file i_rawread.c.

Function Documentation

NTSTATUS cbmiec_i_raw_read ( IN PDEVICE_EXTENSION  Pdx,
OUT UCHAR *  Buffer,
ULONG  Count,
OUT ULONG *  Received 
)