template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 3605 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
Public Methods
::fuchsia_bluetooth_bredr::wire::ProfileDescriptor Build ()
Build and return the table. The builder should not be used after this.
bool has_profile_id ()
void clear_profile_id ()
Clears the profile_id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_bluetooth_bredr::wire::ServiceClassProfileIdentifier & profile_id ()
Required.
BuilderImpl & profile_id (::fuchsia_bluetooth_bredr::wire::ServiceClassProfileIdentifier elem)
Required.
bool has_major_version ()
void clear_major_version ()
Clears the major_version field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint8_t & major_version ()
Required.
BuilderImpl & major_version (uint8_t elem)
Required.
bool has_minor_version ()
void clear_minor_version ()
Clears the minor_version field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint8_t & minor_version ()
Required.
BuilderImpl & minor_version (uint8_t elem)
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_bluetooth_bredr::wire::ProfileDescriptor, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_bluetooth_bredr::wire::ProfileDescriptor>> && frame)