MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgClientInfo type

Top  Previous  Next

TMsgClientInfo indicates the client connection parameters.

Unit
MsgServer

type

TMsgSessionID = Integer;

TMsgClientInfo = packed record
UserID: Cardinal;
Host: String;
Port: Integer;
Application: String;
SessionID: TMsgSessionID;
end;

TMsgClientInfoArray = array of TMsgClientInfo;

Description
TMsgClientInfo type describes the parameters of client session connected to the server.
UserID is an unique identifier of the user on this server.
Host is a host name or IP address of the client machine.
Port is a number of the local port used by this client connection to this server.
Application is a name of the client application.
SessionID is a unique identifier of the client session on server. Each client session automatically gets its ID when connecting to the server.




© AidAim Software MsgCommunicator: Delphi Messenger Sdk Instant Messaging Sdk Im Sd