adaptationlayer/modematadaptation/modematcontroller_exe/inc/cmodematpipecontroller.h
equal
deleted
inserted
replaced
93 void LinkDteIdToPipe( const TUint8 aDteId ); |
93 void LinkDteIdToPipe( const TUint8 aDteId ); |
94 |
94 |
95 /** |
95 /** |
96 * Queries AT MODEM object id. |
96 * Queries AT MODEM object id. |
97 */ |
97 */ |
98 void SendTaskIdQuery(); |
98 void QueryModemAtFromNameService(); |
99 #endif |
99 #endif |
100 private: |
100 private: |
101 /** |
101 /** |
102 * Default C++ constructor. |
102 * Default C++ constructor. |
103 * @param None |
103 * @param None |
206 TUint iModemAtObjId; //Modem AT Controller Obj-id |
206 TUint iModemAtObjId; //Modem AT Controller Obj-id |
207 TUint iModemAtDevId; //Modem AT Controller device-id |
207 TUint iModemAtDevId; //Modem AT Controller device-id |
208 TInt iPipeHandle; //handle of created pipe |
208 TInt iPipeHandle; //handle of created pipe |
209 TUint iDataportDevId; //Dataport device-id |
209 TUint iDataportDevId; //Dataport device-id |
210 TUint iDataportObjId; //Dataport obj-id |
210 TUint iDataportObjId; //Dataport obj-id |
211 TUint iCellmoDevId; //AT Modem device-id |
|
212 TUint iCellmoObjId; //AT Modem obj-id |
|
213 TPipeInfo iPipeTable[KMaxDteIdCount]; //created pipes |
211 TPipeInfo iPipeTable[KMaxDteIdCount]; //created pipes |
214 CModemAtHandler& iAtHandler; //forwards AT-commands to the AT MODEM |
212 CModemAtHandler& iAtHandler; //forwards AT-commands to the AT MODEM |
215 CActiveSchedulerWait* iSchedulerWait; |
213 CActiveSchedulerWait* iSchedulerWait; |
216 TUint8 iDteId; // temporary dte id for creating the connection |
214 TUint8 iDteId; // temporary dte id for creating the connection |
217 }; |
215 }; |