Write to different areas or memory blocks of an RFID tag. More...
#include <IRfidWrite.h>
Properties | |
RfidMemBlockEnum | memory |
The memory type to access. Note that not all memory types are writable. For example, the TID (Tag Identification) is typically read-only. | |
id< IRfidPassword > | password |
The password used to access memory. Should only be set if supported by tag and use of password is desired. | |
id< IRfidBitField > | data |
The data to write. | |
Write to different areas or memory blocks of an RFID tag.
Some tags may have security features to password protect different areas of memory.
|
readwritenonatomicstrong |
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.
|
readwritenonatomicassign |
The memory type to access. Note that not all memory types are writable. For example, the TID (Tag Identification) is typically read-only.
|
readwritenonatomicstrong |
The password used to access memory. Should only be set if supported by tag and use of password is desired.