uFCoder 2.62
|
Functions | |
UFR_STATUS DL_API | AutoSleepGetM (UFR_HANDLE hndUFR, VAR uint8_t *seconds_wait) |
Multi reader support. Get status of AutoSleep mode. | |
UFR_STATUS DL_API | AutoSleepSetM (UFR_HANDLE hndUFR, uint8_t seconds_wait) |
Multi reader support. Turn the device into Sleep mode after a certain amount of time. | |
UFR_STATUS DL_API | UfrEnterSleepModeM (UFR_HANDLE hndUFR) |
Multi reader support. Turn the device into Sleep mode. | |
UFR_STATUS DL_API | UfrLeaveSleepModeM (UFR_HANDLE hndUFR) |
Multi reader support. Wake up device from Sleep mode. | |
UFR_STATUS DL_API AutoSleepGetM | ( | UFR_HANDLE | hndUFR, |
VAR uint8_t * | seconds_wait ) |
Multi reader support. Get status of AutoSleep mode.
hndUFR | handle of the uFR device |
seconds_wait | variable holding value of seconds to wait before entering into sleep. If the parameter is 0x00, the AutoSleep feature is turned off (default state). |
UFR_STATUS DL_API AutoSleepSetM | ( | UFR_HANDLE | hndUFR, |
uint8_t | seconds_wait ) |
Multi reader support. Turn the device into Sleep mode after a certain amount of time.
hndUFR | handle of the uFR device |
seconds_wait | variable holding value of seconds to wait before entering into sleep. If the parameter is 0x00, the AutoSleep feature is turned off (default state). |
UFR_STATUS DL_API UfrEnterSleepModeM | ( | UFR_HANDLE | hndUFR | ) |
Multi reader support. Turn the device into Sleep mode.
hndUFR | handle of the uFR device |
UFR_STATUS DL_API UfrLeaveSleepModeM | ( | UFR_HANDLE | hndUFR | ) |
Multi reader support. Wake up device from Sleep mode.
hndUFR | handle of the uFR device |