The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ServerEnumerator Class Reference

#include <ServerEnumerator.h>

List of all members.

Public Member Functions

 ServerEnumerator ()
virtual ~ServerEnumerator ()
void enumerateServers ()

Public Attributes

__property TSEServerEvent OnServer = {read = FServerEvent, write = FServerEvent}
__property TSEMessageEvent OnMessage = {read = FMessageEvent, write = FMessageEvent}
__property TSEProgressEvent OnProgress = {read = FProgressEvent, write = FProgressEvent}

Detailed Description

Definition at line 44 of file ServerEnumerator.h.


Constructor & Destructor Documentation

ServerEnumerator::ServerEnumerator ( )

constructor

Definition at line 21 of file ServerEnumerator.cpp.

ServerEnumerator::~ServerEnumerator ( )
virtual

destructor

Definition at line 30 of file ServerEnumerator.cpp.


Member Function Documentation

void ServerEnumerator::enumerateServers ( )

enumerates the servers on the network neighbourhood. Events will be emitted when candidates or information is found.

Definition at line 34 of file ServerEnumerator.cpp.

Referenced by TfrmServers::btnLocateClick(), and TEST_CASE().


Member Data Documentation

__property TSEMessageEvent ServerEnumerator::OnMessage = {read = FMessageEvent, write = FMessageEvent}

notification for a message event

Definition at line 63 of file ServerEnumerator.h.

Referenced by TfrmServers::btnLocateClick().

__property TSEProgressEvent ServerEnumerator::OnProgress = {read = FProgressEvent, write = FProgressEvent}

notification for a progress event

Definition at line 68 of file ServerEnumerator.h.

Referenced by TfrmServers::btnLocateClick().

__property TSEServerEvent ServerEnumerator::OnServer = {read = FServerEvent, write = FServerEvent}

notification for a server encountered

Definition at line 58 of file ServerEnumerator.h.

Referenced by TfrmServers::btnLocateClick().


The documentation for this class was generated from the following files: