TSerialErrorReceivedEventHandler Delegate

Represents the method that will handle the OnErrorReceived event of a SerialPort object.

Namespace: CNClrLib.Component.SerialPort
type
 TSerialErrorReceivedEventHandler = procedure(Sender: TObject; E: _SerialErrorReceivedEventArgs) of Object;