class TXIMPRequestId |
Request identifier.
Request identifier to identify the asynchronous request made by client or protocoll adaptation to the XIMP Framework. Identifier type is also used to identify requests that XIMP Framework issues to Protocol Adaptation.
Public Member Functions | |
---|---|
TXIMPRequestId () | |
TXIMPRequestId | Init ( TInt ) |
TXIMPRequestId | Null () |
TBool | operator!= (const TXIMPRequestId &) |
TBool | operator== (const TXIMPRequestId &) |
Public Member Enumerations | |
---|---|
enum | anonymous { EMaxSize = 16 } |
Private Attributes | |
---|---|
TUint8 | iRequestId |
TXIMPRequestId | ( | ) | [inline] |
C++ default constructor.
Initializes the request ID with TXIMPRequestId::Null() value.
TXIMPRequestId | Init | ( | TInt | aValue | ) | [static, inline] |
Constructs a TXIMPRequestId object having given integer value.
This method is ment for XIMP Framework client and adaptation level test code. In normal circumstances XIMP Framework fills the TXIMPRequestId contents internally.
TInt aValue | Integer value for TXIMPRequestId. |
TBool | operator!= | ( | const TXIMPRequestId & | aRhs | ) | const [inline] |
Inequality operator.
Tests this request ID for inequality with the specified request ID.
const TXIMPRequestId & aRhs | The request ID to be compared with. |
TBool | operator== | ( | const TXIMPRequestId & | aRhs | ) | const [inline] |
Equality operator.
Tests request ID for equality with the specified request ID.
const TXIMPRequestId & aRhs | The request ID to be compared with. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.