S60 3rd Edition API Reference: TSIPProfileTypeInfo Class Reference

TSIPProfileTypeInfo Class Reference

API published in: S60 2nd Ed

Link against: sipprofilecli.lib

Capability Information

Required Capabilities

Location NetworkControl NetworkServices ReadDeviceData ReadUserData WriteDeviceData


#include <sipprofiletypeinfo.h>

Detailed Description

PublishedAll
Released
Container for the profile type information.

Public Types

typedef TBuf8< 25 > TSIPProfileName
 Profile type name.
enum  TSIPProfileClass { EInternet, EIms, EOther }
 Profile classes. More...

Data Fields

TSIPProfileClass iSIPProfileClass
 Profile class.
TSIPProfileName iSIPProfileName
 Profile type name.

Member Typedef Documentation

typedef TBuf8<25> TSIPProfileTypeInfo::TSIPProfileName
 

Profile type name.


Member Enumeration Documentation

enum TSIPProfileTypeInfo::TSIPProfileClass
 

Profile classes.

Enumerator:
EInternet  Network compliant with IETF standards.
EIms  Network compliant with 3GPP standards.
EOther  Other.

Field Documentation

TSIPProfileClass TSIPProfileTypeInfo::iSIPProfileClass
 

Profile class.

TSIPProfileName TSIPProfileTypeInfo::iSIPProfileName
 

Profile type name.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top