template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2981 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::VmoTransfer Build ()

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

bool has_vmo_id ()
void clear_vmo_id ()

Clears the vmo_id field.

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

O(number_of_fields) complexity.

uint64_t & vmo_id ()

ID of a VMO that was previously registered or allocated.

Required.

BuilderImpl & vmo_id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

ID of a VMO that was previously registered or allocated.

Required.

bool has_vmo_offset ()
void clear_vmo_offset ()

Clears the vmo_offset field.

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

O(number_of_fields) complexity.

uint64_t & vmo_offset ()

Offset into the VMO to start reading or writing.

This is relative to the start of that VMO.

Required.

BuilderImpl & vmo_offset (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

Offset into the VMO to start reading or writing.

This is relative to the start of that VMO.

Required.

bool has_payload_size ()
void clear_payload_size ()

Clears the payload_size field.

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

O(number_of_fields) complexity.

uint64_t & payload_size ()

Number of bytes to read/write from/to this VMO region.

Required.

BuilderImpl & payload_size (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

Number of bytes to read/write from/to this VMO region.

Required.

Protected Methods

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

Records