| Allows to write one byte to the EPP Data Register of current LPT.
|
Language
|
Description
|
C/C++
|
void SetEPPDataPort ( HANDLE hLpt , UCHAR nNewValue )
|
Delphi
|
procedure SetEPPDataPort ( hLpt : THANDLE ; bNewValue : Byte ) ; stdcall
|
VB
|
Sub SetEPPDataPort ( ByVal hLpt As Long , ByVal bNewValue As Byte )
|
Parameters:
| hLpt - the handle returned by a successful call to OpenRapidLpt
|
| nNewValue - one byte value to write to EPP Data Register.
|
Return Value :
None
See also: GetEPPDataPort
|