@schie/fluent-zpl - v0.10.0
    Preparing search index...

    Enumeration RFIDBank

    RFID memory banks for read/write operations.

    This enum defines the available memory banks on RFID tags:

    • EPC: Electronic Product Code bank - stores the main product identifier
    • TID: Tag Identifier bank - contains unique tag information (read-only)
    • USER: User memory bank - available for custom application data
    • HostBuffer: Volatile buffer returned by ^RFR,H (read-only convenience)

    EPC is the most commonly used bank for product identification. TID contains manufacturer and model information. USER bank can store additional application-specific data.

    Index

    Enumeration Members

    Enumeration Members

    EPC: "EPC"
    HostBuffer: "HOST"
    TID: "TID"
    USER: "USER"