UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField Class Reference

Public Member Functions

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

Private Attributes

int bitCount = 0
 
int fieldId = -1
 
PGL.Rfid_Format dataFormat = PGL.Rfid_Format.InvalidFormat
 

Constructor & Destructor Documentation

◆ Rfid_ReadBitField()

com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.Rfid_ReadBitField ( )

Member Function Documentation

◆ GetBitCount()

int com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.GetBitCount ( )

The number of bits in field.

References com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.bitCount.

◆ GetDataFormat()

PGL.Rfid_Format com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.GetDataFormat ( )

◆ GetFieldId()

int com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.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.

References com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.fieldId.

◆ GetFieldTag()

String com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.GetFieldTag ( )

String version of #FieldId used to link variables within a PGL form.

References com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.fieldId.

Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.PglForm.Rfid_Verify().

◆ SetBitCount()

void com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.SetBitCount ( int  bitCount)

◆ SetDataFormat()

void com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.SetDataFormat ( PGL.Rfid_Format  dataFormat)

◆ SetFieldId()

void com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.SetFieldId ( int  fieldId)

Member Data Documentation

◆ bitCount

int com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.bitCount = 0
private

◆ dataFormat

PGL.Rfid_Format com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.dataFormat = PGL.Rfid_Format.InvalidFormat
private

◆ fieldId


The documentation for this class was generated from the following file: