conn::TDataOwnerAndStatus Class Reference

class conn::TDataOwnerAndStatus

TDataOwnerAndStatus encapsulates the identity and status of a data owner. Access to members is direct.

Public Member Functions
TDataOwnerAndStatus ( TSecureId , TDataOwnerStatus , TInt )
Public Attributes
TInt iDataOwnerError
TSecureId iSID
TDataOwnerStatus iStatus

Constructor & Destructor Documentation

TDataOwnerAndStatus(TSecureId, TDataOwnerStatus, TInt)

TDataOwnerAndStatus ( TSecureId aSID,
TDataOwnerStatus aStatus,
TInt aDataOwnerError
) [inline]

Constructor

Parameters

TSecureId aSID Data owner secure id - identifies the data owner
TDataOwnerStatus aStatus Status of the data owner
TInt aDataOwnerError Error code if data owner failed to be ready or KErrNone

Member Data Documentation

TInt iDataOwnerError

TInt iDataOwnerError

Error code if data owner failed to be ready or KErrNone

TSecureId iSID

TSecureId iSID

Data owner secure id - identifies the data owner

TDataOwnerStatus iStatus

TDataOwnerStatus iStatus

Status of the data owner