Uses of Enum
RFIDReader.RFIDReader.RFIDStatus

  • Uses of RFIDReader.RFIDStatus in RFIDReader

    Methods in RFIDReader that return RFIDReader.RFIDStatus
    Modifier and Type
    Method
    Description
    RFIDReader.KillTag​(int killPassword, RFIDReader.TagMask tagMask, RFIDReader.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, RFIDReader.TagMask tagMask, int killPwdLock, int accessPwdLock, int epcLock, int userDataLock, RFIDReader.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.SetGen2Params​(RFIDReader.InventoryParameters ip)
    Method: RFIDStatus SetGen2Params(InventoryParameters ip) Summary: The Gen2Params for the RFIDReader module are set to the values specified in the Gen2Params data structure.
    RFIDReader.SetSessionParameter​(byte sessionParam)
    Method: RFIDStatus SetSessionParameter(byte sessionParam) Summary: This method sets the Session Parameter.
    RFIDReader.RFIDStatus.valueOf​(String name)
    Returns the enum constant of this type with the specified name.
    RFIDReader.RFIDStatus.values()
    Returns an array containing the constants of this enum type, in the order they are declared.