C API for BALTECH SDK

§ brp_exec_Sys_CfgSetValue()

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())

Deprecated:
Attention
This function has to be move to "Baltech API" and renamed to brp_Sys_CfgSetValue()!
Parameters
protocolthe BRP protocol to the device
keythe key of configuration value
valuethe value of configuration value
datacontent of configuraton value to write
data_lenlength of 'data' in bytes