Package com.inertia.promove
Class Command.FlashOpenRequest
java.lang.Object
com.inertia.promove.Command.ProMoveRequest
com.inertia.promove.Command.FlashOpenRequest
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
public static class Command.FlashOpenRequest extends Command.ProMoveRequest
-
Constructor Summary
Constructors Constructor Description FlashOpenRequest(java.lang.String _filename)
-
Method Summary
Modifier and Type Method Description byte[]
getBytes()
byte
getSubType()
Command.Group
getType()
java.lang.String
toString()
-
Constructor Details
-
FlashOpenRequest
public FlashOpenRequest(java.lang.String _filename)
-
-
Method Details
-
getSubType
public byte getSubType() -
getType
-
getBytes
public byte[] getBytes()- Specified by:
getBytes
in interfaceCommand.ProMoveCommand
- Overrides:
getBytes
in classCommand.ProMoveRequest
-
toString
public java.lang.String toString()- Specified by:
toString
in interfaceCommand.ProMoveCommand
- Overrides:
toString
in classCommand.ProMoveRequest
-