type LibraryVersion is new RTIDDS.Low_Level.ndds_ndds_config_c_h.NDDS_Config_LibraryVersion_t;
RTI Connext is comprised of a number of separate libraries. Although RTI Connext as a whole has a version, the individual libraries each have their own versions as well. It may be necessary to check these individual library versions when seeking technical support.
major: The major version of a single RTI Connext library.
minor: The minor version of a single RTI Connext library.
release: The release letter of a single RTI Connext library.
build: The build number of a single RTI Connext library.
type ProductVersion is new RTIDDS.Low_Level.ndds_dds_c_dds_c_infrastructure_h.DDS_ProductVersion_t;
major: Major product version.
minor: Minor product version.
release: Release letter for product version.
revision: Revision number of product.
function Get_Api_Version return LibraryVersion;
function Get_Core_Version return LibraryVersion;
function Get_Product_Version return ProductVersion;
function Image
| ( | Item | : LibraryVersion) return String; | 
function Image
| ( | Item | : ProductVersion) return String; |