45 lines
934 B
Modula-2
45 lines
934 B
Modula-2
|
LIBRARY rastapi
|
||
|
|
||
|
|
||
|
EXPORTS
|
||
|
PortEnum
|
||
|
PortOpen
|
||
|
PortClose
|
||
|
PortGetInfo
|
||
|
PortSetInfo
|
||
|
PortTestSignalState
|
||
|
PortConnect
|
||
|
PortDisconnect
|
||
|
PortInit
|
||
|
PortSend
|
||
|
PortReceive
|
||
|
PortCompressionSetInfo
|
||
|
PortGetStatistics
|
||
|
PortClearStatistics
|
||
|
PortGetPortState
|
||
|
PortChangeCallback
|
||
|
PortReceiveComplete
|
||
|
PortSetFraming
|
||
|
DeviceEnum
|
||
|
DeviceGetInfo
|
||
|
DeviceSetInfo
|
||
|
DeviceConnect
|
||
|
DeviceListen
|
||
|
DeviceWork
|
||
|
DeviceDone
|
||
|
InitRasTapi
|
||
|
PortGetIOHandle
|
||
|
DeviceSetDevConfig
|
||
|
DeviceGetDevConfig
|
||
|
PortSetIoCompletionPort
|
||
|
AddPorts
|
||
|
RemovePort
|
||
|
EnableDeviceForDialIn
|
||
|
GetConnectInfo
|
||
|
RastapiGetCalledID
|
||
|
RastapiSetCalledID
|
||
|
GetZeroDeviceInfo
|
||
|
UnloadRastapiDll
|
||
|
SetCommSettings
|
||
|
DeviceGetDevConfigEx
|