class ProviderGetSingleShotFixResult
Defined at line 262 of file fidling/gen/sdk/fidl/fuchsia.location.gnss/fuchsia.location.gnss/cpp/fidl/fuchsia.location.gnss/cpp/natural_types.h
Public Methods
void ProviderGetSingleShotFixResult (ProviderGetSingleShotFixResult && other)
ProviderGetSingleShotFixResult & operator= (ProviderGetSingleShotFixResult && other)
void ProviderGetSingleShotFixResult (const ProviderGetSingleShotFixResult & other)
ProviderGetSingleShotFixResult & operator= (const ProviderGetSingleShotFixResult & other)
bool operator== (const ProviderGetSingleShotFixResult & other)
bool operator!= (const ProviderGetSingleShotFixResult & other)
::fuchsia_location_gnss::ProviderGetSingleShotFixResult::Tag Which ()
ProviderGetSingleShotFixResult WithResponse (::fuchsia_location_gnss::ProviderGetSingleShotFixResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ProviderGetSingleShotFixResult & response (::fuchsia_location_gnss::ProviderGetSingleShotFixResponse value)
Sets the union to hold the response member.
ProviderGetSingleShotFixResult WithErr (::fuchsia_location_gnss_types::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ProviderGetSingleShotFixResult & err (::fuchsia_location_gnss_types::Error value)
Sets the union to hold the err member.
ProviderGetSingleShotFixResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
ProviderGetSingleShotFixResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void ProviderGetSingleShotFixResult (::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 270 of file fidling/gen/sdk/fidl/fuchsia.location.gnss/fuchsia.location.gnss/cpp/fidl/fuchsia.location.gnss/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits