| Allows to read one byte from EPP Data Register of current LPT.
|
Language
|
Description
|
C/C++
|
USHORT GetEPPDataPort ( HANDLE hLpt )
|
Delphi
|
function GetEPPDataPort ( hLpt : THANDLE ) : Byte; stdcall
|
VB
|
Function GetEPPDataPort ( ByVal hLpt As Long ) As Byte
|
Parameters:
| hLpt - the handle returned by a successful call to OpenRapidLpt
|
Return Value :
The byte read from the EPP Data Register
See also: SetEPPDataPort
|