#include <es_sock.h>
| class TNotificationEventBuf : public TBuf8< KNotificationEventMaxSize > |
| Public Member Functions | |
|---|---|
| TNotificationEventBuf() | |
| ~TNotificationEventBuf() | |
| IMPORT_C TInt32 | GroupId() |
| IMPORT_C TUint32 | Id() |
| IMPORT_C TBool | IsGeneric() |
| Inherited Attributes | |
|---|---|
| TBuf8< KNotificationEventMaxSize >::iBuf | |
| TDes8::__DECLARE_TEST | |
| TDes8::iMaxLength | |
Buffer for Sub-connection event notiifcation
| IMPORT_C TInt32 | GroupId | ( | ) | const |
Provides the group id (Uid) of the event
Returns: Group id in the form of a UId (Could be generic or any extension uid)
| IMPORT_C TBool | IsGeneric | ( | ) | const |
Check whether an event is a generic event (not an extension)
Returns: ETrue if the event is generic, otherwise EFalse