4.1.3
syscmd_reset
This function restarts the reader.
Note that after the function "syscmd_reset" you need to execute the function
"brp_close_session" followed by "brp_open_usb_session".
Function call
int
syscmd_reset (
);
Description of the parameters
Parameter
syscmd_reset
Return value
4.1.4
syscmd_get_info
The function reads out information about the firmware of the reader.
The value read out contains information on the type of firmware, the version and the serial
number of the reader.
Function call
int
syscmd_get_info(
int Handle,
char * fws,
int * Status
);
SIMATIC RF1060R
Operating Instructions, 05/2017, C79000-G8976-C432-02
int Handle,
int * Status
Description
The parameter restarts the reader.
Handle
The session key returned by the function "brp_open_usb_session()".
Status
You will find more information on the reader status in the section "Status
codes (Page 19)".
BRP_OK
•
You will find more information on return values in the section "Return values
(Page 18)".
Programming interface
4.1 The functions of the DLL
13