template <>

class NaturalSyncClientImpl

Defined at line 104 of file fidling/gen/sdk/fidl/fuchsia.hardware.rtc/fuchsia.hardware.rtc/cpp/fidl/fuchsia.hardware.rtc/cpp/natural_messaging.h

Public Methods

::fidl::Result< ::fuchsia_hardware_rtc::Device::Get> Get ()

Get the current RTC time.

If the driver detects that it does not have a valid time to report, then it will return an

`ZX_ERR_INTERNAL` error.

::fidl::Result< ::fuchsia_hardware_rtc::Device::Set2> Set2 (const ::fidl::Request< ::fuchsia_hardware_rtc::Device::Set2> & request)

Set the RTC time.

If the RTC time is not valid, the driver will return an `ZX_ERR_OUT_OF_RANGE` error.