template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 444 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::L2capParameters Build ()
Build and return the table. The builder should not be used after this.
bool has_psm ()
void clear_psm ()
Clears the psm field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint16_t & psm ()
Required. L2CAP PSM for the connection. See the defined PSMs in `service.fidl`.
BuilderImpl & psm (uint16_t elem)
Required. L2CAP PSM for the connection. See the defined PSMs in `service.fidl`.
bool has_parameters ()
void clear_parameters ()
Clears the parameters field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_bluetooth::wire::ChannelParameters & parameters ()
Optional. L2CAP channel parameters.
BuilderImpl & parameters (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_bluetooth::wire::ChannelParameters>> elem)
Optional. L2CAP channel parameters.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_bluetooth_bredr::wire::L2capParameters, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_bluetooth_bredr::wire::L2capParameters>> && frame)