TClientInfo Class Reference
Contains information (of interest to the TSP) about a client of RemCon. Includes the client's process ID and the client's current send message (
RMessage2
) which is triggering a request (AddressOutgoingCommand or PermitOutgoingCommand) on the TSP. Via the
RMessage2
, the TSP can access the client's secure ID and also do capability checks on the client. The process ID is also used by the server to police creation of target sessions (only 1 is allowed per client process).
Constructor & Destructor Documentation
~TClientInfo()
IMPORT_C
|
~TClientInfo
|
(
|
)
|
|
Member Functions Documentation
Message()
Accessor for the client's current Send message. This is provided for the TSP to access the client's current Send message for capability checks only. The TSP must not Complete this message. Note that this message is only valid if AddressOutgoingCommand or PermitOutgoingCommand are being used (i.e. the client currently has a Send outstanding). For AddressIncomingCommand, the message returned will be invalid and must not be used by the TSP.
SecureId()
Accessor for the secure ID.
SecureId()
Accessor for the secure ID.
Member Data Documentation
TSglQueLink
iLink
Link between elements of this type in a
TSglQue
. If this member changes offset, remconserver must be rebuilt.
RMessage2
iMessage
The client's current send message.
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.