Uses of Class
RFIDReader.TagFields

  • Uses of TagFields in RFIDReader

    Methods in RFIDReader that return TagFields
    Modifier and Type
    Method
    Description
    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.
    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.
    Methods in RFIDReader with parameters of type TagFields
    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.
    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.