pub unsafe extern "C" fn NT_DeleteTopicProperty(
topic: NT_Topic,
name: *const WPI_String,
)Expand description
Deletes a property. Has no effect if the property does not exist.
ยงParameters
- topic: topic handle
- name: property name
pub unsafe extern "C" fn NT_DeleteTopicProperty(
topic: NT_Topic,
name: *const WPI_String,
)Deletes a property. Has no effect if the property does not exist.