EPOC   SDK Home Glossary Indexes Previous Next Up

ETel Basic GSM Constants


Contents


Extended functionality constants

These constants indicate which extended — mixin — functionality has been implemented in a TSY. It is assumed that TSYs support all functionality in the core API.

KETelExtBasicGsm

Base enumeration value, from which other GSM enumeration values are offset. Equal to 1000.

KETelMixinBasicPhoneId

The TSY supports phone ID mixin functionality.

KETelMixinBasicPhoneBookSupport

The TSY supports phone book support mixin functionality.

KETelMixinBasicPhoneSignalAndBer

The TSY supports phone signal and bit error rate mixin functionality.

KETelMixinBasicPhoneNetwork

The TSY supports basic phone network mixin functionality.

KETelMixinBasicPhoneBatteryPower

The TSY supports phone battery and power mixin functionality.

KETelMixinBasicPhoneIndicator

The TSY supports phone indicator mixin functionality.

KETelMixinBasicPhoneClockAndAlarm

The TSY supports phone clock and alarm mixin functionality.


GSM phone number constants

KGsmMaxTelNumberSize

The maximum number of characters in a GSM telephone number = 100.


GSM Password constants

KGsmPasswordSize

Maximum length of longest password (=30).


SMS Phone store types

SMS_BROADCAST_MESSAGE_STORE_NAME

A message store for cell broadcast messages.

SMS_ME_STORE_NAME

The phone (ME) based message store.

SMS_ME_AND_SIM_STORE_NAME

A combined phone store made up of the phone (ME) and SIM message stores.

SMS_SIM_STORE_NAME

The SIM-based message store.

SMS_TA_STORE_NAME

The terminal adapter based message store.

EPOC       SDK Home Glossary Indexes Previous Next Up