You are on page 1of 1

Public

(ByVal
Public
(ByVal
Public
(ByVal
Public
(ByVal
Public
(ByVal
Public
(ByVal
Public
(ByVal
Public
(ByVal
Public
(ByVal
Public
(ByVal
Public
(ByVal
Public
(ByVal
Public

Declare
Port As
Declare
Port As
Declare
Port As
Declare
Port As
Declare
Port As
Declare
Port As
Declare
Port As
Declare
Port As
Declare
Port As
Declare
Port As
Declare
Port As
Declare
Port As
Declare

Sub PortOut Lib io.dll _


Integer, ByVal Data As Byte)
Sub PortWordOut Lib io.dll _
Integer, ByVal Data As Integer)
Sub PortDWordOut Lib io.dll _
Integer, ByVal Data As Long)
Function PortIn Lib io.dll _
Integer) As Byte
Function PortWordIn Lib io.dll _
Integer) As Integer
Function PortDWordIn Lib io.dll _
Integer) As Long
Sub SetPortBit Lib io.dll _
Integer, ByVal Bit As Byte)
Sub ClrPortBit Lib io.dll _
Integer, ByVal Bit As Byte)
Sub NotPortBit Lib io.dll _
Integer, ByVal Bit As Byte)
Function GetPortBit Lib io.dll _
Integer, ByVal Bit As Byte) As Boolean
Function RightPortShift Lib io.dll _
Integer, ByVal Val As Boolean) As Boolean
Function LeftPortShift Lib io.dll _
Integer, ByVal Val As Boolean) As Boolean
Function IsDriverInstalled Lib io.dll () As Boolean

You might also like