template <>
class NaturalSyncClientImpl
Defined at line 307 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_hardware_trippoint::TripPoint::GetTripPointDescriptors> GetTripPointDescriptors ()
Returns N descriptors. Each descriptor describes one trip point
supported by the hardware.
::fidl::Result< ::fuchsia_hardware_trippoint::TripPoint::SetTripPoints> SetTripPoints (const ::fidl::Request< ::fuchsia_hardware_trippoint::TripPoint::SetTripPoints> & request)
Configure 0 or more hardware trip points.
::fidl::Result< ::fuchsia_hardware_trippoint::TripPoint::WaitForAnyTripPoint> WaitForAnyTripPoint ()
Hanging get API that returns when any configured trip point has been
crossed.
Returns ZX_ERR_BAD_STATE if no trip points have been configured or if
all configured trip points are cleared by a call to SetTripPoints.