Sample program for communicating with Fujitsuu IoT Platform using HTTP

Dependencies:   AsciiFont GR-PEACH_video GraphicsFramework LCD_shield_config R_BSP USBHost_custom easy-connect-gr-peach mbed-http picojson BM1383GLV KX022 rohm-sensor-hal rohm-bh1745

Embed: (wiki syntax)

« Back to documentation index

NTPClient.h File Reference

NTPClient.h File Reference

NTP Client header file. More...

Go to the source code of this file.

Data Structures

class  NTPClient
 NTP Client to update the mbed's RTC using a remote time server. More...

Enumerations

enum  NTPResult {
  NTP_DNS, NTP_PRTCL, NTP_TIMEOUT, NTP_CONN,
  NTP_OK = 0
}
 

NTP client results.

More...

Detailed Description

NTP Client header file.

Definition in file NTPClient.h.


Enumeration Type Documentation

enum NTPResult

NTP client results.

Enumerator:
NTP_DNS 

Could not resolve name.

NTP_PRTCL 

Protocol error.

NTP_TIMEOUT 

Connection timeout.

NTP_CONN 

Connection error.

NTP_OK 

Success.

Definition at line 39 of file NTPClient.h.