1 #ifndef LH_USER_STRING_API_H
2 #define LH_USER_STRING_API_H
32 #include "lighthouse/api/LighthouseDllDecl.h"
33 #include "lighthouse/api/lhdefs.h"
51 virtual void setUserString(lh_device_id_t deviceID, lh_error_code_t* errorCode,
const char buffer[],
size_t bufferLength);
61 virtual size_t getUserString(lh_device_id_t deviceID, lh_error_code_t* errorCode,
char buffer[],
size_t bufferLength);
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)
This is the API for controlling the autonulling functionality of a device.
Definition: LighthouseAPI.h:54