Programming interface
4.1 The functions of the DLL
SIMATIC RF1060R
Operating Instructions, 05/2017, C79000-G8976-C432-02
13
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 (
int Handle,
int * Status
);
Description of the parameters
Parameter
Description
syscmd_reset
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
Return value
•
BRP_OK
You will find more information on return values in the section "Return values
(Page 18)".
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
);