pub unsafe extern "C" fn NT_GetTopicProperty(
topic: NT_Topic,
name: *const WPI_String,
property: *mut WPI_String,
)Expand description
Gets the current value of a property (as a JSON string).
ยงParameters
- topic: topic handle
- name: property name
- property: JSON string (output)