TCFSourceCommandSenderId Class Reference

class TCFSourceCommandSenderId

Source command sender identity. Identifies the sender of a context source command via sender's secure id and script id. Script id is valid when secure id is CFServer's id, otherwise script id should be KErrNotFound.

CFServices
Since
S60 5.0
Public Attributes
TInt iScriptId
TSecureId iSender

Member Data Documentation

TInt iScriptId

TInt iScriptId

Id of the script firing the command as an action. The value is KErrNotFound (-1) if the command is not from a script.

TSecureId iSender

TSecureId iSender

Secure id of the sender thread. The value is CFServer's secure id when the command is coming from a script action, otherwise it is the client's secure id.