Package com.inertia.promove
Class Command.FlashStatusResponse
java.lang.Object
com.inertia.promove.Command.ProMoveResponse
com.inertia.promove.Command.FlashStatusResponse
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
public static class Command.FlashStatusResponse extends Command.ProMoveResponse
-
Field Summary
Fields Modifier and Type Field Description byte
code
byte
dataState
long
freeMemorySize
byte
hardwareRevision
long
memorySize
long
nFileSequences
byte
reserved1
byte
softwareHotFix
byte
softwareMajorRevision
byte
softwareMinorRevision
byte
state
byte
version
-
Constructor Summary
Constructors Constructor Description FlashStatusResponse(byte[] in)
-
Method Summary
Modifier and Type Method Description byte
getSubType()
Command.Group
getType()
int
parse(byte[] in)
java.lang.String
toString()
-
Field Details
-
version
public byte version -
state
public byte state -
dataState
public byte dataState -
code
public byte code -
hardwareRevision
public byte hardwareRevision -
softwareMajorRevision
public byte softwareMajorRevision -
softwareMinorRevision
public byte softwareMinorRevision -
softwareHotFix
public byte softwareHotFix -
reserved1
public byte reserved1 -
memorySize
public long memorySize -
freeMemorySize
public long freeMemorySize -
nFileSequences
public long nFileSequences
-
-
Constructor Details
-
FlashStatusResponse
public FlashStatusResponse(byte[] in)
-
-
Method Details
-
getSubType
public byte getSubType() -
getType
-
parse
public int parse(byte[] in)- Specified by:
parse
in interfaceCommand.ProMoveCommand
- Overrides:
parse
in classCommand.ProMoveResponse
-
toString
public java.lang.String toString()- Specified by:
toString
in interfaceCommand.ProMoveCommand
- Overrides:
toString
in classCommand.ProMoveResponse
-