Internet Direct (Indy)
Home
PreviousUpNext
TIdUDPListenerThread Class

Implements a listener thread for TIdUDPServer.

Pascal
TIdUDPListenerThread = class(TIdThread);

TIdUDPListenerThread is a TIdThread descendant that implements the listener thread for an active TIdUDPServer instance. 

TIdUDPListenerThread is used to detect arrival of datagrams on socket bindings allocated by TIdUDPServer. When an incoming datagram is detected, the server is notified that data is available in the internal read buffer using UDPRead

When an exception is encountered, the server is notified of the exception using the UDPException method.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.