EPOC   SDK Home Glossary Indexes Previous Next Up

ETel basic GSM API


Overview

The ETel Basic GSM API implements a subset of the GSM 07.07 standard. It is designed to provide access to basic GSM functionality.

Developers can access GSM phone functionality through the RBasicGsmPhone class, call functionality through the RBasicGsmCall class, phone book functionality through the RGsmPhoneBook class, and Short Message Service functionality through the RSmsMessaging and RSmsStorage classes. The API also defines a number of other classes for retrieving phone book and network information from a TSY.

The RBasicGsmPhone interface is predominantly defined by the mixin classes listed below. Each class provides access to different aspects of phone or network functionality.

Users can query ETel to determine which mixin functionality is implemented in the loaded TSY module. Even if a TSY nominally supports a particular interface, there is no guarantee that it implements all  — or even most — of the functions defined in the mixin. The TSY shipped with ER5, gsmbsc.tsy, implements the GSM functionality which is likely to be supported by all devices. For details see TSYs .

EPOC       SDK Home Glossary Indexes Previous Next Up