NT_SetString

Function NT_SetString 

Source
pub unsafe extern "C" fn NT_SetString(
    pubentry: NT_Handle,
    time: i64,
    value: *const WPI_String,
) -> NT_Bool
Expand description

Publish a new value.

ยงParameters

  • pubentry: publisher or entry handle
  • time: timestamp; 0 indicates current NT time should be used
  • value: value to publish