UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.Interfaces.IRfidWrite Interface Reference

Write to different areas or memory blocks of an RFID tag. More...

Properties

IRfidBitField Data [get, set]
 The data to write. More...
 
RfidMemBlockEnum Memory [get, set]
 The memory type to access. Note that not all memory types are writable. For example, the TID (Tag Identification) is typically read-only.
 
IRfidPassword Password [get, set]
 The password used to access memory. Should only be set if supported by tag and use of password is desired.
 

Detailed Description

Write to different areas or memory blocks of an RFID tag.

Some tags may have security features to password protect different areas of memory.

Property Documentation

◆ Data

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

The data to write.

Care should be taken when writing data that is a multiple of 16-bit words due to RFID hardware possibly padding data with zeroes.