NT_SetTopicRetained

Function NT_SetTopicRetained 

Source
pub unsafe extern "C" fn NT_SetTopicRetained(
    topic: NT_Topic,
    value: NT_Bool,
)
Expand description

Sets the retained property of a topic. If true, the server retains the topic even when there are no publishers.

ยงParameters

  • topic: topic handle
  • value: new retained property value