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


TMsgServer.OnReceiveBinaryMessage
TMsgServer
Top 

Occurs when the server receives a custom message from client.

type TMsgOnServerReceiveBinaryMessage = procedure (const FromUserID: Cardinal; Buffer: PChar; Size: Integer) of object;

property OnReceiveBinaryMessage: TMsgOnServerReceiveBinaryMessage;

Description
OnReceiveBinaryMessage occurs when the server receives a custom binary message sent to this server.
You can send message using SendMessage method.



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