Class UsbEndpoint
Definition
- Namespace:
- Tizen.System.Usb
- Assembly:
- Tizen.System.Usb.dll
- API Level:
- 4
The USB Endpoint class.
public class UsbEndpoint
- Inheritance
-
UsbEndpoint
- Derived
Properties
View SourceDirection
Gets the direction of this endpoint.
Declaration
public EndpointDirection Direction { get; }
Property Value
Type | Description |
---|---|
EndpointDirection |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |
API Level: 4
Feature: http://tizen.org/feature/usb.host
View SourceId
Gets the number of this endpoint.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |
API Level: 4
Feature: http://tizen.org/feature/usb.host
View SourceMaxPacketSize
Gets the maximum packet size of a given endpoint.
Declaration
public int MaxPacketSize { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |