class SupportedEndpointInfo

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

Hardware capability and limit information for a specific endpoint transfer type.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_hardware_usb_dci::wire::SupportedEndpointInfo> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_usb_dci::wire::SupportedEndpointInfo> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_usb_dci::wire::SupportedEndpointInfo>> frame)

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

void SupportedEndpointInfo ()

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

void SupportedEndpointInfo (const SupportedEndpointInfo & other)

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

::fuchsia_hardware_usb_descriptor::wire::EndpointType & endpoint_type ()

The transfer type supported (`BULK`, `CONTROL`, `ISOCHRONOUS`, or `INTERRUPT`).

Required.

bool has_endpoint_type ()
uint16_t & max_packet_size_limit ()

The maximum packet size supported for this transfer type in bytes.

Required.

bool has_max_packet_size_limit ()
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.

bool has_min_lead_time ()
SupportedEndpointInfo & operator= (const SupportedEndpointInfo & other)

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

void SupportedEndpointInfo (SupportedEndpointInfo && other)

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

SupportedEndpointInfo & operator= (SupportedEndpointInfo && other)

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

void ~SupportedEndpointInfo ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder