TLbsNetSessionIdArray Class Reference

class TLbsNetSessionIdArray : public TLbsNetClassTypeBase

Inherits from

Constructor & Destructor Documentation

TLbsNetSessionIdArray()

IMPORT_C TLbsNetSessionIdArray ( )

Default constructor for TLbsNetSessionIdArray

Sets the session owner to TUid::Null() and the session request number to 0

Member Functions Documentation

GetSession(TInt, TLbsNetSessionId &)

IMPORT_C TInt GetSession ( TInt aIndex,
TLbsNetSessionId & aSessionId
) const

Returns the specified session id. Currently not supported.

Parameters

TInt aIndex [In] Specifies the index of session id returned.
TLbsNetSessionId & aSessionId [Out] On successful completion, contains the session id.

NumSessions()

IMPORT_C TInt NumSessions ( ) const

Returns the number of TLbsNetSessionId objects. Currently not supported. TLbsNetSessionId session ids.

SetSessions(const TLbsNetSessionId, TInt)

IMPORT_C TInt SetSessions ( const TLbsNetSessionId aSessions,
TInt aNumSessions
)

Assigns the array of session ids. Currently not supported.

Parameters

const TLbsNetSessionId aSessions [In] The array of session ids..
TInt aNumSessions [In] The number of session ids in the array.

Member Data Documentation

TInt iNumSessions

TInt iNumSessions [private]

TUint8 iReserved

TUint8 iReserved [private]

TLbsNetSessionId iSessions

TLbsNetSessionId iSessions [private]