CipherLab 9400 Series User Manual page 43

Hide thumbs Also See for 9400 Series:
Table of Contents

Advertisement

GetDecodeTagType
Purpose
To obtain the tag type of the decoded RFID tag upon pressing the trigger.
Syntax
int GetDecodeTagType ();
Example for C#
int tagType = 0;
tagType = Reader.ReaderEngineAPI.GetDecodeTagType();
Example for VB
Dim tagType As Integer
tagType = Reader.ReaderEngineAPI.GetDecodeTagType()
Return Value
If successful, it returns the tag type.
Otherwise, it returns 0.
Remarks
Before another successful decoding, this function is called to obtain the tag
type of the current decoded RFID tag.
See Also
GetDecodeRfidData, GetDecodeRfidUID, RfidSettings
c
Tag Type
0x49
73 (I)
0x4D
77 (M)
0x53
83 (S)
0x54
84 (T)
0x56
86 (V)
0x5A
90 (Z)
Call GetErrorCode() to find the error condition encountered:
-101
E_READER_NOT_INIT
RFID Tag / Standard
Icode
Mifare Ultralight ISO 14443A
SR176
Tagit
ISO 15693
ISO 14443B
Chapter 2
Reader API
35

Advertisement

Table of Contents
loading

Table of Contents