class TripPointValue

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

A union that defines all the possible types of trip points.

Public Members

static const fidl_type_t * FidlType

Public Methods

void TripPointValue ()
void TripPointValue (TripPointValue && )
TripPointValue WithClearedTripPoint (::fuchsia::hardware::trippoint::ClearedTripPoint && )
TripPointValue WithOneshotTempAboveTripPoint (::fuchsia::hardware::trippoint::OneshotTempAboveTripPoint && )
TripPointValue WithOneshotTempBelowTripPoint (::fuchsia::hardware::trippoint::OneshotTempBelowTripPoint && )
::std::unique_ptr<TripPointValue> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TripPointValue * value, size_t offset)
zx_status_t Clone (TripPointValue * result)
TripPointValue & SetUnknownData (fidl_xunion_tag_t ordinal, std::vector<uint8_t> bytes)
bool has_invalid_tag ()

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

bool is_cleared_trip_point ()

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

::fuchsia::hardware::trippoint::ClearedTripPoint & cleared_trip_point ()

This is a special reserved type of trip point that can be used by

clients to clear previously configured trip point.

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

const ::fuchsia::hardware::trippoint::ClearedTripPoint & cleared_trip_point ()

This is a special reserved type of trip point that can be used by

clients to clear previously configured trip point.

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

bool is_oneshot_temp_above_trip_point ()

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

::fuchsia::hardware::trippoint::OneshotTempAboveTripPoint & oneshot_temp_above_trip_point ()

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

const ::fuchsia::hardware::trippoint::OneshotTempAboveTripPoint & oneshot_temp_above_trip_point ()

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

bool is_oneshot_temp_below_trip_point ()

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

::fuchsia::hardware::trippoint::OneshotTempBelowTripPoint & oneshot_temp_below_trip_point ()

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

const ::fuchsia::hardware::trippoint::OneshotTempBelowTripPoint & oneshot_temp_below_trip_point ()

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

::fuchsia::hardware::trippoint::TripPointValue::Tag Which ()

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

fidl_xunion_tag_t Ordinal ()

You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need

access to the raw integral ordinal value.

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

const std::vector<uint8_t> * UnknownBytes ()

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

void ~TripPointValue ()
TripPointValue & operator= (TripPointValue && )
TripPointValue & set_cleared_trip_point (::fuchsia::hardware::trippoint::ClearedTripPoint value)
TripPointValue & set_oneshot_temp_above_trip_point (::fuchsia::hardware::trippoint::OneshotTempAboveTripPoint value)
TripPointValue & set_oneshot_temp_below_trip_point (::fuchsia::hardware::trippoint::OneshotTempBelowTripPoint value)

Enumerations

enum Tag
Name Value
kUnknown 0
kClearedTripPoint 1
kOneshotTempAboveTripPoint 2
kOneshotTempBelowTripPoint 3
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

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

Friends

class Equality