template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 166 of file fidling/gen/sdk/fidl/fuchsia.fido.report/fuchsia.fido.report/cpp/fidl/fuchsia.fido.report/cpp/wire_types.h

Public Methods

::fuchsia_fido_report::wire::Message Build ()

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

bool has_channel_id ()
void clear_channel_id ()

Clears the channel_id field.

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

O(number_of_fields) complexity.

uint32_t & channel_id ()

Getter for channel_id.

BuilderImpl & channel_id (uint32_t elem)

Setter for channel_id.

bool has_command_id ()
void clear_command_id ()

Clears the command_id field.

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

O(number_of_fields) complexity.

::fuchsia_fido_report::wire::CtapHidCommand & command_id ()

Getter for command_id.

BuilderImpl & command_id (::fuchsia_fido_report::wire::CtapHidCommand elem)

Setter for command_id.

bool has_payload_len ()
void clear_payload_len ()

Clears the payload_len field.

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

O(number_of_fields) complexity.

uint16_t & payload_len ()

Getter for payload_len.

BuilderImpl & payload_len (uint16_t elem)

Setter for payload_len.

bool has_data ()
void clear_data ()

Clears the data field.

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

O(number_of_fields) complexity.

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

Getter for data.

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

Setter for data.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_fido_report::wire::Message, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_fido_report::wire::Message>> && frame)

Records