Is there an API call to get the size of a typecode ? The same size as can be obtained by using Monitor as in this reference :
http://community.rti.com/kb/how-check-size-topics-typecode-using-rti-monitor
Thanks
Nico.
--------------------------------------Update----------------------------------------------------------
Never mind, I found the call in : http://community.rti.com/forum-topic/dynamic-discovery-and-type-codes
The API call is typeCode.get_serialized_size(0
);
in Java