Function dds_builtintopic_get_endpoint_typeid¶
Defined in File dds.h
Function Documentation¶
-
dds_return_t dds_builtintopic_get_endpoint_typeid(dds_builtintopic_endpoint_t *builtintopic_endpoint, dds_typeid_kind_t kind, dds_typeid_t **type_identifier)¶
Gets the type identifier from endpoint information that was retrieved by dds_get_matched_subscription_data or dds_get_matched_publication_data.
- Parameters
builtintopic_endpoint – [in] The builtintopic endpoint struct
kind – [in] Kind of type identifier (minimal/complete)
type_identifier – [out] Type identifier that will be allocated by this function in case of success. Needs to be freed by the caller.