CAccMonitorInfo Class Reference
class CAccMonitorInfo : public CBase |
CAccMonitorInfo is a container for single accessory information.
CAccMonitorInfo holds accessory capabilities and other accessory related information. The data members of this class can be accessed with methods in in this class.
Constructor & Destructor Documentation
CAccMonitorInfo()
CAccMonitorInfo | ( | ) | [private] |
~CAccMonitorInfo()
~CAccMonitorInfo | ( | ) | [virtual] |
Member Functions Documentation
AccCapabilityAtIndex(TInt)
Gets a capability that is defined in the array for this connected accessory. If the array of this class is empty and this function is used this function will panic.
Parameters
TInt aIndex | is the index where some capability needs to be getted. |
AccDeviceAddress()
TUint64
| AccDeviceAddress | ( | ) | const [inline] |
Gets the accessory device address defined for this connected accessory.
AccDeviceType()
Gets the accessory device type defined for this connected accessory.
AccPhysicalConnection()
Gets the accessory physical connection defined for this connected accessory.
CompareL(const CAccMonitorInfo *)
Comparison function for this class.
Parameters
const CAccMonitorInfo * aAccMonInfo | is the instance what needs to be compared. |
ConstructL()
void | ConstructL | ( | ) | [private] |
Symbian OS 2nd phase constructor
ConstructL(const CAccMonitorInfo *)
Symbian OS 2nd phase constructor
CopyL(const CAccMonitorInfo *)
Copy function for this class.
Parameters
const CAccMonitorInfo * aAccMonInfo | is the instance from what the copy needs to be made of. |
Count()
TInt
| Count | ( | ) | const [inline] |
Gets the count of objects in the array.
Exists(TAccMonCapability)
Checks if some capability is defined in this connected accessory.
Parameters
TAccMonCapability aCapability | is the capability definition that needs to be checked if it is defined for this accessory. |
Exists(RAccMonCapabilityArray &)
Checks if a group of capabilities are defined for this accessory. aCapabilityArray is the array of capabilities that need to be checked.
Parameters
RAccMonCapabilityArray & aCapabilityArray | is the array of capability definitionion that need to be checked if they are defined for this accessory. |
NewL()
Symbian two phased constructor.
NewL(const CAccMonitorInfo *)
Symbian two phased constructor.
NewLC()
Symbian two phased constructor.
NewLC(const CAccMonitorInfo *)
Symbian two phased constructor.
Reset()
Reset the instance values.
operator=(CAccMonitorInfo)
Assignment operator is hidden so that clients cannot use the assignement to this class. Instead the CopyL method should be used.
Member Data Documentation
RAccMonCapabilityArray
iAccCapabilityArray
TAccMonCapability
iAccessoryDeviceType
TInt
iAccessoryID
TInt
| iAccessoryID | [private] |
TAccMonCapability
iAccessoryPhysicalConnection
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.