template <>

class WireWeakAsyncClientImpl

Defined at line 1511 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::WireThenable< ::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. The callback is stored on the heap.

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

Configure 0 or more hardware trip points.

The request and callback are allocated on the heap.

::fidl::internal::WireThenable< ::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 16 bytes of request buffer on the stack. The callback is stored on the heap.