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 Types | |
| enum | FieldsShifts { EId = 0 } |
| defines shifts of fields inside the object Public Since 3rd Ed FP1 More... | |
Public Member Functions | |
| IMPORT_C | TConnMonId (TUint aId) |
| Constructor. | |
| IMPORT_C TUint | Id () const |
| iId getter | |
| IMPORT_C const HBufC * | ToBuf () const |
| See MDesSerializer. | |
Static Public Member Functions | |
| static IMPORT_C TConnMonId | FromPtrC (const TPtrC &aPtrC) |
| See MDesSerializer. | |
Static Public Attributes | |
| static const TUint | KMaxSize |
| defines max size of the object in TChar's Public Since 3rd Ed FP1 | |
Protected Attributes | |
| const TUint | iId |
| ID. | |
|
|
defines shifts of fields inside the object Public Since 3rd Ed FP1 |
|
|
Constructor.
|
|
|
See MDesSerializer. |
|
|
iId getter
|
|
|
See MDesSerializer. |
|
|
ID. |
|
|
Initial value: (
sizeof(TUid) // iId
)/ sizeof(TChar) + 1
|