[Overview][Resource strings][Constants][Types][Classes][Variables] | Reference for unit 'simpleipc' (#fcl) |
Send a message
Source position: simpleipc.pp line 126
public procedure TIPCClientComm.SendMessage( |
MsgType: TMessageType; |
Stream: TStream |
); virtual; abstract; |
MsgType |
|
Type of message |
Stream |
|
Message data |
SendMessage should deliver the message with type MsgType and data in Stream to the server. It should not return until the message was delivered.
If the delivery of the message fails, an exception will be raised.
No notes exist for this page yet.