LJM_AUTO_RECONNECT_STICKY_SERIAL is a numerical readable-writable LJM library configuration that sets whether or not LJM attempts to reconnect disrupted / disconnected connections according to same serial number as the original handle. When LJM_AUTO_RECONNECT_STICKY_SERIAL is disabled, the Identifier that was used during the initial LJM_Open or LJM_OpenS call will be used to reconnect.
The constant LJM_AUTO_RECONNECT_STICKY_SERIAL can be used interchangeably with the string "LJM_AUTO_RECONNECT_STICKY_SERIAL".
0 - false/disabled
1 - true/enabled (Default)
To read LJM_AUTO_RECONNECT_STICKY_SERIAL, use LJM_ReadLibraryConfigS.
To write LJM_AUTO_RECONNECT_STICKY_SERIAL, use LJM_WriteLibraryConfigS or LJM_LoadConfigurationFile.
See also: LJM_AUTO_RECONNECT_STICKY_CONNECTION.
For more LJM configurations, see Library Configuration Functions.