Class UsbConfiguration
Definition
- Namespace:
- Tizen.System.Usb
- Assembly:
- Tizen.System.Usb.dll
- API Level:
- 4
A class to manage the USB configuration.
C#Copypublic class UsbConfiguration : IDisposable
- Inheritance
-
UsbConfiguration
Properties
Declaration
C#Copypublic string ConfigurationString { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 4
Feature: http://tizen.org/feature/usb.host
View Source
Interfaces
A dictionary for mapping the interface IDs to interface instances for a given configuration.
Declaration
C#Copypublic IReadOnlyDictionary<int, UsbInterface> Interfaces { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<Int32, UsbInterface> |
API Level: 4
Feature: http://tizen.org/feature/usb.host
Declaration
C#Copypublic bool IsSelfPowered { get; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 4
Feature: http://tizen.org/feature/usb.host
Declaration
C#Copypublic int MaximumPowerRequired { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 4
Feature: http://tizen.org/feature/usb.host
View Source
SupportRemoteWakeup
Checks if the device in a given configuration supports remote wakeup.
Declaration
C#Copypublic bool SupportRemoteWakeup { get; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 4
Feature: http://tizen.org/feature/usb.host
Methods
View Source
Dispose()
Releases all the resources used by the ConnectionProfile. It should be called after it has finished using the object.
Declaration
C#Copypublic void Dispose()
API Level: 4
Declaration
C#Copyprotected void Finalize()
API Level: 4
Declaration
C#Copypublic void SetAsActive()