Vhl_Get_Snr - Siemens SIMATIC RF1000 Operating Instructions Manual

Hide thumbs Also See for SIMATIC RF1000:
Table of Contents

Advertisement

Programming
6.2 Programming via USB/RS232 interface (using DLL functions)
6.2.1.11

vhl_get_snr

The function returns the serial number of the currently selected card. If the function
"vhl_select" could not be executed earlier or the card is no longer in the antenna field, the
value "CARD_NOT_SELECTED_ERR" (status code "0x0102") is returned. In this case, an
undefined serial number is returned. Note that the least significant byte of the serial number
is output first. For RF200/RF300 readers, the most significant byte is usually output first.
Function call
int
vhl_get_snr(
int Handle,
byte * Snr,
byte * Length,
int * Status
);
Table 6- 13
Parameter
vhl_get_snr
Return value
34
Description of the parameters
Description
This function call returns the serial number of the currently selected card.
Handle
The session key returned by the "brp_open_usb_session" or
"brp_open_serial_session" function.
Snr
Serial number of the card (LSB first)
Length
Length of the serial number in bytes
Status
OK
CARD_NOT_SELECTED_ERR
You will find more information on the reader status in the section "Status
codes (Page 55)".
BRP_OK
CARD_NOT_SELECTED_ERR
You will find more information on return values in the section "Return val-
ues (Page 40)".
Operating Instructions, 02/2020, C79000-G8976-C432-07
SIMATIC RF1000

Advertisement

Table of Contents
loading

Table of Contents