class SupportedEndpointInfo
Defined at line 124 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.dci/fuchsia.hardware.usb.dci/cpp/fidl/fuchsia.hardware.usb.dci/cpp/natural_types.h
Hardware capability and limit information for a specific endpoint transfer type.
Public Methods
void SupportedEndpointInfo (Storage_ storage)
void SupportedEndpointInfo ()
Defined at line 129 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.dci/fuchsia.hardware.usb.dci/cpp/fidl/fuchsia.hardware.usb.dci/cpp/natural_types.h
void SupportedEndpointInfo (SupportedEndpointInfo && )
Defined at line 130 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.dci/fuchsia.hardware.usb.dci/cpp/fidl/fuchsia.hardware.usb.dci/cpp/natural_types.h
void SupportedEndpointInfo (const SupportedEndpointInfo & other)
const std::optional< ::fuchsia_hardware_usb_descriptor::EndpointType> & endpoint_type ()
The transfer type supported (`BULK`, `CONTROL`, `ISOCHRONOUS`, or `INTERRUPT`).
Required.
::std::optional< ::fuchsia_hardware_usb_descriptor::EndpointType> & endpoint_type ()
The transfer type supported (`BULK`, `CONTROL`, `ISOCHRONOUS`, or `INTERRUPT`).
Required.
SupportedEndpointInfo & endpoint_type (std::optional< ::fuchsia_hardware_usb_descriptor::EndpointType> value)
The transfer type supported (`BULK`, `CONTROL`, `ISOCHRONOUS`, or `INTERRUPT`).
Required.
const std::optional<uint16_t> & max_packet_size_limit ()
The maximum packet size supported for this transfer type in bytes.
Required.
::std::optional<uint16_t> & max_packet_size_limit ()
The maximum packet size supported for this transfer type in bytes.
Required.
SupportedEndpointInfo & max_packet_size_limit (std::optional<uint16_t> value)
The maximum packet size supported for this transfer type in bytes.
Required.
const std::optional<uint64_t> & min_lead_time ()
For isochronous endpoints: minimum lead time required in number of transfers.
Optional even when `endpoint_type` is `ISOCHRONOUS`. Interpreted as 0
(no additional lead time required) if absent.
::std::optional<uint64_t> & min_lead_time ()
For isochronous endpoints: minimum lead time required in number of transfers.
Optional even when `endpoint_type` is `ISOCHRONOUS`. Interpreted as 0
(no additional lead time required) if absent.
SupportedEndpointInfo & min_lead_time (std::optional<uint64_t> value)
For isochronous endpoints: minimum lead time required in number of transfers.
Optional even when `endpoint_type` is `ISOCHRONOUS`. Interpreted as 0
(no additional lead time required) if absent.
void SupportedEndpointInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
SupportedEndpointInfo & operator= (SupportedEndpointInfo && )
Defined at line 131 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.dci/fuchsia.hardware.usb.dci/cpp/fidl/fuchsia.hardware.usb.dci/cpp/natural_types.h
SupportedEndpointInfo & operator= (const SupportedEndpointInfo & other)
bool operator== (const SupportedEndpointInfo & other)
bool operator!= (const SupportedEndpointInfo & other)
bool IsEmpty ()
Friends
class MemberVisitor
class NaturalTableCodingTraits