ThbComPort.OnTimeout
Unit: hbComm
 

This event is triggered when an write operation to the communications ports has not successfully completed withing the time defined by ThbComPort.Timeouts. The parameter Count holds the number of bytes that has been succcessfully transfered. The rest of the bytes are dicarded from the output buffer. To stop sending, clear the output buffer by calling ThbComPort.OutBuffer.Clear.

Availability

Design-Time: Read, Write / Run-Time: Read, Write

Declaration

procedure OnTimeout(Sender: TObject; Count: Integer);
property OnTimeout : ThbComPortCountEvent;

See Also

ThbComPort.Timeouts