template <>

class WireWeakAsyncBufferClientImpl

Defined at line 1539 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_trippoint::TripPoint::GetTripPointDescriptors> GetTripPointDescriptors ()

Returns N descriptors. Each descriptor describes one trip point

supported by the hardware.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_trippoint::TripPoint::SetTripPoints> SetTripPoints (::fidl::VectorView< ::fuchsia_hardware_trippoint::wire::TripPointDescriptor> descriptors)

Configure 0 or more hardware trip points.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::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.

Caller provides the backing storage for FIDL message.