class TAccPolNameValueRecord |
Public Member Functions | |
---|---|
TAccPolNameValueRecord () | |
TAccPolNameValueRecord (const TAccPolNameRecord , const TAccPolValueRecord ) | |
TAccPolNameValueRecord (const TUint32 &, TInt , TAccPolValueType , TAccPolValueLocation ) | |
TAccPolNameValueRecord (const TUint32 &, TDesC8 &, TAccPolValueLocation ) | |
TAccPolNameValueRecord (const TUint32 &) | |
TAccPolNameValueRecord (const TUint32 &, TAccPolValueLocation , CAccPolObjectCon *) | |
IMPORT_C TAccPolNameRecord | NameRecord () |
IMPORT_C TAccPolValueRecord | ValueRecord () |
Private Attributes | |
---|---|
TAccPolNameRecord | iNameRecord |
TAccPolValueRecord | iValueRecord |
IMPORT_C | TAccPolNameValueRecord | ( | const TAccPolNameRecord | aNameRecord, |
const TAccPolValueRecord | aValueRecord | |||
) |
Constructor with name and value record.
const TAccPolNameRecord aNameRecord | Name record. |
const TAccPolValueRecord aValueRecord | Value record. |
IMPORT_C | TAccPolNameValueRecord | ( | const TUint32 & | aName, |
TInt | aValue, | |||
TAccPolValueType | aType, | |||
TAccPolValueLocation | aLocation | |||
) |
Constructor with capability name and value.
Accessory capability name constants and value types are defined in AccPolCommonNameValuePairs.h and AccPolProprietaryNameValuePairs.h.
IMPORT_C | TAccPolNameValueRecord | ( | const TUint32 & | aName, |
TDesC8 & | aValue, | |||
TAccPolValueLocation | aLocation | |||
) |
Constructor with capability name and value.
Accessory capability name constants and value types are defined in AccPolCommonNameValuePairs.h and AccPolProprietaryNameValuePairs.h.
IMPORT_C | TAccPolNameValueRecord | ( | const TUint32 & | aName | ) |
Constructor with capability name without value.
Accessory capability name constants and value types are defined in AccPolCommonNameValuePairs.h and AccPolProprietaryNameValuePairs.h.
const TUint32 & aName | Capability name. |
IMPORT_C | TAccPolNameValueRecord | ( | const TUint32 & | aName, |
TAccPolValueLocation | aLocation, | |||
CAccPolObjectCon * | aValue = NULL | |||
) |
Constructor with capability name and value.
Accessory capability name constants and value types are defined in AccPolCommonNameValuePairs.h and AccPolProprietaryNameValuePairs.h.
const TUint32 & aName | Capability name. |
TAccPolValueLocation aLocation | Capability location. |
CAccPolObjectCon * aValue = NULL | Capability value. |
IMPORT_C TAccPolNameRecord | NameRecord | ( | ) | const |
Returns the name record of name/value record.
IMPORT_C TAccPolValueRecord | ValueRecord | ( | ) | const |
Returns the value record of name/value record.
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.