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 |
com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.Rfid_ReadBitField | ( | ) |
int com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.GetBitCount | ( | ) |
The number of bits in field.
References com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.bitCount.
PGL.Rfid_Format com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.GetDataFormat | ( | ) |
Data type. Binary, Hex, Decimal, String.
References com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.dataFormat.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.PglForm.Rfid_Verify().
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.
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().
void com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.SetBitCount | ( | int | bitCount | ) |
References com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.bitCount.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.RfidRead.RfidRead().
void com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.SetDataFormat | ( | PGL.Rfid_Format | dataFormat | ) |
void com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.SetFieldId | ( | int | fieldId | ) |
References com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_ReadBitField.fieldId.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.RfidRead.RfidRead().
|
private |
|
private |
|
private |