libblinkstick
A library for the blinkstick LED controller
Loading...
Searching...
No Matches
blinkstick_device Struct Reference

A blinkstick_device holds a pointer to the hid device and is used when setting colors, modes, or turning the device off. More...

#include <libblinkstick.h>

Public Attributes

hid_device * handle
 

Detailed Description

A blinkstick_device holds a pointer to the hid device and is used when setting colors, modes, or turning the device off.

Construct this device by using blinkstick_find and free it with blinkstick_destroy. Example:

// destroy
BLINKSTICK_API void blinkstick_destroy(blinkstick_device *device)
Frees the given blinkstick device.
Definition libblinkstick.c:285
BLINKSTICK_API blinkstick_device * blinkstick_find()
Find the first blinkstick device on the bus registered with HID.
Definition libblinkstick.c:85
A blinkstick_device holds a pointer to the hid device and is used when setting colors,...
Definition libblinkstick.h:54

The documentation for this struct was generated from the following file: