Uses of Enum Class
com.tccc.kos.ext.freestyle.hardware.rfid.RfidPower
Packages that use RfidPower
-
Uses of RfidPower in com.tccc.kos.ext.freestyle.hardware.rfid
Methods in com.tccc.kos.ext.freestyle.hardware.rfid that return RfidPowerModifier and TypeMethodDescriptionRfidAntennaConfig.getReadPower()
RfidAntennaConfig.getWritePower()
static RfidPower
Returns the enum constant of this class with the specified name.static RfidPower[]
RfidPower.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tccc.kos.ext.freestyle.hardware.rfid with parameters of type RfidPowerModifier and TypeMethodDescriptionvoid
RfidAntennaConfig.setReadPower
(RfidPower readPower) void
RfidAntennaConfig.setWritePower
(RfidPower writePower)