UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
<IRfidWrite> Protocol Reference

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

#include <IRfidWrite.h>

Inheritance diagram for <IRfidWrite>:

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< IRfidPasswordpassword
 The password used to access memory. Should only be set if supported by tag and use of password is desired.
 
id< IRfidBitFielddata
 The data to write.
 

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

- (id<IRfidBitField>) data
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.

◆ memory

- (RfidMemBlockEnum) memory
readwritenonatomicassign

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

◆ password

- (id<IRfidPassword>) password
readwritenonatomicstrong

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


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