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

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

Public Member Functions

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. More...
 
void SetMemory (RfidMemBlockEnum memory)
 
IRfidPassword GetPassword ()
 The password used to access memory. Should only be set if supported by tag and use of password is desired. More...
 
void SetPassword (IRfidPassword password)
 
IRfidBitField GetData ()
 The data to write. More...
 
void SetData (IRfidBitField data)
 

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 com.UniPRT.Sdk.LabelMaker.Interface.IRfidWrite.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.

◆ GetMemory()

RfidMemBlockEnum com.UniPRT.Sdk.LabelMaker.Interface.IRfidWrite.GetMemory ( )

The memory type to access. Note that not all memory types are writable. For example, the TID (Tag Identification) is typically read-only.

◆ GetPassword()

IRfidPassword com.UniPRT.Sdk.LabelMaker.Interface.IRfidWrite.GetPassword ( )

The password used to access memory. Should only be set if supported by tag and use of password is desired.

◆ SetData()

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

◆ SetMemory()

void com.UniPRT.Sdk.LabelMaker.Interface.IRfidWrite.SetMemory ( RfidMemBlockEnum  memory)

◆ SetPassword()

void com.UniPRT.Sdk.LabelMaker.Interface.IRfidWrite.SetPassword ( IRfidPassword  password)

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