TXIMPRequestIdBuilder Class Reference

class TXIMPRequestIdBuilder

The request ID builder for XIMP internal use to construct valid TXIMPRequestId :s

Since
S60 v3.2

Constructor & Destructor Documentation

TXIMPRequestIdBuilder()

IMPORT_C TXIMPRequestIdBuilder ( )

C++ default constructor. Initialises all parts to to their default values.

Member Functions Documentation

BuildRequestId()

IMPORT_C TXIMPRequestId BuildRequestId ( ) const

Constructs a TXIMPRequestId object having valued as specified in member parts.

SetProtocolId(TUint32)

IMPORT_C void SetProtocolId ( TUint32 aProtocol )

Sets the protocol ID part.

Parameters

TUint32 aProtocol

SetRequestId(TUint32)

IMPORT_C void SetRequestId ( TUint32 aRequest )

Sets the request ID part.

Parameters

TUint32 aRequest

SetSessionId(TUint32)

IMPORT_C void SetSessionId ( TUint32 aSession )

Sets the session ID part.

Parameters

TUint32 aSession

Member Data Documentation

TUint32 iProtocol

TUint32 iProtocol [private]

TUint32 iRequest

TUint32 iRequest [private]

TUint32 iSession

TUint32 iSession [private]

TUint32 iSpare

TUint32 iSpare [private]