# RFIDConst ## MemoryBank ```{list-table} :align: left :class: list-table * - Definition - Description * - RESERVED - RESERVED area * - EPC - EPC area * - TID - TID area * - USER - USER area ``` --- ## ReadMemoryType ```{list-table} :align: left :class: list-table * - Definition - Description * - NORMAL - Word length of read data is 64 words or less * - LONG_DATA - Word length of read data is 65 words or more ``` --- ## WriteMemoryType ```{list-table} :align: left :class: list-table * - Definition - Description * - NORMAL - Standard memory write * - BLOCK - Faster write operation. Only applicable to specific tags. ```