OkoLib
library for accessing Okolab devices
|
Functions | |
oko_res_type | oko_PropertyAutoUpdate (uint32_t deviceh, const char *name, uint32_t freq_ms) |
Set the update frequency to read the specified property value from the current device. More... | |
oko_res_type oko_PropertyAutoUpdate | ( | uint32_t | deviceh, |
const char * | name, | ||
uint32_t | freq_ms | ||
) |
Set the update frequency to read the specified property value from the current device.
[in] | deviceh | A valid device handle. |
[in] | name | The property name. |
[in] | freq_ms | The milliseconds between each property update. |