MMTPConnectionMgr Class Reference

class MMTPConnectionMgr

Defines the MTP connection manager interface

Member Functions Documentation

ClientSId()

TUid ClientSId ( ) [pure virtual]

Returns the Secure Id of the process that sent the request

ConnectionClosed(MMTPTransportConnection &)

TBool ConnectionClosed ( MMTPTransportConnection & aTransportConnection ) [pure virtual]

Signals that an MTP transport layer connection has become unavailable. MMTPConnectionMgr::ConnectionOpenedL() MMTPTransportConnection::TransactionCompleteL()

Parameters

MMTPTransportConnection & aTransportConnection Interface handle of the MTP transport layer connection instance.

ConnectionOpenedL(MMTPTransportConnection &)

void ConnectionOpenedL ( MMTPTransportConnection & aTransportConnection ) [pure virtual]
Signals that an MTP transport layer connection has become available.
leave
One of the system wide error codes, if a processing failure occurs.

Parameters

MMTPTransportConnection & aTransportConnection Interface handle of the MTP transport layer connection instance.