Package com.inertia.promove
Class Command.FlashGetNextFileRequest
java.lang.Object
com.inertia.promove.Command.ProMoveRequest
com.inertia.promove.Command.FlashGetNextFileRequest
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
@Deprecated public static class Command.FlashGetNextFileRequest extends Command.ProMoveRequest
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description long
fileCount
Deprecated.long
filePointer
Deprecated. -
Constructor Summary
Constructors Constructor Description FlashGetNextFileRequest(long _filePointer, long _fileCount)
Deprecated. -
Method Summary
Modifier and Type Method Description byte[]
getBytes()
Deprecated.byte
getSubType()
Deprecated.Command.Group
getType()
Deprecated.java.lang.String
toString()
Deprecated.
-
Field Details
-
filePointer
public long filePointerDeprecated. -
fileCount
public long fileCountDeprecated.
-
-
Constructor Details
-
FlashGetNextFileRequest
public FlashGetNextFileRequest(long _filePointer, long _fileCount)Deprecated.
-
-
Method Details
-
getSubType
public byte getSubType()Deprecated. -
getType
Deprecated. -
getBytes
public byte[] getBytes()Deprecated.- Specified by:
getBytes
in interfaceCommand.ProMoveCommand
- Overrides:
getBytes
in classCommand.ProMoveRequest
-
toString
public java.lang.String toString()Deprecated.- Specified by:
toString
in interfaceCommand.ProMoveCommand
- Overrides:
toString
in classCommand.ProMoveRequest
-