TSerialErrorReceivedEventHandler Delegate
Represents the method that will handle the OnErrorReceived event of a SerialPort object.
type TSerialErrorReceivedEventHandler = procedure(Sender: TObject; E: _SerialErrorReceivedEventArgs) of Object;
Represents the method that will handle the OnErrorReceived event of a SerialPort object.
type TSerialErrorReceivedEventHandler = procedure(Sender: TObject; E: _SerialErrorReceivedEventArgs) of Object;