pub unsafe extern "C" fn NT_SetTopicCached(
topic: NT_Topic,
value: NT_Bool,
)Expand description
Sets the cached property of a topic. If true, the server and clients will store the latest value, allowing the value to be read (and not just accessed through event queues and listeners).
ยงParameters
- topic: topic handle
- value: True for cached, false for not cached