MLlcpLinkListener Class Reference

#include <mw/llcplinklistener.h>

Link against: llcp.lib

class MLlcpLinkListener
Public Member Functions
virtual ~MLlcpLinkListener()
pure virtual voidLlcpRemoteFound()
pure virtual voidLlcpRemoteLost()

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]

Empty Destructor

Member Function Documentation

LlcpRemoteFound ( )

voidLlcpRemoteFound()[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 ( )

voidLlcpRemoteLost()[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.