class HciConfigureScoRequest

Defined at line 3539 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h

Public Methods

void HciConfigureScoRequest (Storage_ storage)
void HciConfigureScoRequest (::fuchsia_hardware_bluetooth::ScoCodingFormat coding_format, ::fuchsia_hardware_bluetooth::ScoEncoding encoding, ::fuchsia_hardware_bluetooth::ScoSampleRate sample_rate)
void HciConfigureScoRequest ()

Default constructs a |HciConfigureScoRequest| only if all of its members are default constructible.

Defined at line 3549 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h

void HciConfigureScoRequest (HciConfigureScoRequest && )

Defined at line 3552 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h

void HciConfigureScoRequest (const HciConfigureScoRequest & other)
HciConfigureScoRequest & operator= (HciConfigureScoRequest && )

Defined at line 3553 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h

HciConfigureScoRequest & operator= (const HciConfigureScoRequest & other)
bool operator== (const HciConfigureScoRequest & other)
bool operator!= (const HciConfigureScoRequest & other)
::fuchsia_hardware_bluetooth::ScoCodingFormat coding_format ()
::fuchsia_hardware_bluetooth::ScoCodingFormat & coding_format ()
HciConfigureScoRequest & coding_format (::fuchsia_hardware_bluetooth::ScoCodingFormat value)

Setter for coding_format.

::fuchsia_hardware_bluetooth::ScoEncoding encoding ()
::fuchsia_hardware_bluetooth::ScoEncoding & encoding ()
HciConfigureScoRequest & encoding (::fuchsia_hardware_bluetooth::ScoEncoding value)

Setter for encoding.

::fuchsia_hardware_bluetooth::ScoSampleRate sample_rate ()
::fuchsia_hardware_bluetooth::ScoSampleRate & sample_rate ()
HciConfigureScoRequest & sample_rate (::fuchsia_hardware_bluetooth::ScoSampleRate value)

Setter for sample_rate.

void HciConfigureScoRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits