27 lines
558 B
Modula-2
27 lines
558 B
Modula-2
|
|
LIBRARY RunGate
|
||
|
|
EXPORTS
|
||
|
|
|
||
|
|
CreateRunGate
|
||
|
|
FreeRunGate
|
||
|
|
RunGateSetBindAddress
|
||
|
|
RunGateSetBindPort
|
||
|
|
RunGateGetIOWorkThreadCount
|
||
|
|
RunGateSetIOWorkThreadCount
|
||
|
|
RunGateStartup
|
||
|
|
RunGateStop
|
||
|
|
RunGateGetActiveSessionCount
|
||
|
|
RunGateSetName
|
||
|
|
RunGateGetSendThreadCount
|
||
|
|
RunGateSetSendThreadCount
|
||
|
|
RunGateGetDataProcessType
|
||
|
|
RunGateSetDataProcessType
|
||
|
|
RunGateSetDataProcessPrintMsgPacket
|
||
|
|
RunGateQuerySendThreadInfo
|
||
|
|
RunGateEnumActiveSessions
|
||
|
|
RunGateCloseSession
|
||
|
|
RunGateQueryDataStatics
|
||
|
|
RunGateResetDataStatics
|
||
|
|
SetOutputMsgFn
|
||
|
|
RunGateGetKernalVersion
|
||
|
|
RunGateSetServerIP
|
||
|
|
RunGateSetServerPort
|