-
Notifications
You must be signed in to change notification settings - Fork 365
T_Aurora_Devices_Device
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
An interface for a device class.
Namespace: Aurora.Devices
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
public interface Device
The Device type exposes the following members.
Name | Description | |
---|---|---|
GetDeviceDetails | Gets specific details about the device instance. | |
GetDeviceName | Gets the device name. | |
Initialize | Attempts to initialize the device instance. | |
IsConnected | Gets the connection status of this device instance. [NOT IMPLEMENTED] | |
IsInitialized | Gets the initialization status of this device instance. | |
IsKeyboardConnected | Gets the keyboard connection status for this device instance. | |
IsPeripheralConnected | Gets the peripheral connection status for this device instance. | |
Reconnect | Attempts to reconnect the device. [NOT IMPLEMENTED] | |
Reset | Resets the device instance. | |
Shutdown | Shuts down the device instance. | |
UpdateDevice | Updates the device with a specified color arrangement. |