mmtsy_names.h File Reference

const TLitC< sizeof(L"PhoneTsy")/2 > KMmTsyModuleName

const TLitC < sizeof(L"PhoneTsy")/2 > KMmTsyModuleName [static]

MMTSY module name. This name must be used by client when is loads the phone module using RTelServer's LoadPhoneModule method. If any other name is used by the client than the one defined below, the TSY will not be loaded.

const TLitC< sizeof(L"DefaultPhone")/2 > KMmTsyPhoneName

const TLitC < sizeof(L"DefaultPhone")/2 > KMmTsyPhoneName [static]

MMTSY currently supports only one phone module. The client must use the name defined below when opening a phone module. Inside the TSY this value is used in CMmPhoneFactoryTsy::NewPhoneL .

const TLitC< sizeof(L"Voice1")/2 > KMmTsyVoice1LineName

const TLitC < sizeof(L"Voice1")/2 > KMmTsyVoice1LineName [static]

The literal below defines the name of the primary voice line. The client application may choose to open this line to create voice calls.

const TLitC< sizeof(L"Voice2")/2 > KMmTsyVoice2LineName

const TLitC < sizeof(L"Voice2")/2 > KMmTsyVoice2LineName [static]

The literal below defines the name of the secondary voice line. The client application may choose to open this line to create voice calls.

const TLitC< sizeof(L"Data")/2 > KMmTsyDataLineName

const TLitC < sizeof(L"Data")/2 > KMmTsyDataLineName [static]

MMTSY currently supports only one data line. The client application must open this line if it want's to create data calls.

const TLitC< sizeof(L"Fax")/2 > KMmTsyFaxLineName

const TLitC < sizeof(L"Fax")/2 > KMmTsyFaxLineName [static]

The client application must open a Fax line using this name.