Enum EndpointDirection
Definition
- Assembly:
- Tizen.System.Usb.dll
Enumeration for the transfer directions for endpoints.
public enum EndpointDirection
Fields
| Name | Description |
|---|---|
| In | In direction. |
| InOut | Bidirectional. |
| Out | Out direction. |