API published in: S60 2nd Ed FP 2
Link against: connmon.lib
NetworkServices ReadDeviceData ReadUserData
NetworkServices to call
IMPORT_C void GetBoolAttribute( const TUint aConnectionId, const TUint aSubConnectionId, const TUint aAttribute, TBool& aValue, TRequestStatus& aStatus );
With aAttribute parameter set to KConnectionStop or KConnectionStopAll
IMPORT_C void GetBoolAttribute( const TUint aConnectionId, const TUint aSubConnectionId, const TUint aAttribute, TBool& aValue, TRequestStatus& aStatus );
With aAttribute parameter set to KConnectionStop or KConnectionStopAll
NetworkControl to call
IMPORT_C void GetBoolAttribute( const TUint aConnectionId, const TUint aSubConnectionId, const TUint aAttribute, TBool& aValue, TRequestStatus& aStatus );
With aAttribute parameter set to KConnectionStop or KConnectionStopAll
IMPORT_C void GetBoolAttribute( const TUint aConnectionId, const TUint aSubConnectionId, const TUint aAttribute, TBool& aValue, TRequestStatus& aStatus );
With aAttribute parameter set to KConnectionStop or KConnectionStopAll
IMPORT_C void GetPckgAttribute( const TUint aConnectionId, const TUint aSubConnectionId, const TUint aAttribute, TDes8& aValue, TRequestStatus& aStatus ) const;
With aAttribute parameter set to KClientInfo
IMPORT_C TInt SetPckgAttribute( const TUint aConnectionId, const TUint aSubConnectionId, const TUint aAttribute, const TDes8& aValue ) const;
With aAttribute parameter set to KClientInfo
#include <rconnmon.h>
Public Member Functions | |
| ConnMonIdsArrayPckg (const RArray< TConnMonId > &aRef, TUint aBufSize) | |
| Constructs the package of array. | |
| IMPORT_C | ConnMonIdsArrayPckg (TUint aBufSize) |
| Constructs an empty package. | |
| virtual IMPORT_C | ~ConnMonIdsArrayPckg () |
| Destruction. | |
| IMPORT_C void | UnpackToL (RArray< TConnMonId > &aRef) const |
| Unpacks package to the array. | |
| IMPORT_C HBufC * | Buf () const |
| Gets iBuf gettet returns not const. | |
Protected Attributes | |
| HBufC * | iBuf |
| Buffer, containing the package. | |
| ||||||||||||
|
Constructs the package of array.
|
|
|
Constructs an empty package.
|
|
|
Destruction. |
|
|
Gets iBuf gettet returns not const.
|
|
|
Unpacks package to the array.
|
|
|
Buffer, containing the package. |