UsbBulkOutEndpointDescriptor Class

Definition

The endpoint descriptor for a USB bulk OUT endpoint. The descriptor specifies the endpoint type, direction, number and also the maximum number of bytes that can be written to the endpoint, in a single transfer.

public ref class UsbBulkOutEndpointDescriptor sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UsbBulkOutEndpointDescriptor final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UsbBulkOutEndpointDescriptor
Public NotInheritable Class UsbBulkOutEndpointDescriptor
Inheritance
Object Platform::Object IInspectable UsbBulkOutEndpointDescriptor
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

EndpointNumber

Gets the USB endpoint number of the bulk OUT endpoint.

MaxPacketSize

Gets the maximum number of bytes that can be sent to or received from this endpoint.

Pipe

Gets the object that represents the pipe that the host opens to communicate with the bulk IN endpoint.

Applies to