|
Urbi SDK Remote for Java
2.7.5
|
Class containing all informations related to an URBI message. More...

Public Member Functions | |
| UMessage (long cPtr, boolean cMemoryOwn) | |
| UMessage (UAbstractClient client) | |
| UMessage (UAbstractClient client, int timestamp, String tag, String message) | |
| UMessage (UAbstractClient client, int timestamp, String tag, String message, SWIGTYPE_p_std__listT_urbi__BinaryData_t bins) | |
| UMessage (UMessage source) | |
| synchronized void | delete () |
| UAbstractClient | getClient () |
| String | getMessage () |
| String | getRawMessage () |
| String | getTag () |
| int | getTimestamp () |
| UMessageType | getType () |
| UValue | getValue () |
| void | setMessage (String value) |
| void | setRawMessage (String value) |
| void | setTag (String value) |
| void | setTimestamp (int value) |
| void | setType (UMessageType value) |
| void | setValue (UValue value) |
Static Public Member Functions | |
| static long | getCPtr (UMessage obj) |
Protected Member Functions | |
| void | finalize () |
Protected Attributes | |
| boolean | swigCMemOwn |
Class containing all informations related to an URBI message.
Definition at line 12 of file UMessage.java.