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