Implementation. More...
Go to the source code of this file.
Functions | |
OSVR_ReturnCode | osvrClientGetStringParameterLength (OSVR_ClientContext ctx, const char path[], size_t *len) |
Get the length of a string parameter associated with the given path. More... | |
OSVR_ReturnCode | osvrClientGetStringParameter (OSVR_ClientContext ctx, const char path[], char *buf, size_t len) |
Get a string parameter associated with the given path. More... | |