Definition
- Namespace:
- Tizen.System.Usb
- Assembly:
- Tizen.System.Usb.dll
The USB Isochronous Endpoint class.
public class UsbIsochronousEndpoint : UsbEndpoint
- Inheritance
-
object
UsbIsochronousEndpoint
Properties
View Source
SynchronizationType
Gets the synchronization type of this endpoint.
Declaration
public SynchronizationType SynchronizationType { get; }
Property Value
Exceptions
Type |
Condition |
System.NotSupportedException |
The required feature is not supported.
|
View Source
UsageType
Gets the usage type of this endpoint.
Declaration
public UsageType UsageType { get; }
Property Value
Exceptions
Type |
Condition |
System.NotSupportedException |
The required feature is not supported.
|