class EndpointAllocationRequest

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

Request parameters when dynamically allocating a physical endpoint from the DCI driver.

Public Methods

void EndpointAllocationRequest (Storage_ storage)
void EndpointAllocationRequest ()

Defined at line 392 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 EndpointAllocationRequest (EndpointAllocationRequest && )

Defined at line 393 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 EndpointAllocationRequest (const EndpointAllocationRequest & other)
const std::optional< ::fuchsia_hardware_usb_descriptor::EndpointDirection> & direction ()

The required direction of the endpoint (`IN` or `OUT`).

Required.

::std::optional< ::fuchsia_hardware_usb_descriptor::EndpointDirection> & direction ()

The required direction of the endpoint (`IN` or `OUT`).

Required.

EndpointAllocationRequest & direction (std::optional< ::fuchsia_hardware_usb_descriptor::EndpointDirection> value)

The required direction of the endpoint (`IN` or `OUT`).

Required.

const std::optional< ::fuchsia_hardware_usb_descriptor::EndpointType> & endpoint_type ()

The transfer type required for this endpoint (`BULK`, `CONTROL`,

`ISOCHRONOUS`, or `INTERRUPT`).

Required.

::std::optional< ::fuchsia_hardware_usb_descriptor::EndpointType> & endpoint_type ()

The transfer type required for this endpoint (`BULK`, `CONTROL`,

`ISOCHRONOUS`, or `INTERRUPT`).

Required.

EndpointAllocationRequest & endpoint_type (std::optional< ::fuchsia_hardware_usb_descriptor::EndpointType> value)

The transfer type required for this endpoint (`BULK`, `CONTROL`,

`ISOCHRONOUS`, or `INTERRUPT`).

Required.

const std::optional<uint16_t> & max_packet_size ()

The maximum packet size required by this endpoint in bytes.

Required.

::std::optional<uint16_t> & max_packet_size ()

The maximum packet size required by this endpoint in bytes.

Required.

EndpointAllocationRequest & max_packet_size (std::optional<uint16_t> value)

The maximum packet size required by this endpoint in bytes.

Required.

void EndpointAllocationRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
EndpointAllocationRequest & operator= (EndpointAllocationRequest && )

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

EndpointAllocationRequest & operator= (const EndpointAllocationRequest & other)
bool operator== (const EndpointAllocationRequest & other)
bool operator!= (const EndpointAllocationRequest & other)
bool IsEmpty ()

Friends

class MemberVisitor
class NaturalTableCodingTraits