TCHMllpServerDataIgnoredEvent type

Fired when data has been received that is not within the header and trailer block envelope.

Unit
CHMnet

Declaration

TCHMllpServerDataIgnoredEvent = procedure(Sender : TObject; Client : ICHMllpConnection; Data : String) of Object;

Description

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 very significant error with the counterparty's LLP implementation.

Parameters
Client The client that has sent the data.
Data Data in string format that has been sent.


Chameleon Delphi Documentation