| class CNifIfLink : public CNifIfBase |
There should be one CNifIfLink object per nif instance
Typically the link layer object is CNifIfLink-derived
| Public Member Functions | |
|---|---|
| CNifIfLink(CNifIfFactory &) | |
| IMPORT_C void | AuthenticateComplete(TInt) |
| CNifIfBase * | GetBinderL(const TDesC &) |
| IMPORT_C void | Restart(CNifIfBase *) |
| TInt | Start() |
| void | Stop(TInt, MNifIfNotify::TAction) |
| Inherited Attributes | |
|---|---|
| CNifIfBase::iFactory | |
| CNifIfBase::iNotify | |
| CNifIfBase::iRefCount | |
| IMPORT_C | CNifIfLink | ( | CNifIfFactory & | aFactory | ) |
| CNifIfFactory & aFactory |
| IMPORT_C void | AuthenticateComplete | ( | TInt | aResult | ) | [virtual] |
| TInt aResult |
| CNifIfBase * | GetBinderL | ( | const TDesC & | aName | ) | [pure virtual] |
| const TDesC & aName |
| void | Stop | ( | TInt | aReason, |
| MNifIfNotify::TAction | aAction | |||
| ) | [pure virtual] | |||
| TInt aReason | |
| MNifIfNotify::TAction aAction |