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) |
Write to different areas or memory blocks of an RFID tag.
Some tags may have security features to password protect different areas of memory.
| 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.
| 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.
| 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.
| void com.UniPRT.Sdk.LabelMaker.Interface.IRfidWrite.SetData | ( | IRfidBitField | data | ) |
| void com.UniPRT.Sdk.LabelMaker.Interface.IRfidWrite.SetMemory | ( | RfidMemBlockEnum | memory | ) |
| void com.UniPRT.Sdk.LabelMaker.Interface.IRfidWrite.SetPassword | ( | IRfidPassword | password | ) |