uFCoder 2.62
|
Functions | |
UFR_STATUS DL_API | GetCustomUiConfigM (UFR_HANDLE hndUFR, uint8_t *idle_mode, uint8_t *card_detection_mode, uint8_t *idle_color, uint8_t *card_detection_color, uint8_t *enabled) |
*uFR Zero series readers only Multi reader support. Function to get custom RGB UI signalization | |
UFR_STATUS DL_API | GetDisplayIntensityM (UFR_HANDLE hndUFR, VAR uint8_t *intensity) |
Multi reader support. GetRgbIntensity (alias from version 5.0.55) Function gets the intensity of light on the display. | |
UFR_STATUS DL_API | SetCustomUiConfigM (UFR_HANDLE hndUFR, uint8_t idle_mode, uint8_t card_detection_mode, uint8_t *idle_color, uint8_t *card_detection_color, uint8_t enabled) |
*uFR Zero series readers only Multi reader support. Function to set custom RGB UI signalization | |
UFR_STATUS DL_API | SetDisplayDataM (UFR_HANDLE hndUFR, IN uint8_t *display_data, uint8_t data_length) |
Multi reader support. Function enables sending data to the display. A string of data contains information about the intensity of color in each cell of the display. Each cell has three LED (red, green and blue). For each cell of the three bytes is necessary. The first byte indicates the intensity of the green color, the second byte indicates the intensity of the red color, and the third byte indicates the intensity of blue color. For example, if the display has 16 cells, an array contains 48 bytes. Value of intensity is in range from 0 to 255. | |
UFR_STATUS DL_API | SetDisplayIntensityM (UFR_HANDLE hndUFR, uint8_t intensity) |
Multi reader support. SetRgbIntensity (alias from version 5.0.55) Function sets the intensity of light on the display. Value of intensity is in the range 0 to 100. This value writes into the reader's EEPROM, and it loads when the reader starts up. | |
UFR_STATUS DL_API GetCustomUiConfigM | ( | UFR_HANDLE | hndUFR, |
uint8_t * | idle_mode, | ||
uint8_t * | card_detection_mode, | ||
uint8_t * | idle_color, | ||
uint8_t * | card_detection_color, | ||
uint8_t * | enabled ) |
*uFR Zero series readers only Multi reader support. Function to get custom RGB UI signalization
hndUFR | handle of the uFR device |
idle_mode | returns idle mode value |
card_detection_mode | returns card detection mode value |
idle_color | returns idle color |
card_detection_color | returns card detection color |
enabled | returns 1 if enabled, 0 if disabled |
UFR_STATUS DL_API GetDisplayIntensityM | ( | UFR_HANDLE | hndUFR, |
VAR uint8_t * | intensity ) |
Multi reader support. GetRgbIntensity (alias from version 5.0.55) Function gets the intensity of light on the display.
hndUFR | handle of the uFR device |
intensity | value of intensity (0 - 100) |
UFR_STATUS DL_API SetCustomUiConfigM | ( | UFR_HANDLE | hndUFR, |
uint8_t | idle_mode, | ||
uint8_t | card_detection_mode, | ||
uint8_t * | idle_color, | ||
uint8_t * | card_detection_color, | ||
uint8_t | enabled ) |
*uFR Zero series readers only Multi reader support. Function to set custom RGB UI signalization
hndUFR | handle of the uFR device |
idle_mode | sets idle mode value |
card_detection_mode | sets card detection mode value |
idle_color | sets idle color |
card_detection_color | sets card detection color |
enabled | value that enables it (1) or disables it (0) |
UFR_STATUS DL_API SetDisplayDataM | ( | UFR_HANDLE | hndUFR, |
IN uint8_t * | display_data, | ||
uint8_t | data_length ) |
Multi reader support. Function enables sending data to the display. A string of data contains information about the intensity of color in each cell of the display. Each cell has three LED (red, green and blue). For each cell of the three bytes is necessary. The first byte indicates the intensity of the green color, the second byte indicates the intensity of the red color, and the third byte indicates the intensity of blue color. For example, if the display has 16 cells, an array contains 48 bytes. Value of intensity is in range from 0 to 255.
hndUFR | handle of the uFR device |
display_data | pointer to data array |
data_length | number of data into array |
UFR_STATUS DL_API SetDisplayIntensityM | ( | UFR_HANDLE | hndUFR, |
uint8_t | intensity ) |
Multi reader support. SetRgbIntensity (alias from version 5.0.55) Function sets the intensity of light on the display. Value of intensity is in the range 0 to 100. This value writes into the reader's EEPROM, and it loads when the reader starts up.
hndUFR | handle of the uFR device |
intensity | value of intensity (0 - 100) |