BALTECH Docs |
C API for BALTECH SDK
|
BRP_LIB brp_errcode brp_exec_Sys_CfgSetValue | ( | brp_protocol | protocol, |
int | key, | ||
int | value, | ||
brp_buf | data, | ||
size_t | data_len | ||
) |
Modifies the devices (permanent) configuration.
This command can set a single configuration value. (see also brp_exec_Sys_CfgGetValue())
protocol | the BRP protocol to the device |
key | the key of configuration value |
value | the value of configuration value |
data | content of configuraton value to write |
data_len | length of 'data' in bytes |