I'm develovping a java application which can monitor a topic using DynamicData class.
but i can't handle TCKind.TK_USHORT type.
I use get_int function but return value is always 0.
How can I use unsigned short variable with DynamicData class?
Is there any function like get_short or get_int....?
Please tell me how to handle TCKind.TK_USHORT data .