template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 3094 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::ConnectionReceiver2ConnectedRequest 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 ()
Getter for peer_id.
BuilderImpl & peer_id (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_bluetooth::wire::PeerId>> elem)
Setter for peer_id.
bool has_channel ()
void clear_channel ()
Clears the channel field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_bluetooth_bredr::wire::Channel & channel ()
Getter for channel.
BuilderImpl & channel (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_bluetooth_bredr::wire::Channel>> elem)
Setter for channel.
bool has_protocol ()
void clear_protocol ()
Clears the protocol 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::ProtocolDescriptor> & protocol ()
Getter for protocol.
BuilderImpl & protocol (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_bluetooth_bredr::wire::ProtocolDescriptor>>> elem)
Setter for protocol.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_bluetooth_bredr::wire::ConnectionReceiver2ConnectedRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_bluetooth_bredr::wire::ConnectionReceiver2ConnectedRequest>> && frame)