|
Jamoma API
0.6.0.a19
|
TTOscSocket is ... More...
#include <TTOscSocket.h>
Inherits osc::OscPacketListener.
Public Member Functions | |
| TTOscSocket (const TTObjectBasePtr owner, const TTUInt16 port) | |
| Create a socket to receive osc messages. More... | |
| TTOscSocket (const TTString &address, const TTUInt16 port) | |
| Create a socket to send osc messages. More... | |
Friends | |
| TTPtr | TTOscSocketListenerCreate (TTPtr anArgument) |
| ... More... | |
| TTBoolean | TTOscSocketListenerRun (TTPtr anArgument) |
| ... More... | |
TTOscSocket is ...
Definition at line 39 of file TTOscSocket.h.
| TTOscSocket::TTOscSocket | ( | const TTObjectBasePtr | owner, |
| const TTUInt16 | port | ||
| ) |
Create a socket to receive osc messages.
| owner | the TTObjectBase to notify |
| port | the port number |
Definition at line 58 of file TTOscSocket.cpp.
References kOscSocketConnectionTrying, and TTOscSocketListenerCreate.
Create a socket to send osc messages.
| address | the ip address |
| port | the port number |
Definition at line 70 of file TTOscSocket.cpp.
References kOscSocketConnectionTrying.
...
| anArgument | a TTOscSocket pointer |
Definition at line 12 of file TTOscSocket.cpp.
Referenced by TTOscSocket().
...
| anArgument | a TTOscSocket pointer |
Definition at line 32 of file TTOscSocket.cpp.