template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2265 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::ProfileConnectScoRequest Build ()

Build and return the table. The builder should not be used after this.

bool has_peer_id ()
void clear_peer_id ()

Clears the peer_id field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_bluetooth::wire::PeerId & peer_id ()

Required.

BuilderImpl & peer_id (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_bluetooth::wire::PeerId>> elem)

Required.

bool has_initiator ()
void clear_initiator ()

Clears the initiator field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

bool & initiator ()

Required.

BuilderImpl & initiator (bool elem)

Required.

bool has_params ()
void clear_params ()

Clears the params field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_bluetooth_bredr::wire::ScoConnectionParameters> & params ()

Required.

BuilderImpl & params (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_bluetooth_bredr::wire::ScoConnectionParameters>>> elem)

Required.

bool has_connection ()
void clear_connection ()

Clears the connection field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::ServerEnd< ::fuchsia_bluetooth_bredr::ScoConnection> & connection ()

Required.

BuilderImpl & connection (::fidl::ServerEnd< ::fuchsia_bluetooth_bredr::ScoConnection> elem)

Required.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_bluetooth_bredr::wire::ProfileConnectScoRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_bluetooth_bredr::wire::ProfileConnectScoRequest>> && frame)

Records