template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 3961 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Public Methods
::fuchsia_hardware_bluetooth::wire::VirtualControllerCreateLoopbackDeviceRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_uart_channel ()
void clear_uart_channel ()
Clears the uart_channel field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::channel & uart_channel ()
Getter for uart_channel.
BuilderImpl & uart_channel (::zx::channel elem)
Setter for uart_channel.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_bluetooth::wire::VirtualControllerCreateLoopbackDeviceRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_bluetooth::wire::VirtualControllerCreateLoopbackDeviceRequest>> && frame)