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

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 = ""
 

Detailed Description

RFID Bit Field Properties for writing.

Supports static data format: length;format;(D)datafield(D)

Constructor & Destructor Documentation

◆ Rfid_WriteBitField() [1/2]

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

◆ Rfid_WriteBitField() [2/2]

com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.Rfid_WriteBitField ( int  bitCount,
PGL.Rfid_Format  dataFormat,
String  data 
)

Member Function Documentation

◆ GetBitCount()

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

The number of bits in field.

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

◆ GetData()

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:

  • Binary: "0101"
  • Hex: "AF29CD"
  • Decimal: "1975"
  • String: "June 15, 1215"

References com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.data.

◆ GetDataFormat()

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.

◆ SetBitCount()

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

◆ SetData()

void com.UniPRT.Sdk.LabelMaker.PglLib.Rfid_WriteBitField.SetData ( String  data)

◆ SetDataFormat()

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

Member Data Documentation

◆ bitCount

◆ data

◆ dataFormat


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