class AudioCore_GetVolumeFromDb2_Result

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

bool is_response ()

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

bool is_framework_err ()

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

::fidl::FrameworkErr & framework_err ()

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

const ::fidl::FrameworkErr & framework_err ()

Defined at line 3447 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 3453 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 3461 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 3466 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 3469 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
Name Value
kResponse 1
kFrameworkErr 3
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

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

Friends

class Equality