Uses of Class
RFIDReader.TagMask

  • Uses of TagMask in RFIDReader

    Methods in RFIDReader with parameters of type TagMask
    Modifier and Type
    Method
    Description
    RFIDReader.KillTag​(int killPassword, TagMask tagMask, TagFields tagFields)
    Method: RFIDStatus KillTag(int killPassword, TagMask tagMask, TagFields tagFields ) Summary: This method kills the tag reference by the specified input mask.
    RFIDReader.LockTagData​(int accessPassword, TagMask tagMask, int killPwdLock, int accessPwdLock, int epcLock, int userDataLock, TagFields tagFields)
    Method: RFIDStatus LockTagData(int accessPassword, TagMask tagMask, int killPwdLock, int accessPwdLock, int epcLock, int userDataLock, TagFields tagFields) Summary: This method locks, unlocks, or permanently locks or unlocks one or more data banks on the tag.
    RFIDReader.ReadTagData​(int accessPassword, TagMask tagMask, TagFields tagFields)
    Method: TagFields ReadTagData(int accessPassword, TagMask tagMask, TagFields tagFields) Summary: This method reads the tag data from the specified tag data bank: 0 = Reserved data, 1 = EPC data, 2 = Tag Identifier Data (TID), 3 = User data.
    boolean
    RFIDReader.SetInventoryFilter​(TagMask filter)
    Method: boolean SetInventoryFilter(TagMask filter) Summary: This method sets the filter to be used during tag inventory cycles
    RFIDReader.WriteTagData​(int accessPassword, TagMask tagMask, TagFields tagFields)
    Method: TagFields WriteTagData(int accessPassword, TagMask tagMask, TagFields tagFields) Summary: This method reads the tag data from the specified tag data bank: 0 = Reserved data, 1 = EPC data, 2 = Tag Identifier data (generally not writable), 3 = User data using the mask data against the location specified by the maskBank, maskStartBitAddress (offset into bank in number of bits) with length specified by maskBitLength number of bits.