The UDPTimeServer type exposes the following members.

Constructors

  NameDescription
Public methodUDPTimeServer
Create the UDP server

Methods

  NameDescription
Public methodClose
Close socket
(Inherited from UDPServer.)
Protected methodCreateServer (Inherited from UDPServer.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodReceiveCallback (Overrides UDPServer..::..ReceiveCallback(IAsyncResult).)
Public methodSend
Send UPD data
(Inherited from UDPServer.)
Public methodSetTime
Reset time
Public methodStart
Starts the listening callback loop on the configurated port
(Inherited from UDPServer.)
Public methodStop
Stop the listening callback loop
(Inherited from UDPServer.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldFInternalServer (Inherited from UDPServer.)
Protected fieldFLocalIPEndPoint (Inherited from UDPServer.)
Protected fieldFReceivedBytes (Inherited from UDPServer.)
Protected fieldFReceiveSuccess (Inherited from UDPServer.)
Protected fieldFRemoteSender (Inherited from UDPServer.)
Protected fieldFStopWatch

Properties

  NameDescription
Public propertyElapsedSeconds
The elapsed time in seconds.
Public propertyOffset
Clock offset
Public propertyPort
Set port and restart server
(Inherited from UDPServer.)

Events

  NameDescription
Public eventMessageReceived
This event is rised on incoming UPD data
(Inherited from UDPServer.)

See Also