Metrologic Optimus S Programming Manual page 36

"c" programming guide
Table of Contents

Advertisement

30
"C" Programming Guide For Optimus S/R
LibraryVersion
ManufactureDate
NetVersion
Optimus R
Return
For the Optimus S, it always returns 0.
For the Optimus R, it returns 0 for 24-key or 1 for 39-key.
DeviceType, FontVersion, GetRFmode, HardwareVersion, KernelVersion,
See Also
LibraryVersion, ManufactureDate, NetVersion, OriginalSerialNumber,
SerialNumber
Purpose
To get version information of library.
Syntax
void* LibraryVersion (void);
Example
printf("LIB:%s", LibraryVersion());
This routine gets the version information of portable specific library.
Description
Series
Optimus S
Optimus R
Return
It always returns a pointer indicating where the information is stored.
See Also
DeviceType, FontVersion, GetRFmode, HardwareVersion, KernelVersion,
KeypadLayout, ManufactureDate, NetVersion, OriginalSerialNumber,
SerialNumber
Purpose
To get the manufacturing date.
Syntax
void* ManufactureDate (void);
Example
printf("M/D:%s", ManufactureDate());
This routine gets the manufacturing date.
Description
Return
It always returns a pointer indicating where the information is stored.
See Also
DeviceType, FontVersion, GetRFmode, HardwareVersion, KernelVersion,
KeypadLayout, LibraryVersion, NetVersion, OriginalSerialNumber,
SerialNumber
Purpose
To get version information of external library.
Syntax
void* NetVersion (void);
Example
printf("NetLIB:%s", NetVersion());
24-key or 39-key
LibraryVersion()
lib_ops.lib
lib_opr.lib

Advertisement

Table of Contents
loading

This manual is also suitable for:

Optimus r

Table of Contents