Class UsbIsochronousEndpoint

Definition

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

The USB Isochronous Endpoint class.

C#
Copy
public class UsbIsochronousEndpoint : UsbEndpoint
Inheritance
UsbIsochronousEndpoint

Properties

View Source

SynchronizationType

Gets the synchronization type of this endpoint.

Declaration
C#
Copy
public SynchronizationType SynchronizationType { get; }
Property Value
Type Description
SynchronizationType
API Level: 4
View Source

UsageType

Gets the usage type of this endpoint.

Declaration
C#
Copy
public UsageType UsageType { get; }
Property Value
Type Description
UsageType
API Level: 4