class VregGetVoltageStepResult
Defined at line 351 of file fidling/gen/sdk/fidl/fuchsia.hardware.vreg/fuchsia.hardware.vreg/cpp/fidl/fuchsia.hardware.vreg/cpp/natural_types.h
Public Methods
void VregGetVoltageStepResult (VregGetVoltageStepResult && other)
VregGetVoltageStepResult & operator= (VregGetVoltageStepResult && other)
void VregGetVoltageStepResult (const VregGetVoltageStepResult & other)
VregGetVoltageStepResult & operator= (const VregGetVoltageStepResult & other)
bool operator== (const VregGetVoltageStepResult & other)
bool operator!= (const VregGetVoltageStepResult & other)
::fuchsia_hardware_vreg::VregGetVoltageStepResult::Tag Which ()
VregGetVoltageStepResult WithResponse (::fuchsia_hardware_vreg::VregGetVoltageStepResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
VregGetVoltageStepResult & response (::fuchsia_hardware_vreg::VregGetVoltageStepResponse value)
Sets the union to hold the response member.
VregGetVoltageStepResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
VregGetVoltageStepResult & err (int32_t value)
Sets the union to hold the err member.
void VregGetVoltageStepResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 359 of file fidling/gen/sdk/fidl/fuchsia.hardware.vreg/fuchsia.hardware.vreg/cpp/fidl/fuchsia.hardware.vreg/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits