1#ifndef LH_USER_STRING_API_H
2#define LH_USER_STRING_API_H
32#include "lighthouse/api/LighthouseDllDecl.h"
Definition LHUserStringAPI.h:39
virtual size_t getUserString(lh_device_id_t deviceID, lh_error_code_t *errorCode, char buffer[], size_t bufferLength)
virtual void setUserString(lh_device_id_t deviceID, lh_error_code_t *errorCode, const char buffer[], size_t bufferLength)
virtual ~LHUserStringAPI()=default
int32_t lh_error_code_t
Definition lhdefs.h:47
uint32_t lh_device_id_t
Definition lhdefs.h:43
This is the API for controlling the autonulling functionality of a device.
Definition LighthouseAPI.h:54