Class UsbEndpoint

Definition

Namespace:
Tizen.System.Usb
Assembly:
Tizen.System.Usb.dll
API Level:
4

The USB Endpoint class.

C#
Copy
public class UsbEndpoint
Inheritance
System.Object
UsbEndpoint
Derived

Properties

View Source

Direction

Gets the direction of this endpoint.

Declaration
C#
Copy
public 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
View Source

Id

Gets the number of this endpoint.

Declaration
C#
Copy
public int Id { get; }
Property Value
Type Description
Int32
Exceptions
Type Condition
System.NotSupportedException

The required feature is not supported.

API Level: 4
Feature: http://tizen.org/feature/usb.host
View Source

MaxPacketSize

Gets the maximum packet size of a given endpoint.

Declaration
C#
Copy
public int MaxPacketSize { get; }
Property Value
Type Description
Int32
Exceptions
Type Condition
System.NotSupportedException

The required feature is not supported.

API Level: 4
Feature: http://tizen.org/feature/usb.host