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