Method | Description | |
---|---|---|
DeleteKnownDevice ( string device ) : void |
Deletes the known device.
|
|
GetDeviceFriendlyName ( string device ) : string |
Gets the name of the device friendly.
|
|
GetDeviceGuid ( string device ) : System.Guid |
Gets the device GUID.
|
|
GetKnownDevices ( ) : List |
Gets the known devices.
|
|
SetDeviceFriendlyName ( string device, string name ) : void |
Sets the name of the device friendly.
|
Method | Description | |
---|---|---|
KnownDeviceManager ( ) : System |
Initializes a new instance of the KnownDeviceManager class.
|
public DeleteKnownDevice ( string device ) : void | ||
device | string | The device. |
return | void |
public GetDeviceFriendlyName ( string device ) : string | ||
device | string | The device. |
return | string |
public GetDeviceGuid ( string device ) : System.Guid | ||
device | string | The device. |
return | System.Guid |
public SetDeviceFriendlyName ( string device, string name ) : void | ||
device | string | The device. |
name | string | The name. |
return | void |