com.thingmagic
Class FixedReaderFirmwareLoadOptions
java.lang.Object
com.thingmagic.FirmwareLoadOptions
com.thingmagic.FixedReaderFirmwareLoadOptions
- Direct Known Subclasses:
- LLRPFirmwareLoadOptions, RqlFirmwareLoadOptions
public class FixedReaderFirmwareLoadOptions
- extends FirmwareLoadOptions
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FixedReaderFirmwareLoadOptions
public FixedReaderFirmwareLoadOptions()
FixedReaderFirmwareLoadOptions
public FixedReaderFirmwareLoadOptions(boolean eraseFirmware)
FixedReaderFirmwareLoadOptions
public FixedReaderFirmwareLoadOptions(boolean eraseFirmware,
boolean revertSettings)
setEraseFirmware
public void setEraseFirmware(boolean eraseFirmware)
getEraseFirmware
public boolean getEraseFirmware()
setRevertDefaultSettings
public void setRevertDefaultSettings(boolean revertSettings)
getRevertDefaultSettings
public boolean getRevertDefaultSettings()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object