Uses of Enum Class
com.pi4j.crowpi.components.internal.rfid.PcdError
-
Uses of PcdError in com.pi4j.crowpi.components.exceptions
-
Uses of PcdError in com.pi4j.crowpi.components.internal.rfid
Modifier 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.Modifier 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.