template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 173 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.request/fuchsia.hardware.usb.request/cpp/fidl/fuchsia.hardware.usb.request/cpp/wire_types.h
Public Methods
::fuchsia_hardware_usb_request::wire::BufferRegion Build ()
Build and return the table. The builder should not be used after this.
bool has_buffer ()
void clear_buffer ()
Clears the buffer field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_usb_request::wire::Buffer & buffer ()
Buffer for data
BuilderImpl & buffer (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_usb_request::wire::Buffer>> elem)
Buffer for data
bool has_offset ()
void clear_offset ()
Clears the offset field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & offset ()
Offset into the VMO to start reading or writing. This is relative to the offset passed to
RegisterVmos if using vmo_id.
BuilderImpl & offset (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Offset into the VMO to start reading or writing. This is relative to the offset passed to
RegisterVmos if using vmo_id.
bool has_size ()
void clear_size ()
Clears the size field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & size ()
Number of bytes to read/write from/to this buffer region.
BuilderImpl & size (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Number of bytes to read/write from/to this buffer region.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_usb_request::wire::BufferRegion, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_usb_request::wire::BufferRegion>> && frame)