Class UsbIsochronousEndpoint
Definition
- Assembly:
- Tizen.System.Usb.dll
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 |
---|---|
Synchronization |
Exceptions
Type | Condition |
---|---|
System. |
The required feature is not supported. |
UsageType
Gets the usage type of this endpoint.
Declaration
public UsageType UsageType { get; }
Property Value
Type | Description |
---|---|
Usage |
Exceptions
Type | Condition |
---|---|
System. |
The required feature is not supported. |