#include <XFuNetworkEventHandler.h>
Public Member Functions | |
virtual | ~XFuNetworkEventHandler () |
Virtual destructor. | |
virtual void | handleClientAccepted (INT32) |
Gets called when a new client has been accepted. | |
virtual void | handleClientLost (INT32) |
Gets called when the connection to a client has been lost. | |
virtual void | handleDeviceDiscovered (const XFcHostEntry *) |
Gets called when the device list is received. | |
virtual void | handleAdvertiseDiscovered (const XFcAdvertiser *) |
Gets called when the advertise list is received. |
Definition at line 20 of file XFuNetworkEventHandler.h.
|
Virtual destructor.
Definition at line 26 of file XFuNetworkEventHandler.h. |
|
Gets called when the advertise list is received.
Definition at line 38 of file XFuNetworkEventHandler.h. Referenced by XFuInetNetwork::deviceDiscovery(), XFuBluetoothNetwork::deviceDiscovery(), and XFuBluetoothMultiNetwork::deviceDiscovery(). |
|
Gets called when a new client has been accepted.
Definition at line 29 of file XFuNetworkEventHandler.h. Referenced by XFuInetNetwork::handleSender(), XFuBluetoothNetwork::handleSender(), and XFuBluetoothMultiNetwork::handleSender(). |
|
Gets called when the connection to a client has been lost.
Definition at line 32 of file XFuNetworkEventHandler.h. Referenced by XFuInetNetwork::clientLost(), XFuBluetoothNetwork::clientLost(), and XFuBluetoothMultiNetwork::clientLost(). |
|
Gets called when the device list is received.
Definition at line 35 of file XFuNetworkEventHandler.h. Referenced by XFuBluetoothNetwork::deviceDiscovery(), and XFuBluetoothMultiNetwork::deviceDiscovery(). |
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |