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 | [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 | [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 | [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 | [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 | [static] |
The client application must open a Fax line using this name.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.