NT_GetTopicProperties

Function NT_GetTopicProperties 

Source
pub unsafe extern "C" fn NT_GetTopicProperties(
    topic: NT_Topic,
    properties: *mut WPI_String,
)
Expand description

Gets all topic properties as a JSON string. Each key in the object is the property name, and the corresponding value is the property value.

ยงParameters

  • topic: topic handle
  • properties: JSON string (output)