template <>
class WireWeakSyncClientImpl
Defined at line 1563 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::fuchsia_hardware_trippoint::TripPoint::GetTripPointDescriptors> GetTripPointDescriptors ()
Returns N descriptors. Each descriptor describes one trip point
supported by the hardware.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_hardware_trippoint::TripPoint::SetTripPoints> SetTripPoints (::fidl::VectorView< ::fuchsia_hardware_trippoint::wire::TripPointDescriptor> descriptors)
Configure 0 or more hardware trip points.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::WireResult< ::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.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.