template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_hardware_hidbus::wire::Report Build ()

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

bool has_buf ()
void clear_buf ()

Clears the buf field.

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

O(number_of_fields) complexity.

::fidl::VectorView<uint8_t> & buf ()

Getter for buf.

BuilderImpl & buf (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)

Setter for buf.

bool has_timestamp ()
void clear_timestamp ()

Clears the timestamp field.

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

O(number_of_fields) complexity.

int64_t & timestamp ()

Getter for timestamp.

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

Setter for timestamp.

bool has_wake_lease ()
void clear_wake_lease ()

Clears the wake_lease field.

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

O(number_of_fields) complexity.

::zx::eventpair & wake_lease ()

Getter for wake_lease.

BuilderImpl & wake_lease (::zx::eventpair elem)

Setter for wake_lease.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_hidbus::wire::Report, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_hidbus::wire::Report>> && frame)

Records