uFCoder 2.62
Loading...
Searching...
No Matches

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.
 

Detailed Description

Function Documentation

◆ AutoSleepGetM()

UFR_STATUS DL_API AutoSleepGetM ( UFR_HANDLE hndUFR,
VAR uint8_t * seconds_wait )

Multi reader support. Get status of AutoSleep mode.

Parameters
hndUFRhandle of the uFR device
seconds_waitvariable holding value of seconds to wait before entering into sleep. If the parameter is 0x00, the AutoSleep feature is turned off (default state).
Returns
Operation status

◆ AutoSleepSetM()

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.

Parameters
hndUFRhandle of the uFR device
seconds_waitvariable holding value of seconds to wait before entering into sleep. If the parameter is 0x00, the AutoSleep feature is turned off (default state).
Returns
Operation status

◆ UfrEnterSleepModeM()

UFR_STATUS DL_API UfrEnterSleepModeM ( UFR_HANDLE hndUFR)

Multi reader support. Turn the device into Sleep mode.

Parameters
hndUFRhandle of the uFR device
Returns
Operation status

◆ UfrLeaveSleepModeM()

UFR_STATUS DL_API UfrLeaveSleepModeM ( UFR_HANDLE hndUFR)

Multi reader support. Wake up device from Sleep mode.

Parameters
hndUFRhandle of the uFR device
Returns
Operation status