NT_SetTopicProperty

Function NT_SetTopicProperty 

Source
pub unsafe extern "C" fn NT_SetTopicProperty(
    topic: NT_Topic,
    name: *const WPI_String,
    value: *const WPI_String,
) -> NT_Bool
Expand description

Sets a property value.

ยงParameters

  • topic: topic handle
  • name: property name
  • value: property value (JSON string)