Skip to content
Commit 321f9f26 authored by developer2's avatar developer2
Browse files

Version 4.0.9

Support for UID byte order and decimal represenation od card UID, in the async UID sending.
Functions added
UFR_STATUS DL_API SetAsyncCardIdSendConfigEx(uint8_t send_enable,
		uint8_t prefix_enable, uint8_t prefix, uint8_t suffix,
		uint8_t send_removed_enable, uint8_t reverse_byte_order,
		uint8_t decimal_representation, uint32_t async_baud_rate);
UFR_STATUS DL_API GetAsyncCardIdSendConfigEx(uint8_t *send_enable,
		uint8_t *prefix_enable, uint8_t *prefix, uint8_t *suffix,
		uint8_t *send_removed_enable, uint8_t *reverse_byte_order,
		uint8_t *decimal_representation, uint32_t *async_baud_rate);
UFR_STATUS DL_API SetAsyncCardIdSendConfigExM(UFR_HANDLE hndUFR,
		uint8_t send_enable, uint8_t prefix_enable, uint8_t prefix,
		uint8_t suffix, uint8_t send_removed_enable, int8_t 		reverse_byte_order,
		uint8_t decimal_representation, uint32_t async_baud_rate);
UFR_STATUS DL_API GetAsyncCardIdSendConfigExM(UFR_HANDLE hndUFR,
		uint8_t *send_enable, uint8_t *prefix_enable, uint8_t *prefix,
		uint8_t *suffix, uint8_t *send_removed_enable, uint8_t 		*reverse_byte_order,
		uint8_t *decimal_representation, uint32_t *async_baud_rate);
parent 122d739b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment