Delete a data server variable
#include <ds.h>
int ds_clear( ds_t dsdes,
const char * variable_name );
ds3r.lib, ds3s.lib
The ds_clear() function deletes variable_name from the data server identified by dsdes.
See the chapter, Writing Data Server Applications.
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |