BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Sys_CfgSetValue | ( | brp_protocol | protocol, |
unsigned | Key, | ||
unsigned | Value, | ||
brp_buf | Content, | ||
size_t | Content_len | ||
) |
This command stores a value in the reader's configuration.
The Content parameter will be stored to the desired configuration value specified by the Key and Value parameters. If the value is already stored in the configuration, it will be replaced.
[in] | protocol | used to execute the command |
[in] | Key | |
[in] | Value | |
[in] | Content | Content to write as configuration value (maximal allowed length: 0x80). |
[in] | Content_len |