Write a numerical LJM behavioral configuration value.
LJM_ERROR_RETURN LJM_WriteLibraryConfigS(
const char * Parameter,
double Value)
LJM errorcodes or 0 for no error.
To write a string-based configuration parameter, see LJM_WriteLibraryConfigStringS.
To load all the configuration values in a specified file, see LJM_LoadConfigurationFile.
[C/C++] Set LJM_SEND_RECEIVE_TIMEOUT_MS to 500 milliseconds
int LJMError = LJM_WriteLibraryConfigS(LJM_SEND_RECEIVE_TIMEOUT_MS, 500);