Unit ice
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
Variables
Description
Functions and Procedures
function geticelib: boolean; |
|
This item has no description. |
Types
Bool = integer; |
|
This item has no description. |
IcePointer = pointer; |
|
This item has no description. |
IceConn = pointer; |
|
This item has no description. |
Status = integer; |
|
This item has no description. |
IceProcessMessagesStatus = (...); |
|
This item has no description. Values
-
IceProcessMessagesSuccess
-
IceProcessMessagesIOError
-
IceProcessMessagesConnectionClosed
|
Constants
IceProtoMajor = 1; |
|
This item has no description. |
IceProtoMinor = 0; |
|
This item has no description. |
IceLSBfirst = 0; |
|
This item has no description. |
IceMSBfirst = 1; |
|
This item has no description. |
ICE_Error = 0; |
|
This item has no description. |
ICE_ByteOrder = 1; |
|
This item has no description. |
ICE_ConnectionSetup = 2; |
|
This item has no description. |
ICE_AuthRequired = 3; |
|
This item has no description. |
ICE_AuthReply = 4; |
|
This item has no description. |
ICE_AuthNextPhase = 5; |
|
This item has no description. |
ICE_ConnectionReply = 6; |
|
This item has no description. |
ICE_ProtocolSetup = 7; |
|
This item has no description. |
ICE_ProtocolReply = 8; |
|
This item has no description. |
ICE_Ping = 9; |
|
This item has no description. |
ICE_PingReply = 10; |
|
This item has no description. |
ICE_WantToClose = 11; |
|
This item has no description. |
ICE_NoClose = 12; |
|
This item has no description. |
IceCanContinue = 0; |
|
This item has no description. |
IceFatalToProtocol = 1; |
|
This item has no description. |
IceFatalToConnection = 2; |
|
This item has no description. |
IceBadMinor = $8000; |
|
This item has no description. |
IceBadState = $8001; |
|
This item has no description. |
IceBadLength = $8002; |
|
This item has no description. |
IceBadValue = $8003; |
|
This item has no description. |
IceBadMajor = 0; |
|
This item has no description. |
IceNoAuth = 1; |
|
This item has no description. |
IceNoVersion = 2; |
|
This item has no description. |
IceSetupFailed = 3; |
|
This item has no description. |
IceAuthRejected = 4; |
|
This item has no description. |
IceAuthFailed = 5; |
|
This item has no description. |
IceProtocolDuplicate = 6; |
|
This item has no description. |
IceMajorOpcodeDuplicate = 7; |
|
This item has no description. |
IceUnknownProtocol = 8; |
|
This item has no description. |
Variables
IceConnectionNumber: function(_iceConn: IceConn): integer; cdecl; |
|
This item has no description. |
IceRemoveConnectionWatch: procedure(watchProc: IceWatchProc; clientData: IcePointer); cdecl; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.