Metrologic Optimus S Programming Manual page 35

"c" programming guide
Table of Contents

Advertisement

0x04
0x05
Return
The return value is model-dependent.
See Also
DeviceType, FontVersion, HardwareVersion, KernelVersion, KeypadLayout,
LibraryVersion, ManufactureDate, NetVersion, OriginalSerialNumber,
SerialNumber
HardwareVersion
Purpose
To get version information of hardware.
Syntax
void* HardwareVersion (void);
Example
printf("H/W:%s", HardwareVersion());
Description
This routine gets the version information of PCB.
Return
It always returns a pointer indicating where the information is stored.
DeviceType, FontVersion, GetRFmode, KernelVersion, KeypadLayout,
See Also
LibraryVersion, ManufactureDate, NetVersion, OriginalSerialNumber,
SerialNumber
KernelVersion
Purpose
To get version information of kenel.
Syntax
void* KernelVersion (void);
Example
printf("KNL:%s", KernelVersion());
Description
This routine gets the version information of kernel.
Return
It always returns a pointer indicating where the information is stored.
See Also
DeviceType, FontVersion, GetRFmode, HardwareVersion, KeypadLayout,
LibraryVersion, ManufactureDate, NetVersion, OriginalSerialNumber,
SerialNumber
KeypadLayout
Purpose
To get layout information of keypad.
Syntax
int KeypadLayout (void);
Example
printf("DEV:%s - %01d", DeviceType(), KeypadLayout());
Description
This routine gets the layout information of keypad.
Series
Optimus S
Chapter 3 Terminal Specific Function Library
MODE_802DOT11
MODE_BLUETOOTH
(Optimus R)
(Optimus S, Optimus R)
Keypad Layout
21-key
29

Advertisement

Table of Contents
loading

This manual is also suitable for:

Optimus r

Table of Contents