class TripPointValue
Defined at line 161 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/wire_types.h
A union that defines all the possible types of trip points.
Public Methods
void TripPointValue ()
void TripPointValue (const TripPointValue & )
Defined at line 165 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/wire_types.h
TripPointValue & operator= (const TripPointValue & )
Defined at line 166 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/wire_types.h
void TripPointValue (TripPointValue && )
Defined at line 167 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/wire_types.h
TripPointValue & operator= (TripPointValue && )
Defined at line 168 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/wire_types.h
bool IsUnknown ()
Defined at line 176 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/wire_types.h
bool has_invalid_tag ()
bool is_cleared_trip_point ()
TripPointValue WithClearedTripPoint (::fuchsia_hardware_trippoint::wire::ClearedTripPoint val)
This is a special reserved type of trip point that can be used by
clients to clear previously configured trip point.
::fuchsia_hardware_trippoint::wire::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.
const ::fuchsia_hardware_trippoint::wire::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.
bool is_oneshot_temp_above_trip_point ()
TripPointValue WithOneshotTempAboveTripPoint (::fuchsia_hardware_trippoint::wire::OneshotTempAboveTripPoint val)
::fuchsia_hardware_trippoint::wire::OneshotTempAboveTripPoint & oneshot_temp_above_trip_point ()
const ::fuchsia_hardware_trippoint::wire::OneshotTempAboveTripPoint & oneshot_temp_above_trip_point ()
bool is_oneshot_temp_below_trip_point ()
TripPointValue WithOneshotTempBelowTripPoint (::fuchsia_hardware_trippoint::wire::OneshotTempBelowTripPoint val)
::fuchsia_hardware_trippoint::wire::OneshotTempBelowTripPoint & oneshot_temp_below_trip_point ()
const ::fuchsia_hardware_trippoint::wire::OneshotTempBelowTripPoint & oneshot_temp_below_trip_point ()
::fuchsia_hardware_trippoint::wire::TripPointValue::Tag Which ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kClearedTripPoint | 1 |
| kOneshotTempAboveTripPoint | 2 |
| kOneshotTempBelowTripPoint | 3 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 170 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/wire_types.h