class InterruptEndpointInfo

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

Interrupt Endpoint Information

Public Methods

void InterruptEndpointInfo (Storage_ storage)
void InterruptEndpointInfo ()

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

void InterruptEndpointInfo (InterruptEndpointInfo && )

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

void InterruptEndpointInfo (const InterruptEndpointInfo & other)
InterruptEndpointInfo & operator= (InterruptEndpointInfo && )

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

InterruptEndpointInfo & operator= (const InterruptEndpointInfo & other)
bool operator== (const InterruptEndpointInfo & other)
bool operator!= (const InterruptEndpointInfo & other)
bool IsEmpty ()
const std::optional<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).

::std::optional<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).

InterruptEndpointInfo & supports_scatter_gather (std::optional<bool> value)

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).

void InterruptEndpointInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits