class CQoSLeaveEvent : public CQoSEventBase |
Class for EQoSEventLeave event whereby a socket is detached from a QoS channel
Public Member Functions | |
---|---|
CQoSLeaveEvent(const TQoSSelector &, TInt) | |
IMPORT_C TInt | Reason() |
IMPORT_C const TQoSSelector & | Selector() |
Private Attributes | |
---|---|
TInt | iReason |
TQoSSelector | iSelector |
IMPORT_C | CQoSLeaveEvent | ( | const TQoSSelector & | aSelector, |
TInt | aReason | |||
) |
Constructor. Sets the selector and reason code. Selector specifies the socket that was detached from the QoS channel.
Constructor.
Sets the selector and reason code. Selector specifies the socket that was detached from the QoS channel.
const TQoSSelector & aSelector | Selector specifies the socket that was detached from the QoS channel. |
TInt aReason | Reason code specifies the success or failure of the request. |
IMPORT_C TInt | Reason | ( | ) | const |
Returns the reason code. Reason code specifies the success or failure of the request.
Gets the reason code.
Reason code specifies the success or failure of the request.
IMPORT_C const TQoSSelector & | Selector | ( | ) | const |
Returns the selector that was detached from the QoS channel.
Gets the selector that was detached from the QoS channel.
TInt | iReason | [private] |
The reason code that specifies the success or failure of the request.
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.