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