Class UsbEndpoint
Definition
- Namespace:
- Tizen.System.Usb
- Assembly:
- Tizen.System.Usb.dll
- API Level:
- 4
The USB Endpoint class.
C#Copypublic class UsbEndpoint
- Inheritance
-
System.ObjectUsbEndpoint
- Derived
Properties
Declaration
C#Copypublic EndpointDirection Direction { get; }
Property Value
Type | Description |
---|---|
EndpointDirection |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
API Level: 4
Feature: http://tizen.org/feature/usb.host
Declaration
C#Copypublic int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
API Level: 4
Feature: http://tizen.org/feature/usb.host
Declaration
C#Copypublic int MaxPacketSize { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |