UniPRT SDK  v1.0.0.0
IRfidWrite Interface Reference

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

Public Member Functions

IRfidBitField GetData ()
 The data to write. More...
 
RfidMemBlockEnum GetMemory ()
 The memory type to access. Note that not all memory types are writable. For example, the TID (Tag Identification) is typically read-only.
 
IRfidPassword GetPassword ()
 The password used to access memory. Should only be set if supported by tag and use of password is desired.
 
void SetData (IRfidBitField data)
 
void SetMemory (RfidMemBlockEnum memory)
 
void SetPassword (IRfidPassword password)
 

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.

Member Function Documentation

◆ GetData()

IRfidBitField GetData ( )

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.