![]()  | 
     BALTECH Docs | 
    C API for BALTECH SDK
   
    
   
   | 
   
| brp_errcode brp_Sys_CfgGetValue | ( | brp_protocol | protocol, | 
| unsigned | Key, | ||
| unsigned | Value, | ||
| brp_buf * | Content, | ||
| size_t * | Content_len, | ||
| brp_mempool * | mempool | ||
| ) | 
This command retrieves a desired value of the reader's configuration, specified by the Key and Value parameters.
| [in] | protocol | used to execute the command | 
| [in] | Key | |
| [in] | Value | |
| [out] | Content | Content of the value as string (maximal allowed length: 0x80). | 
| [out] | Content_len | |
| [in] | mempool | is used to store response data. Maybe NULL to use an internal mempool, in this case the data is only available until another command uses the internal mempool |