Class UsbEndpoint
Definition
- Assembly:
- Tizen.System.Usb.dll
The USB Endpoint class.
public class UsbEndpoint
- Inheritance
-
objectUsbEndpoint
- Derived
Properties
View SourceDirection
Gets the direction of this endpoint.
Declaration
public EndpointDirection Direction { get; }
Property Value
Type | Description |
---|---|
EndpointDirection |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
Id
Gets the number of this endpoint.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
MaxPacketSize
Gets the maximum packet size of a given endpoint.
Declaration
public int MaxPacketSize { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |