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