The information contained here are property of DIGITAX Automotive Electronics Italy, and extremely confidential. Any disclosure, copying, distribution to third
party is strictly prohibited.
34
4GMCU .NET libraries
Developers using .NET Compact Framework can build their mobile applications over the 4GMCU .NET
libraries developed by Digitax. The libraries abstract the communication protocols between the
applications and the underling device to allow a more flexible and quick development.
In this summary are introduced the main features of these library:
Aitp.Wrapper41
ComTax2.Wrapper41
DigitalIO.Wrapper41
Digitax.Mobile.Modem
Digitax.Mobile.RAS
Digitax.Mobile.RAS.Link
GPS.Wrapper41
Aitp.Wrapper41
Aitp.Wrapper41 library provides a .NET interface to interact with the AITP hardware. With this library
the developer can control several 4GMCU/MDT/MCU specific features such as:
light dimmer;
hardware watchdog;
odometer;
hardware keys;
analog inputs (
MDT and MCU only
);
digital inputs/outputs (AITP-managed);
power status;
alarm and stealth mode;
temperature and fans (
MDT and MCU only
);
magnetic card reader;
Windows status;
other hardware informations (like hardware ID);
The developer can initialize only the needed callbacks (for example with the AITPInitOdometer()
method only the odometer event will be initialized).
ComTax2.Wrapper41
CamTax2.Wrapper41 library provides a .NET interface for the Digitax ComTax2 protocol; it allows to
communicate with every Digitax ComTax2-enabled device like taximeters, AITP, or smart standalone
displays. It contains methods and events to send and receive ComTax2 binary messages and to
manage the serial port. It is possible to have Aitp.Wrapper41 and ComTax2.Wrapper41 working on
the same serial port, for example on the 4GMCU device the underline unmanaged layer will avoid
deadlock in concurrent requests.
DigitalIO.Wrapper41
DigitalIO.Wrapper41 library provides a .NET interface to handle windows-managed digital
inputs/outputs. The digital I/O allows to monitor and switch on/off several system devices like GPS,
modem, speaker and more. One useful digital input is the IPRESHUT which goes High when Windows
is shutting down; monitoring this digital input applications can perform a safe closure.