TSubConnectionEvent Class Reference

class TSubConnectionEvent
Base class for structures that provide information related to a specific subconnection event
Note:

Classes derived from this must not exceed KMaxSubConnectionEventSize bytes in size since v7.0s

Public Member Functions
TSubConnectionEvent ()
IMPORT_C TSubConnectionEvent * CloneL ()
IMPORT_C TUint Length ()
Protected Member Functions
TSubConnectionEvent ( TSubConnectionEventType , TUint )
Public Attributes
TSubConnectionEventType iEventType
TSubConnectionUniqueId iSubConnectionUniqueId
Protected Attributes
TUint iLength

Constructor & Destructor Documentation

TSubConnectionEvent()

TSubConnectionEvent ( ) [inline]

TSubConnectionEvent(TSubConnectionEventType, TUint)

IMPORT_C TSubConnectionEvent ( TSubConnectionEventType aEventType,
TUint aLength
) [protected]

Constructor

Parameters

TSubConnectionEventType aEventType
TUint aLength

Member Functions Documentation

CloneL()

IMPORT_C TSubConnectionEvent * CloneL ( ) const

Reinterprete cast the pointer to the handle of the thread's heap to the sub connection event and returning a clone of it.

Length()

IMPORT_C TUint Length ( ) const

Get the length of the pointer to the handle of the thread's heap

Member Data Documentation

TSubConnectionEventType iEventType

TSubConnectionEventType iEventType

TUint iLength

TUint iLength [protected]

TSubConnectionUniqueId iSubConnectionUniqueId

TSubConnectionUniqueId iSubConnectionUniqueId