Class UsbEndpoint
Definition
- Assembly:
- Tizen.System.Usb.dll
The USB Endpoint class.
C#Copypublic class UsbEndpoint
- Inheritance
-
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. |
Declaration
C#Copypublic int Id { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
Declaration
C#Copypublic int MaxPacketSize { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |