template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 6357 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::RegistryWatchDeviceRemovedResponse 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 of the device least-recently removed.
BuilderImpl & token_id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The token of the device least-recently removed.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio_device::wire::RegistryWatchDeviceRemovedResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_device::wire::RegistryWatchDeviceRemovedResponse>> && frame)