Vhl_Get_Snr - Siemens SIMATIC RF1000 Operating Instructions Manual

Hide thumbs Also See for SIMATIC RF1000:
Table of Contents

Advertisement

CardTypeMask
0x0008 (bit 4)
0x0010 (bit 5)
0x0020 (bit 6)
0x0040 (Bit 7)
0x0080 (Bit 8)
0x0100 (Bit 9)
0x0200 (Bit 10)
0x0800 (bit 12)
0xFFFF
7.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
);
SIMATIC RF1000
Operating Instructions, 05/2023, C79000-G8976-C432-10
7.2 Programming via USB/RS232 interface (using DLL functions)
CardType
Protocols/card types
0x4X
ISO 14443 B
0x5X
iCLASS via proprietary ISO14443/B protocol derivate
(Level 2 compatible)
0x6X
iCLASS via ISO15693
0x7X
FeliCa
0x8X
(only with RF1040R)
EM4100/EM4102, EKS, HITAG 1/2/S,
HID Prox/ioProx, Keri
0x9X
ST SRIX
0xAX
(only with RF1040R)
SecuraKey
0xCX
LEGIC Prime (only for RF1070R)
0xFF
All card families supported by the reader
Programming
45

Advertisement

Table of Contents
loading

Table of Contents