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