RFID Bit Field Properties for writing. More...
Public Member Functions | |
Rfid_WriteBitField () | |
Rfid_WriteBitField (int bitCount, PGL.Rfid_Format dataFormat, String data) | |
int | GetBitCount () |
The number of bits in field. More... | |
void | SetBitCount (int bitCount) |
PGL.Rfid_Format | GetDataFormat () |
Data type. Binary, Hex, Decimal, String. More... | |
void | SetDataFormat (PGL.Rfid_Format dataFormat) |
String | GetData () |
Data that will be written. String provided in the proper set of characters based on format. Binary, Hex, Decimal, String. More... | |
void | SetData (String data) |
Private Attributes | |
int | bitCount = 0 |
PGL.Rfid_Format | dataFormat = PGL.Rfid_Format.InvalidFormat |
String | data = "" |
RFID Bit Field Properties for writing.
Supports static data format: length;format;(D)datafield(D)
com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.Rfid_WriteBitField | ( | ) |
com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.Rfid_WriteBitField | ( | int | bitCount, |
PGL.Rfid_Format | dataFormat, | ||
String | data | ||
) |
int com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.GetBitCount | ( | ) |
The number of bits in field.
References com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.bitCount.
String com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.GetData | ( | ) |
Data that will be written. String provided in the proper set of characters based on format. Binary, Hex, Decimal, String.
Although all data is a string, the limiting factor is the characters within the string based on the data format being written. Examples:
References com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.data.
PGL.Rfid_Format com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.GetDataFormat | ( | ) |
Data type. Binary, Hex, Decimal, String.
References com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.dataFormat.
void com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.SetBitCount | ( | int | bitCount | ) |
void com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.SetData | ( | String | data | ) |
void com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.SetDataFormat | ( | PGL.Rfid_Format | dataFormat | ) |
|
private |
|
private |
|
private |