|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.illposed.osc.OSCPacket
com.illposed.osc.OSCMessage
public class OSCMessage
The Class OSCMessage.
Constructor Summary | |
---|---|
OSCMessage()
Create an empty OSC Message In order to send this osc message, you need to set the address and, perhaps, some arguments. |
|
OSCMessage(java.lang.String newAddress)
Create an OSCMessage with an address already initialized. |
|
OSCMessage(java.lang.String newAddress,
java.lang.Object[] newArguments)
Create an OSCMessage with an address and arguments already initialized. |
Method Summary | |
---|---|
void |
addArgument(java.lang.Object argument)
Adds the argument. |
java.lang.String |
getAddress()
Gets the address. |
java.lang.Object[] |
getArguments()
Gets the arguments. |
void |
setAddress(java.lang.String anAddress)
Set the address of this messsage. |
Methods inherited from class com.illposed.osc.OSCPacket |
---|
getByteArray |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OSCMessage()
public OSCMessage(java.lang.String newAddress)
newAddress
- The recepient of this OSC messagepublic OSCMessage(java.lang.String newAddress, java.lang.Object[] newArguments)
newAddress
- The recepient of this OSC messagenewArguments
- The data sent to the receiverMethod Detail |
---|
public void addArgument(java.lang.Object argument)
argument
- the argumentpublic java.lang.String getAddress()
public java.lang.Object[] getArguments()
public void setAddress(java.lang.String anAddress)
anAddress
- the new address
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |