NT_GetTopicInfo

Function NT_GetTopicInfo 

Source
pub unsafe extern "C" fn NT_GetTopicInfo(
    topic: NT_Topic,
    info: *mut NT_TopicInfo,
) -> NT_Bool
Expand description

Gets Topic Information.

Returns information about a topic (name and type).

  • topic: handle
  • info: information (output)

ยงReturns

True if successful, false on error.