Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Update NZXTSharp.KrakenX.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Madian committed Mar 4, 2019
1 parent 8b5c323 commit 2f9b451
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/SDK-Docs/NZXTSharp.KrakenX.rst
@@ -1,3 +1,43 @@
#################
NZXTSharp.KrakenX
#################

.. contents:: Table of Contents

---------

**********
KrakenX.cs
**********
Represents an NZXT KrakenX device.

**Inherits:** NZXTSharp.INZXTDevice

Properties
==========
+----------------+-----------------+----------+----------------------------------------------+
| Type | Name | Access | Description |
+----------------+-----------------+----------+----------------------------------------------+
| HIDDeviceID | DeviceID | { get; } | The HIDDeviceID of the KrakenX device. |
+----------------+-----------------+----------+----------------------------------------------+
| NZXTDeviceType | Type | { get; } | The NZXTDeviceType of the KrakenX device. |
+----------------+-----------------+----------+----------------------------------------------+
| int | ID | { get; } | A unique device ID. |
+----------------+-----------------+----------+----------------------------------------------+
| KrakenXChannel | Both | { get; } | Represents both the Logo, and Ring channels. |
+----------------+-----------------+----------+----------------------------------------------+
| KrakenXChannel | Logo | { get; } | Represents the KrakenX's logo RGB channel. |
+----------------+-----------------+----------+----------------------------------------------+
| KrakenXChannel | Ring | { get; } | Represents the KrakenX's ring RGB channel. |
+----------------+-----------------+----------+----------------------------------------------+
| System.Version | FirmwareVersion | { get; } | The KrakenX device's firmware version. |
+----------------+-----------------+----------+----------------------------------------------+

Constructors
============
**KrakenX()** Constructs a KrakenX instance.

Methods
=======


0 comments on commit 2f9b451

Please sign in to comment.