MLlcpLinkListener Class Reference
#include
<mw/llcplinklistener.h>
Detailed Description
The MLlcpLinkListener interface provides applications a way for getting notified when a remote device with LLCP protocol has been found or lost.
Constructor & Destructor Documentation
~MLlcpLinkListener ( )
~MLlcpLinkListener | ( | ) | [inline, virtual] |
Member Function Documentation
LlcpRemoteFound ( )
void | LlcpRemoteFound | ( | ) | [pure virtual] |
Called when LLCP link between local and remote peer are established and LLCP link is ready to transfer data.
This callback must return quickly and should not perform any extensive processing.
LlcpRemoteLost ( )
void | LlcpRemoteLost | ( | ) | [pure virtual] |
Called when remote peer has left from the near field and LLCP link between local and remote peer is destroyed.
This callback must return quickly and should not perform any extensive processing.