#include <mw/llcpconnorientedlistener.h>
class MLlcpConnOrientedListener |
Public Member Functions | |
---|---|
virtual | ~MLlcpConnOrientedListener() |
pure virtual void | RemoteConnectRequest(MLlcpConnOrientedTransporter *) |
The MLlcpConnOrientedListener interface provides applications a way for getting notified when a remote device has made connect request.
void | RemoteConnectRequest | ( | MLlcpConnOrientedTransporter * | aConnection | ) | [pure virtual] |
Called when remote device has sent connect request by using connection-oriented transport layer to this service access point. Ownership of MLlcpConnectionOrientedTransporter object is transferred to implementer of this interface.
Implementer should answer to this request via MLlcpConnOrientedTransporter::AcceptConnectRequest or MLlcpConnOrientedTransporter::DeclineConnectRequest methods.
This callback must return quickly and should not perform any extensive processing.