Uses of Enum Class
com.pi4j.crowpi.components.internal.rfid.MifareKey.Type
Packages that use MifareKey.Type
-
Uses of MifareKey.Type in com.pi4j.crowpi.components.internal.rfid
Methods in com.pi4j.crowpi.components.internal.rfid that return MifareKey.TypeModifier and TypeMethodDescriptionMifareKey.getType()
Returns the type of this key.static MifareKey.Type
Returns the enum constant of this class with the specified name.static MifareKey.Type[]
MifareKey.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.pi4j.crowpi.components.internal.rfid with parameters of type MifareKey.TypeModifierConstructorDescriptionMifareKey
(MifareKey.Type type, byte[] bytes) Creates a new MIFARE key which can be used for authenticating against a card.