DeviceContext.Internal

<summary> Encapsulate data in struct to (at least try) prevent user from modifing the context </summary>

Members

Variables

connected
bool connected;

<summary> Current state of connection </summary>

connection
DeviceConnection connection;

<summary> Connection of the device </summary>

deviceHandle
void* deviceHandle;

<summary> Handle to the open device </summary>

devicePath
wchar_t[260] devicePath;

<summary> Path to the device </summary>

hidBuffer
ubyte[547] hidBuffer;

<summary> HID Input buffer (will be allocated by the context init function) </summary>

Meta