User manual
45
4.22 OBRSaveLogFile
This function outputs log information about the scanner driver saved in the memory by the scanner
driver to the specified log file.
Calling Sequences
[C++]
int OBRSaveLogFile( )
[Visual Basic]
Public Shared Function OBRSaveLogFile() As Int32
[C#]
public static Int32 OBRSaveLogFile()
Parameter
None
Return Values
OBR_OK : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Notes:
• With the following file names log information is output to the driver log and route directory.
Information about the scanner control : OBRLog.dat
Information about the decoder : DecodeLog.dat
• Before calling OBRSaveLogFile function, be sure to open the scanner driver with
OBROpen func
tion.
• IT-600M30U, IT-600M30UC, DT-X7M10U, and IT-300E-35E do not support that the
decoder related log is output.