28
"C" Programming Guide For Optimus S/R
Digits
a
b
c
d
Types
Reader Module
Wireless Module
Reserved
Reserved
Optimus S
a=0, 1, 2
b=0, 5
c=0
d=0
Optimus R a=0, 1, 2
b=0, 4, 5
c=0
d=0
Device Type
Meaning
0xxx
No reader
1xxx
CCD reader
2xxx
Laser reader
x0xx
No module
x4xx
IEEE 802.11b module
x5xx
Bluetooth module only
Return
It always returns a pointer indicating where the information is stored.
See Also
FontVersion, GetRFmode, HardwareVersion, KernelVersion, KeypadLayout,
LibraryVersion, ManufactureDate, NetVersion, OriginalSerialNumber,
SerialNumber
FontVersion
Purpose
To get version information of font file.
Syntax
void* FontVersion (void);
Example
printf ("FONT:%s", FontVersion);
Description
By default, the version information will be "System Font".
If any font file is downloaded to the terminal, its file name is copied for the
version information.
Return
It always returns a pointer indicating where the information is stored.
See Also
DeviceType, GetRFmode, HardwareVersion, KernelVersion, KeypadLayout,
LibraryVersion, ManufactureDate, NetVersion, OriginalSerialNumber,
SerialNumber
GetRFmode
Purpose
To get RF mode.
Syntax
int GetRFmode (void);
Example
GetRFmode();
Description
This routine gets the current RF mode.
0x00
NO_RF_MODEL
(Optimus S, Optimus R)
Содержание Optimus R
Страница 1: ...Printed on 20 March 2006 C Programming Guide Version 3 04 02 Optimus S Optimus R...
Страница 6: ......
Страница 8: ...2 C Programming Guide For Optimus S R...
Страница 12: ...6 C Programming Guide For Optimus S R The flow is illustrated as shown below...
Страница 23: ...Chapter 2 Development Environment 17 Different types signed unsigned Different types same size...
Страница 24: ...18 C Programming Guide For Optimus S R...
Страница 220: ...214 C Programming Guide For Optimus S R See Also FlashSize free_memory...
Страница 232: ...226 C Programming Guide For Optimus S R 4 11 Implementation defined Limits limits h float h Refer to limit h and float h...
Страница 238: ...232 C Programming Guide For Optimus S R...