class TECAMEvent2 : public TECAMEvent |
Special type of TECAMEvent class used to retrieve some extra information from particular events received
Public Member Functions | |
---|---|
TECAMEvent2(TUid, TInt, TInt) | |
IMPORT_C const TUid & | EventClassUsed() |
IMPORT_C TBool | IsEventEncapsulationValid(const TECAMEvent &) |
Inherited Functions | |
---|---|
TECAMEvent::TECAMEvent() | |
TECAMEvent::TECAMEvent(TUid,TInt) |
Public Attributes | |
---|---|
TInt | iParam |
TInt | iParam1 |
Private Attributes | |
---|---|
TUid | iEventClassUsed |
TInt | iReserved2 |
Inherited Attributes | |
---|---|
TECAMEvent::iErrorCode | |
TECAMEvent::iEventType |
IMPORT_C TBool | IsEventEncapsulationValid | ( | const TECAMEvent & | aECAMEvent | ) | [static] |
const TECAMEvent & aECAMEvent |
TUid | iEventClassUsed | [private] |
Uid representing this version of TECAMEvent base class. Uid used is KUidECamEventClass2
TInt | iParam |
This signifies different things for different valid events.
Future events may also use this class member variable.
TInt | iParam1 |
iParam1 will be used to provide extra information if iParam is not sufficient. This signifies different things for different valid events.
Future events may also use this class member variable.
TInt | iReserved2 | [private] |
Reserved for future TInt iReserved1; -> Made Public TInt iParam1 Reserved for future