Skip to content
Fiercest edited this page Feb 29, 2020 · 3 revisions

AuraDeviceType

Enum with the available DeviceTypes for an AuraSDKDevice.

// Values

All(0x00000000),
Motherboard(0x00010000),
Motherboard_LED_Strip(0x00011000),
All_In_One_Pc(0x00012000),
VGA(0x00020000),
Display(0x00030000),
Headset(0x00040000),
Microphone(0x00050000),
External_HDD(0x00060000),
External_BD_Drive(0x00061000),
DRAM(0x00070000),
Keyboard(0x00080000),
Notebook_Keyboard(0x00081000),
Notebook_Keyboard_4_Zone_Type(0x00081001),
Mouse(0x00090000),
Chassis(0x000B0000),
Projector(0x000C0000);

//Methods

int getId() //Gets the associated int value for the device type. This value is sent directly to the SDK.

static AuraDeviceType byInt(int id) // Gets an AuraDeviceType by its int based id value.
Clone this wiki locally