class BulkEndpointInfo
Defined at line 77 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/natural_types.h
Bulk Endpoint Information
Public Methods
void BulkEndpointInfo (Storage_ storage)
void BulkEndpointInfo ()
Defined at line 83 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 BulkEndpointInfo (BulkEndpointInfo && )
Defined at line 84 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 BulkEndpointInfo (const BulkEndpointInfo & other)
BulkEndpointInfo & operator= (BulkEndpointInfo && )
Defined at line 85 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/natural_types.h
BulkEndpointInfo & operator= (const BulkEndpointInfo & other)
bool operator== (const BulkEndpointInfo & other)
bool operator!= (const BulkEndpointInfo & 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).
BulkEndpointInfo & 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 BulkEndpointInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits