|
||
class MSmlDmCallbackExtSessionInfo;
This class is used when an adapter needs a to retrieve information from the DM Framework. This class can only be instantiated
from a class that inherits from MSmlDmCallback
.
Defined in MSmlDmCallbackExtSessionInfo
:
Release()
Releases the instance of this interface extension. This must be called when the ...ServerId(TInt)const
Obtain the Server ID of the DM Server that issued the DM Command with the specif...ServerTransportCertificate(TInt)const
Obtain the Server Certificate of the DM Server that issued the DM Command with t...virtual void Release()=0;
Releases the instance of this interface extension. This must be called when the interface extension is no longer needed.
virtual const TDesC8& ServerId(TInt aStatusRef) const=0;
Obtain the Server ID of the DM Server that issued the DM Command with the specified command reference.
|
|
virtual const CX509Certificate* ServerTransportCertificate(TInt aStatusRef) const=0;
Obtain the Server Certificate of the DM Server that issued the DM Command with the specified command reference.
|
|