Connection Monitor Server API: Changes

The following header file(s) have changed between S60 releases 3.0 and 5.0

Table 1: rconnmon.h
TypeClassChange
New constant const TUint KBearerInfo; Used by GetIntAttribute.
New constant const TUint KBearerGroupThreshold; Used by GetUintAttribute, SetUintAttribute.
New constant const TUint KBearerGroupInfo; Used by GetPckgAttribute.
New constant const TUint KWlanNetworks; Used by GetPckgAttribute.
New constant const TUint KWlanScanCacheLifetime; Used by GetIntAttribute, SetIntAttribute.
New constant const TUint KWlanScanMaxDelay; Used by GetUintAttribute, SetUintAttribute.
New constant const TUint KWlanSsid; Used by GetStringAttribute, SetStringAttribute.
New constant const TUint KWlanSsidNetworks; Used by GetPckgAttribute.
New constant const TUint KWlanCurrentNetwork; Used by GetPckgAttribute.
New constant const TUint KWlanProbeRawBuffers; Used by GetPckgAttribute.
New enumeration enum TConnMonBearerInfo;
New enumeration enum TConnMonBearerGroup;
New enumeration value TConnMonEvent::EConnMonBearerInfoChange
New enumeration value TConnMonEvent::EConnMonBearerGroupChange
New classTConnMonBearerGroupInfoclass TConnMonBearerGroupInfo
New classCConnMonBearerInfoChangeNONSHARABLE_CLASS( CConnMonBearerInfoChange ) : public CConnMonEventBase
New classCConnMonBearerGroupChangeNONSHARABLE_CLASS( CConnMonBearerGroupChange ) : public CConnMonEventBase
New class CConnMonWlanNetworkNONSHARABLE_CLASS( CConnMonWlanNetwork ): public CBase
New classCConnMonWlanNetworksPtrArrayPckgclass CConnMonWlanNetworksPtrArrayPckg : public CBase
New classCConnMonWlanProbeRawBufferNONSHARABLE_CLASS( CConnMonWlanProbeRawBuffer ) : public CBase
New classCConnMonWlanProbeRawBuffersPckgclass CConnMonWlanProbeRawBuffersPckg : public CBase
New type definition typedef TPckgBuf<TConnMonBearerGroupInfo> TConnMonBearerGroupInfoBuf;
New type definition typedef RPointerArray<CConnMonWlanNetwork> RConnMonWlanNetworksPtrArray;
New type definition typedef RPointerArray<CConnMonWlanProbeRawBuffer> RConnMonWlanProbeRawBuffersPtrArray;

Copyright © Nokia Corporation 2001-2008
Back to top