pub unsafe extern "C" fn NT_SetTopicPersistent(
topic: NT_Topic,
value: NT_Bool,
)Expand description
Sets the persistent property of a topic. If true, the stored value is persistent through server restarts.
ยงParameters
- topic: topic handle
- value: True for persistent, false for not persistent.