Programming
6.2 Programming via USB interface
SIMATIC RF1000
Operating Instructions, 11/2019, C79000-G8976-C432-06
25
Table 6- 4 Description of the parameters
The parameter restarts the reader.
The session key returned by the function "brp_open_usb_session".
Return value
• BRP_OK
You will find more information on return values in the section "Return values
(Page 35)".
6.2.1.5 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
);
Table 6- 5 Description of the parameters
The parameter reads out information about the firmware of the reader.
The session key returned by the function "brp_open_usb_session".
fws This parameter contains information on the type of firmware, the version
and the serial number of the reader.
Format: xx...xx r.rr.rr dd/dd/dd ssssssss
Version (major release, minor release, build ID)
Serial number of the reader
Return value
• BRP_OK
You will find more information on return values in the section "Return val-