![]()  | 
     BALTECH Docs | 
    C API for BALTECH SDK
   
    
   
   | 
   
| brp_errcode brp_UlRdr_SendAuth2 | ( | brp_protocol | protocol, | 
| unsigned * | SendDevCode, | ||
| unsigned * | SendCmdCode, | ||
| brp_buf * | SendParams, | ||
| size_t * | SendParams_len, | ||
| brp_mempool * | mempool | ||
| ) | 
Retrieves the command that has to be send to the reader to unlock, to continue authentication.
| [in] | protocol | used to execute the command | 
| [out] | SendDevCode | Device Code to send. | 
| [out] | SendCmdCode | Command Code to send. | 
| [out] | SendParams | Params to send. | 
| [out] | SendParams_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 |