Chameleon and Iguana Plugin C# Class Libraries

LlpClient.SendMessage Method 

Send a message to the server, prefixed and postfixed by the current HeaderBlock and TrailerBlock characters.

[Visual Basic]
Public Sub SendMessage( _
   ByVal Message As String _
)
[C#]
public void SendMessage(
   string Message
);

Parameters

Message
Message to send to the server.

Remarks

The data is not guaranteed to be received after this function is called. All data is buffered internally; completion of this call does not signify reception of data.

Function requires a running message loop (see RunMessageLoop).

Blocking: Function does not block.
Events: If an error occurs during the send operation an ErrorReceived event results, containing the error message indicating why the send attempt has failed.

See Also

LlpClient Class | iNTERFACEWARE.Chameleon Namespace