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

Properties

string Data [get, set]
 Format of the data. It should be noted that most data is in hex format. More...
 
int OffsetFromStart [get, set]
 Specify the bits in memory bank to access. Starting at the OffsetFromStart. More...
 

Property Documentation

◆ Data

string UniPRT.Sdk.LabelMaker.Interfaces.IRfidBitField.Data
getset

Format of the data. It should be noted that most data is in hex format.

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

◆ OffsetFromStart

int UniPRT.Sdk.LabelMaker.Interfaces.IRfidBitField.OffsetFromStart
getset

Specify the bits in memory bank to access. Starting at the OffsetFromStart.

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.