class VendorCodingFormat
Defined at line 695 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
Vendor-defined coding format.
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_bluetooth::wire::VendorCodingFormat> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_bluetooth::wire::VendorCodingFormat> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_bluetooth::wire::VendorCodingFormat>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void VendorCodingFormat ()
Defined at line 697 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
void VendorCodingFormat (const VendorCodingFormat & other)
Defined at line 698 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
VendorCodingFormat & operator= (const VendorCodingFormat & other)
Defined at line 699 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
void VendorCodingFormat (VendorCodingFormat && other)
Defined at line 700 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
uint16_t & company_id ()
Company ID, see Assigned Numbers document for values
https://www.bluetooth.com/specifications/assigned-numbers/
Required.
bool has_company_id ()
VendorCodingFormat & operator= (VendorCodingFormat && other)
Defined at line 701 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
uint16_t & vendor_id ()
Vendor-defined codec ID.
Required.
bool has_vendor_id ()
void ~VendorCodingFormat ()
Defined at line 703 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder