class InterruptEndpointInfo

Defined at line 602 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/wire_types.h

Interrupt Endpoint Information

Public Methods

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_usb_endpoint::wire::InterruptEndpointInfo> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_usb_endpoint::wire::InterruptEndpointInfo>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void InterruptEndpointInfo ()

Defined at line 604 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/wire_types.h

void InterruptEndpointInfo (const InterruptEndpointInfo & other)

Defined at line 605 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_hardware_usb_endpoint::wire::InterruptEndpointInfo> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

InterruptEndpointInfo & operator= (const InterruptEndpointInfo & other)

Defined at line 606 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/wire_types.h

void InterruptEndpointInfo (InterruptEndpointInfo && other)

Defined at line 607 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/wire_types.h

InterruptEndpointInfo & operator= (InterruptEndpointInfo && other)

Defined at line 608 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/wire_types.h

bool & supports_scatter_gather ()

True if the endpoint controller supports multi-page / multi-TRB scatter-gather chaining.

If false, each request must consist of a single VMO that resides entirely within a single

physically contiguous range of memory (i.e. cannot span non-contiguous physical pages or

multiple buffer regions).

bool has_supports_scatter_gather ()
InterruptEndpointInfo & set_supports_scatter_gather (bool elem)
InterruptEndpointInfo & clear_supports_scatter_gather ()
void InterruptEndpointInfo (::fidl::AnyArena & allocator)
void InterruptEndpointInfo (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_usb_endpoint::wire::InterruptEndpointInfo>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_usb_endpoint::wire::InterruptEndpointInfo>> && frame_ptr)
void ~InterruptEndpointInfo ()

Defined at line 610 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder