TCHMllpClientdataIgnoredEvent type

Fired when data has been received that is not within the header and trailer block. This is for dealing with an incorrect LLP implementation. The data is provided to the user's application through this event. This allows it to be logged since this is likely to be a bad error.

Unit
CHMnet

Declaration
TCHMllpClientdataIgnoredEvent = procedure(Sender : TObject; Data : String) of Object;

Parameters
Data The ignored data.


Chameleon Delphi Documentation