Click or drag to resize
SntpClient Class
SNTP client class with all methods to perform SNTP requests.
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HSntpClient

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public class SntpClient : IDisposable

The SntpClient type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the SntpClient
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSyncNetworkTimeAsync
Starts an asynchronous operation to synchronize network time with SNTP server. Requires GPRS bearer profile 1 opened.
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventSntpReplyReceived
Event raised when the module receives the reply of a SNTP sync request.
Top
See Also