BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Pico_SelectBookPage | ( | brp_protocol | protocol, |
unsigned | Book, | ||
unsigned | Page, | ||
brp_buf * | Page1, | ||
size_t * | Page1_len, | ||
brp_mempool * | mempool | ||
) |
Selects book and page of a selected picopass label.
[in] | protocol | used to execute the command |
[in] | Book | |
[in] | Page | |
[out] | Page1 | |
[out] | Page1_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 |