Package com.inertia.promove
Class Command.FlashGetNextFileResponse
java.lang.Object
com.inertia.promove.Command.ProMoveResponse
com.inertia.promove.Command.FlashGetNextFileResponse
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
@Deprecated public static class Command.FlashGetNextFileResponse extends Command.ProMoveResponse
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description short
displacement
Deprecated.short
fileLength
Deprecated.short
fileType
Deprecated.boolean
result
Deprecated.short
sequenceID
Deprecated.long
timestamp
Deprecated. -
Constructor Summary
Constructors Constructor Description FlashGetNextFileResponse(byte[] in)
Deprecated. -
Method Summary
Modifier and Type Method Description java.util.Vector<Command>
getCommands()
Deprecated.java.util.Vector<Config>
getConfigs()
Deprecated.java.util.Vector<ProMoveSamples.Sample>
getSamples()
Deprecated.byte
getSubType()
Deprecated.Command.Group
getType()
Deprecated.int
parse(byte[] in)
Deprecated.java.lang.String
toString()
Deprecated.
-
Field Details
-
result
public boolean resultDeprecated. -
fileLength
public short fileLengthDeprecated. -
sequenceID
public short sequenceIDDeprecated. -
displacement
public short displacementDeprecated. -
fileType
public short fileTypeDeprecated. -
timestamp
public long timestampDeprecated.
-
-
Constructor Details
-
FlashGetNextFileResponse
public FlashGetNextFileResponse(byte[] in)Deprecated.
-
-
Method Details
-
getSubType
public byte getSubType()Deprecated. -
getType
Deprecated. -
getSamples
Deprecated. -
getCommands
Deprecated. -
getConfigs
Deprecated. -
parse
public int parse(byte[] in)Deprecated.- Specified by:
parse
in interfaceCommand.ProMoveCommand
- Overrides:
parse
in classCommand.ProMoveResponse
-
toString
public java.lang.String toString()Deprecated.- Specified by:
toString
in interfaceCommand.ProMoveCommand
- Overrides:
toString
in classCommand.ProMoveResponse
-