Syscmd_Get_Info - Siemens SIMATIC RF1000 Operating Instructions Manual

Hide thumbs Also See for SIMATIC RF1000:
Table of Contents

Advertisement

6.2.1.7

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- 7
Parameter
syscmd_get_info
Return value
SIMATIC RF1000
Operating Instructions, 02/2020, C79000-G8976-C432-07
6.2 Programming via USB/RS232 interface (using DLL functions)
Description of the parameters
Description
This function call reads out information about the firmware of the reader.
Handle
The session key returned by the "brp_open_usb_session" or
"brp_open_serial_session" function.
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
xx...xx
r.rr.rr
dd/dd/dd
ssssssss
Status
OK
BRP_OK
You will find more information on return values in the section "Return val-
ues (Page 40)".
Firmware type
Version (major release, minor release, build ID)
Date of the version
Serial number of the reader
Programming
29

Advertisement

Table of Contents
loading

Table of Contents