template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 6877 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::ObserverWatchPlugStateResponse Build ()

Build and return the table. The builder should not be used after this.

bool has_state ()
void clear_state ()

Clears the state field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_audio_device::wire::PlugState & state ()

The device's current plug state.

BuilderImpl & state (::fuchsia_audio_device::wire::PlugState elem)

The device's current plug state.

bool has_plug_time ()
void clear_plug_time ()

Clears the plug_time field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

int64_t & plug_time ()

The time (in CLOCK_MONOTONIC) of the most-recent change in plug state.

BuilderImpl & plug_time (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)

The time (in CLOCK_MONOTONIC) of the most-recent change in plug state.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_audio_device::wire::ObserverWatchPlugStateResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_device::wire::ObserverWatchPlugStateResponse>> && frame)

Records