|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectoscP5.OscPatcher
oscP5.OscPacket
public abstract class OscPacket
Constructor Summary | |
---|---|
OscPacket()
|
Method Summary | |
---|---|
java.lang.String |
address()
|
abstract byte[] |
getBytes()
|
NetAddress |
netaddress()
Deprecated. |
NetAddress |
netAddress()
|
int |
port()
|
TcpClient |
tcpConnection()
when in TCP mode, tcpConnection() returns the instance of the TcpClient that has sent the OscMessage. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OscPacket()
Method Detail |
---|
public TcpClient tcpConnection()
public int port()
public NetAddress netAddress()
public NetAddress netaddress()
public java.lang.String address()
public abstract byte[] getBytes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |