Topic Path: Symbol Reference > Classes > TIdDayTimeUDPServer Class
ContentsIndexHome
PreviousUpNext
TIdDayTimeUDPServer Class

Implements a DayTime protocol server.

File
TIdDayTimeUDPServer = class(TIdUDPServer);

TIdDayTimeUDPServer that implements a UDP-based server for the DayTime protocol, as decribed in the Internet Standards document: 

RFC 867 - DayTime Protocol  

The DayTime protocol is used to retrieve the current day and time in a human-readable format, and is sometimes used for debugging. Use TIdDayTime for the client connection. 

If you need a time-synchronization solution, we recommend that you use the Time protocol encapsulated by TIdTime, TIdTimeUDP, TIdTimeServer, and TIdTimeUDPServer.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.