7.2.4 Adding data exchange procedures

While the device driver variables discussed in the chapters above specify the driver's interface to the other parts of the software, does the device driver procedure implement the interface to the device itself. Based on the communication protocol selected in the equipment setup (the protocol handles the low level coding of the data exchanged with the device), procedures handle the chats done between the MNC and the device to perform parameter settings or to gain some information from the device.

The description of the PROC statement in the following chapter together with the examples supplied with this manual explain the usage of procedures. Generally the following rules apply to device driver procedures: