Uses of Enum Class
com.pi4j.crowpi.components.internal.rfid.MifareKey.Type
-
Uses of MifareKey.Type in com.pi4j.crowpi.components.internal.rfid
Modifier 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.ModifierConstructorDescriptionMifareKey
(MifareKey.Type type, byte[] bytes) Creates a new MIFARE key which can be used for authenticating against a card.