UniPRT SDK  v1.0.0.0
Rfid_ReadBitField Class Reference

Public Member Functions

 Rfid_ReadBitField ()
 The number of bits in the field.
 
int GetBitCount ()
 
TSPL.Rfid_Format GetDataFormat ()
 Data type. Binary, Hex, Decimal, String.
 
int GetFieldId ()
 Field Identifier used to differentiate from other fields read. More...
 
String GetFieldTag ()
 String version of #FieldId used to link variables within a PGL form.
 
void SetBitCount (int bitCount)
 
void SetDataFormat (TSPL.Rfid_Format dataFormat)
 
void SetFieldId (int fieldId)
 

Member Function Documentation

◆ GetFieldId()

int GetFieldId ( )

Field Identifier used to differentiate from other fields read.

If no Field Identifier is provided, a 1 is used as the first identifier. Range 1 - 512.