WOscTcpHandlerMethod Class Reference

#include <WOscTcpHandler.h>

Inherits WOscReceiverMethod.

List of all members.

Public Member Functions

 WOscTcpHandlerMethod (WOscContainer *parent, WOscTcpHandler *receiverContext, const char *methodName, const char *methodDescription="")
virtual WOscTcpHandlerGetContext ()

Protected Member Functions

virtual void Method (const WOscMessage *message)

Detailed Description

WOscTcpClient specific method (note that stream oriented OSC communication has no return address. We have an open and known connection.

Examples:

WOscStreamingClient.cpp, and WOscStreamingServer.cpp.

Definition at line 165 of file WOscTcpHandler.h.


Member Function Documentation

virtual WOscTcpHandler* WOscTcpHandlerMethod::GetContext (  )  [inline, virtual]

Returns a pointer to the OSC receiver owning this method. Casts the internal context-pointer to OSC receiver.

Returns:
The receiver context of the OSC method.

Reimplemented from WOscReceiverMethod.

Examples:
WOscStreamingServer.cpp.

Definition at line 173 of file WOscTcpHandler.h.

00173                                          {
00174         return static_cast<WOscTcpHandler*> (WOscReceiverMethod::GetContext());
00175     }


The documentation for this class was generated from the following file:
Generated on Sat Oct 23 03:05:59 2010 for WOscLib by  doxygen 1.6.3