UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Interface.IRfidBitField Interface Reference
Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Interface.IRfidBitField:
com.UniPRT.Sdk.LabelMaker.PglLib.ARfidWrite com.UniPRT.Sdk.LabelMaker.TsplLib.ARfidWrite com.UniPRT.Sdk.LabelMaker.PGL.RfidWrite com.UniPRT.Sdk.LabelMaker.TSPL.RfidWrite

Public Member Functions

int GetOffsetFromStart ()
 Optional word offset (16 bits per count) if access to memory that is not the starting position of memory bank. More...
 
void SetOffsetFromStart (int offset)
 
String GetData ()
 Rfid data field. In Most Significant Bits (MSB) to Least Significant Bits (LSB) (left to right). Hex formatted data. More...
 
void SetData (String data)
 

Member Function Documentation

◆ GetData()

String com.UniPRT.Sdk.LabelMaker.Interface.IRfidBitField.GetData ( )

Rfid data field. In Most Significant Bits (MSB) to Least Significant Bits (LSB) (left to right). Hex formatted data.

Implemented in com.UniPRT.Sdk.LabelMaker.PglLib.ARfidWrite, and com.UniPRT.Sdk.LabelMaker.TsplLib.ARfidWrite.

◆ GetOffsetFromStart()

int com.UniPRT.Sdk.LabelMaker.Interface.IRfidBitField.GetOffsetFromStart ( )

Optional word offset (16 bits per count) if access to memory that is not the starting position of memory bank.

First word starts at offset 0, second word would be at offset 1, and so on.
Note:
For EPC on Gen 2 tags, the CRC (word 0) and PC Bits (word 1) are not counted as part of the offset.
That is, offset 0, refers to the first word after the PC Bits.

Implemented in com.UniPRT.Sdk.LabelMaker.PglLib.ARfidWrite, and com.UniPRT.Sdk.LabelMaker.TsplLib.ARfidWrite.

◆ SetData()

void com.UniPRT.Sdk.LabelMaker.Interface.IRfidBitField.SetData ( String  data)

◆ SetOffsetFromStart()

void com.UniPRT.Sdk.LabelMaker.Interface.IRfidBitField.SetOffsetFromStart ( int  offset)

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