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
System.Object
UsbIsochronousEndpoint

Properties

View Source

SynchronizationType

Gets the synchronization type of this endpoint.

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

The required feature is not supported.

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

UsageType

Gets the usage type of this endpoint.

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

The required feature is not supported.

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