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

A protocol defining the interface for RfidWrite classes. More...

#include <IRfidBitField.h>

Inheritance diagram for <IRfidBitField>:
ARfidWrite PglRfid_Write Rfid_Write

Properties

int offsetFromStart
 Optional word offset (16 bits per count) if access to memory that is not the starting position of memory bank.
 
NSString * data
 Rfid data field. In Most Significant Bits (MSB) to Least Significant Bits (LSB) (left to right). Hex formatted data.
 

Detailed Description

A protocol defining the interface for RfidWrite classes.

Property Documentation

◆ data

- (NSString*) data
readwritenonatomicstrong

Rfid data field. In Most Significant Bits (MSB) to Least Significant Bits (LSB) (left to right). Hex formatted data.

◆ offsetFromStart

- (int) offsetFromStart
readwritenonatomicassign

Optional word offset (16 bits per count) if access to memory that is not the starting position of memory bank.

First word starts at offset 0, second word would be at offset 1, and so on.

Note:

For EPC on Gen 2 tags, the CRC (word 0) and PC Bits (word 1) are not counted as part of the offset.

That is, offset 0, refers to the first word after the PC Bits.


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