![]() |
![]() |
![]() |
![]() |
Set a data server variable
#include <ds.h> int ds_set( ds_t dsdes, const char * variable_name, const char * variable_data, size_t data_len );
ds3r.lib, ds3s.lib
The ds_set() function passes the data variable_data to the data server identified by dsdes. The data server stores the data in the variable whose name is given by variable_name, overwriting any existing value.
To display the modified data on an HTML page, use the qnxvar token with the read tag. See the description of slinger in the TCP/IP User's Guide.
See the chapter, Writing Data Server Applications.
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
ds_create(), ds_flags(), ds_get()
slinger in the TCP/IP User's Guide
![]() |
![]() |
![]() |
![]() |