template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 3036 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
Public Methods
::fuchsia_audio_device::wire::ControlCreatorCreateRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_token_id ()
void clear_token_id ()
Clears the token_id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & token_id ()
The token id for the device to be controlled.
Required.
BuilderImpl & token_id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The token id for the device to be controlled.
Required.
bool has_control_server ()
void clear_control_server ()
Clears the control_server field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::ServerEnd< ::fuchsia_audio_device::Control> & control_server ()
The server_end of the `Control` to be created.
Required.
BuilderImpl & control_server (::fidl::ServerEnd< ::fuchsia_audio_device::Control> elem)
The server_end of the `Control` to be created.
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio_device::wire::ControlCreatorCreateRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_device::wire::ControlCreatorCreateRequest>> && frame)