ntcore_sysFunction NT_GetTopicExists
Source pub unsafe extern "C" fn NT_GetTopicExists(
handle: NT_Handle,
) -> NT_Bool
Expand description
Determine if topic exists (e.g. has at least one publisher).
§Parameters
- handle: Topic, entry, or subscriber handle.
§Returns
True if topic exists.