BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_HID_PyramidRead | ( | brp_protocol | protocol, |
unsigned * | Len, | ||
brp_buf * | Data, | ||
size_t * | Data_len, | ||
brp_mempool * | mempool | ||
) |
Returns number of Farpointe Pyramid cards (variable bitlength).
[in] | protocol | used to execute the command |
[out] | Len | |
[out] | Data | |
[out] | Data_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 |