Functions related to establishing, closing and changing speed of communication with the reader and more.
More...
|
UFR_STATUS DL_API | ReaderCloseM (UFR_HANDLE hndUFR) |
| Multi reader support. Close reader communication port.
|
|
UFR_STATUS DL_API | ReaderOpenM (VAR UFR_HANDLE *hndUFR) |
| Multi reader support. Open reader communication port for all µFR devices. You can also use this function to open communication with µFR Online devices. Using ReaderOpen to open communication with µFR Online devices: If you have only one reader attached to your PC, it will open that reader serial port on 1Mbit/s, or if you have only one reader attached to another power supply (not your PC) it will open that reader based on it’s working mode (TCP or UDP). If you have more than one µFR Online device, ReaderOpen function will open the first one found, for opening another device, use ReaderOpenEx instead.
|
|
UFR_STATUS DL_API | ReaderResetM (UFR_HANDLE hndUFR) |
| Multi reader support. Physical reset of reader communication port.
|
|
UFR_STATUS DL_API | ReaderSoftRestartM (UFR_HANDLE hndUFR) |
| Multi reader support. This function is used to restart the reader by software. It sets all readers parameters to default values and close RF field which resets all the cards in the field.
|
|
Functions related to establishing, closing and changing speed of communication with the reader and more.
◆ ReaderCloseM()
Multi reader support. Close reader communication port.
- Parameters
-
hndUFR | handle of the uFR device |
- Returns
- Operation status
◆ ReaderOpenM()
Multi reader support. Open reader communication port for all µFR devices. You can also use this function to open communication with µFR Online devices. Using ReaderOpen to open communication with µFR Online devices: If you have only one reader attached to your PC, it will open that reader serial port on 1Mbit/s, or if you have only one reader attached to another power supply (not your PC) it will open that reader based on it’s working mode (TCP or UDP). If you have more than one µFR Online device, ReaderOpen function will open the first one found, for opening another device, use ReaderOpenEx instead.
- Parameters
-
hndUFR | handle of the uFR device |
- Returns
- Operation status
◆ ReaderResetM()
Multi reader support. Physical reset of reader communication port.
- Parameters
-
hndUFR | handle of the uFR device |
- Returns
- Operation status
◆ ReaderSoftRestartM()
Multi reader support. This function is used to restart the reader by software. It sets all readers parameters to default values and close RF field which resets all the cards in the field.
- Parameters
-
hndUFR | handle of the uFR device |
- Returns
- Operation status