Uses of Enum Class
com.pi4j.crowpi.components.internal.rfid.PcdError
Packages that use PcdError
-
Uses of PcdError in com.pi4j.crowpi.components.exceptions
Constructors in com.pi4j.crowpi.components.exceptions with parameters of type PcdError -
Uses of PcdError in com.pi4j.crowpi.components.internal.rfid
Methods in com.pi4j.crowpi.components.internal.rfid that return PcdErrorModifier and TypeMethodDescriptionstatic PcdError
PcdError.matchErrReg
(byte errReg, PcdError... errors) Compares the given ERR register (previously read elsewhere) against a list of errors and returns the first match.static PcdError
Returns the enum constant of this class with the specified name.static PcdError[]
PcdError.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pi4j.crowpi.components.internal.rfid with parameters of type PcdErrorModifier and TypeMethodDescriptionstatic PcdError
PcdError.matchErrReg
(byte errReg, PcdError... errors) Compares the given ERR register (previously read elsewhere) against a list of errors and returns the first match.