class CodecId

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

Specifies a coding format.

Public Methods

void CodecId (CodecId && other)
CodecId & operator= (CodecId && other)
void CodecId (const CodecId & other)
CodecId & operator= (const CodecId & other)
bool operator== (const CodecId & other)
bool operator!= (const CodecId & other)
bool IsUnknown ()
::fuchsia_bluetooth::CodecId::Tag Which ()
CodecId WithAssignedFormat (::fuchsia_bluetooth::AssignedCodingFormat val)
const ::fidl::internal::UnionMemberView<1, Storage_> assigned_format ()
::fidl::internal::UnionMemberView<1, Storage_> assigned_format ()
CodecId & assigned_format (::fuchsia_bluetooth::AssignedCodingFormat value)

Coding format defined by Bluetooth SIG.

CodecId WithVendorFormat (::fuchsia_bluetooth::VendorCodingFormat val)
const ::fidl::internal::UnionMemberView<2, Storage_> vendor_format ()
::fidl::internal::UnionMemberView<2, Storage_> vendor_format ()
CodecId & vendor_format (::fuchsia_bluetooth::VendorCodingFormat value)

Coding format defined by vendor.

void CodecId (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kAssignedFormat 1
kVendorFormat 2
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits