Package com.inertia.promove
Class Command.FlashFormatRequest
java.lang.Object
com.inertia.promove.Command.ProMoveRequest
com.inertia.promove.Command.FlashFormatRequest
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
public static class Command.FlashFormatRequest extends Command.ProMoveRequest
-
Field Summary
Fields Modifier and Type Field Description boolean
formatAsFAT16
boolean
formatConfig
boolean
formatData
-
Constructor Summary
Constructors Constructor Description FlashFormatRequest(boolean _formatData, boolean _formatConfig, boolean _formatAsFAT16)
-
Method Summary
Modifier and Type Method Description byte[]
getBytes()
byte
getSubType()
Command.Group
getType()
Methods inherited from class com.inertia.promove.Command.ProMoveRequest
getFromNode, parse, toString
-
Field Details
-
formatData
public boolean formatData -
formatConfig
public boolean formatConfig -
formatAsFAT16
public boolean formatAsFAT16
-
-
Constructor Details
-
FlashFormatRequest
public FlashFormatRequest(boolean _formatData, boolean _formatConfig, boolean _formatAsFAT16)
-
-
Method Details
-
getSubType
public byte getSubType() -
getType
-
getBytes
public byte[] getBytes()- Specified by:
getBytes
in interfaceCommand.ProMoveCommand
- Overrides:
getBytes
in classCommand.ProMoveRequest
-