class VendorCodingFormat

Defined at line 1457 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

Vendor-defined coding format.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const uint16_t & company_id ()

Company ID, see Assigned Numbers document for values

https://www.bluetooth.com/specifications/assigned-numbers/

Required.

Defined at line 1466 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

bool has_company_id ()

Defined at line 1470 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

uint16_t * mutable_company_id ()

Company ID, see Assigned Numbers document for values

https://www.bluetooth.com/specifications/assigned-numbers/

Required.

Defined at line 1477 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

void clear_company_id ()

Defined at line 1485 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

VendorCodingFormat & set_company_id (uint16_t _value)
const uint16_t & vendor_id ()

Vendor-defined codec ID.

Required.

Defined at line 1495 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

bool has_vendor_id ()

Defined at line 1499 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

uint16_t * mutable_vendor_id ()

Vendor-defined codec ID.

Required.

Defined at line 1505 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

void clear_vendor_id ()

Defined at line 1513 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

VendorCodingFormat & set_vendor_id (uint16_t _value)
void VendorCodingFormat ()
void VendorCodingFormat (VendorCodingFormat && other)
void ~VendorCodingFormat ()
VendorCodingFormat & operator= (VendorCodingFormat && other)
::std::unique_ptr<VendorCodingFormat> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, VendorCodingFormat * _value, size_t _offset)
zx_status_t Clone (VendorCodingFormat * _result)