Class UsbIsochronousEndpoint
Definition
- Namespace:
- Tizen.System.Usb
- Assembly:
- Tizen.System.Usb.dll
- API Level:
- 4
The USB Isochronous Endpoint class.
public class UsbIsochronousEndpoint : UsbEndpoint
- Inheritance
Properties
View SourceSynchronizationType
Gets the synchronization type of this endpoint.
Declaration
public SynchronizationType SynchronizationType { get; }
Property Value
Type | Description |
---|---|
SynchronizationType |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |
API Level: 4
Feature: http://tizen.org/feature/usb.host
View SourceUsageType
Gets the usage type of this endpoint.
Declaration
public UsageType UsageType { get; }
Property Value
Type | Description |
---|---|
UsageType |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |