class Composite_GetProperties_Result
Defined at line 9948 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void Composite_GetProperties_Result ()
bool is_response ()
Defined at line 9979 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
::fuchsia::hardware::audio::Composite_GetProperties_Response & response ()
Defined at line 9981 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
const ::fuchsia::hardware::audio::Composite_GetProperties_Response & response ()
Defined at line 9986 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
bool is_framework_err ()
Defined at line 9992 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 9994 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 9999 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
::fuchsia::hardware::audio::Composite_GetProperties_Result::Tag Which ()
Defined at line 10005 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
fidl_xunion_tag_t Ordinal ()
You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need
access to the raw integral ordinal value.
Defined at line 10013 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
void Composite_GetProperties_Result (fpromise::ok_result< ::fuchsia::hardware::audio::CompositeProperties> && result)
Defined at line 10018 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
fpromise::result< ::fuchsia::hardware::audio::CompositeProperties, ::fidl::FrameworkErr> operator result ()
Defined at line 10021 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
void ~Composite_GetProperties_Result ()
void Composite_GetProperties_Result (Composite_GetProperties_Result && )
Composite_GetProperties_Result & operator= (Composite_GetProperties_Result && )
Composite_GetProperties_Result WithResponse (::fuchsia::hardware::audio::Composite_GetProperties_Response && )
Composite_GetProperties_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<Composite_GetProperties_Result> New ()
void Encode (::fidl::Encoder *encoder,size_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,Composite_GetProperties_Result *value,size_toffset)
zx_status_t Clone (Composite_GetProperties_Result * result)
bool has_invalid_tag ()
Defined at line 9975 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
Composite_GetProperties_Result & set_response (::fuchsia::hardware::audio::Composite_GetProperties_Response value)
Composite_GetProperties_Result & set_framework_err (::fidl::FrameworkErr value)
Enumerations
enum Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kResponse | 1 |
0x1 |
| kFrameworkErr | 3 |
0x3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 9961 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
Friends
class Equality