User manual
156
4.87 OBRLoadConfigFile
This function changes all the default settings in the configuration file and then loads them to the
laser scanner driver. The default settings can be changed with OBRLoadConfigFile funct
ion.
However, to reflect the new settings in the file to the scanner driver, be sure to call
OBRSetDefaultSymbology functio
n after OBRLoadConfigFile function has been called.
Calling Sequences
[C++]
int OBRLoadConfigFile( )
[Visual Basic]
Public Shared Function OBRLoadConfigFile() As Int32
[C#]
public static Int32 OBRLoadConfigFile()
Parameter
None
Return Values
OBR_OK : Normal end
OBR_PON : Open already
OBR_NOT_DEVICE : Scanner driver error
FUNCTION_UNSUPPORT : Unsupported error
Note:
See "Configuration File Format" for the configuration file.