class MHssClientInterface |
This class contains the methods for managing HSS connections and querying the statuses of various connection variables. ECom Interface UID to be used: 10282ED1
Public Member Functions | |
---|---|
void | CancelLogin (const TUint ) |
void | Login (const TUint , const TUint ) |
void | Logout (const TUint ) |
void | Start (const TUint ) |
void | Update (const TUint ) |
void | WlanAssociationStatus (const TUint , TBool ) |
void | CancelLogin | ( | const TUint | aIapID | ) | [pure virtual] |
Cancel Login request.
const TUint aIapID | ID of the IAP. |
void | Login | ( | const TUint | aIapID, |
const TUint | aNetworkID | |||
) | [pure virtual] |
Request to provide login information..
void | Logout | ( | const TUint | aIapID | ) | [pure virtual] |
Do end of connection procedures.
const TUint aIapID | ID of the IAP. |
void | Start | ( | const TUint | aIapID | ) | [pure virtual] |
Start associating IAP.
const TUint aIapID | ID of the IAP. |
void | Update | ( | const TUint | aIapID | ) | [pure virtual] |
Update request of IAP associating.
const TUint aIapID | ID of the IAP. |
void | WlanAssociationStatus | ( | const TUint | aIapID, |
TBool | aAssociated | |||
) | [pure virtual] |
Send connection opening status to client Extended API "HSFWExt".
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.