template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 5327 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h

Public Methods

::fuchsia_hardware_audio::wire::PlugState Build ()

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

bool has_plugged ()
void clear_plugged ()

Clears the plugged field.

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

O(number_of_fields) complexity.

bool & plugged ()

Driver is currently plugged in. Required

BuilderImpl & plugged (bool elem)

Driver is currently plugged in. Required

bool has_plug_state_time ()
void clear_plug_state_time ()

Clears the plug_state_time field.

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

O(number_of_fields) complexity.

int64_t & plug_state_time ()

Timestamps the information provided in the rest of the fields of this struct. Required.

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

Timestamps the information provided in the rest of the fields of this struct. Required.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_audio::wire::PlugState, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::PlugState>> && frame)

Records