Share via


UsbController.CreateUsbStream Method

Creates the stream used by the USB controller.

Namespace: Microsoft.SPOT.Hardware.UsbClient
Assembly: (in )

Syntax

public UsbStream CreateUsbStream (
         intwriteEndpoint,
         intreadEndpoint
)

Parameters

  • writeEndpoint
    Specifies the endpoint used for writing to the stream.
  • readEndpoint
    Specifies the endpoint used for reading from the stream.

Return Value

The stream for the controller.

Version Information

Available in the .NET Micro Framework version 4.1.

See Also

Reference

UsbController Class
UsbController Members
Microsoft.SPOT.Hardware.UsbClient Namespace