class AudioCore_GetVolumeFromDb2_Result

Defined at line 3466 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void AudioCore_GetVolumeFromDb2_Result ()
bool is_response ()

Defined at line 3497 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

::fuchsia::media::AudioCore_GetVolumeFromDb2_Response & response ()

Defined at line 3499 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

const ::fuchsia::media::AudioCore_GetVolumeFromDb2_Response & response ()

Defined at line 3504 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

bool is_framework_err ()

Defined at line 3510 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

::fidl::FrameworkErr & framework_err ()

Defined at line 3512 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

const ::fidl::FrameworkErr & framework_err ()

Defined at line 3517 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

::fuchsia::media::AudioCore_GetVolumeFromDb2_Result::Tag Which ()

Defined at line 3523 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/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 3531 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

void AudioCore_GetVolumeFromDb2_Result (fpromise::ok_result<float> && result)

Defined at line 3536 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

fpromise::result<float, ::fidl::FrameworkErr> operator result ()

Defined at line 3539 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

void ~AudioCore_GetVolumeFromDb2_Result ()
void AudioCore_GetVolumeFromDb2_Result (AudioCore_GetVolumeFromDb2_Result && )
AudioCore_GetVolumeFromDb2_Result & operator= (AudioCore_GetVolumeFromDb2_Result && )
AudioCore_GetVolumeFromDb2_Result WithResponse (::fuchsia::media::AudioCore_GetVolumeFromDb2_Response && )
AudioCore_GetVolumeFromDb2_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<AudioCore_GetVolumeFromDb2_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, AudioCore_GetVolumeFromDb2_Result * value, size_t offset)
zx_status_t Clone (AudioCore_GetVolumeFromDb2_Result * result)
bool has_invalid_tag ()

Defined at line 3493 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

AudioCore_GetVolumeFromDb2_Result & set_response (::fuchsia::media::AudioCore_GetVolumeFromDb2_Response value)
AudioCore_GetVolumeFromDb2_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 3479 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

Friends

class Equality