property OnTimeout : TNotifyEvent
Defines an event handler that is called when a timeout occurs during receipt of a packet.
The OnTimeout event is generated when a packet is in data collection mode, but hasn't completed within the number of milliseconds specified by TimeOut. By default, packets are disabled when they time out, but they can be re-enabled from within the event handler if desired.
Caution: The TimeOut does not start until the start condition has been met.
See also: TimeOut