Chameleon and Iguana Plugin C# Class Libraries

LlpClient.ErrorReceived Event

Fired when we have an error with the TCP/IP connection.

[Visual Basic]
Public Event ErrorReceived As ErrorReceivedEvent
[C#]
public event ErrorReceivedEvent ErrorReceived;

Remarks

The context of when this is received is often determined by a previous operation. The connection will always be closed once this event is received.

See Also

LlpClient Class | iNTERFACEWARE.Chameleon Namespace