Package com.inertia.promove
Class Command.FlashGetFirstFileRequest
java.lang.Object
com.inertia.promove.Command.ProMoveRequest
com.inertia.promove.Command.FlashGetFirstFileRequest
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
@Deprecated public static class Command.FlashGetFirstFileRequest extends Command.ProMoveRequest
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description short
sequenceID
Deprecated. -
Constructor Summary
Constructors Constructor Description FlashGetFirstFileRequest(short _sequenceID)
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
-
sequenceID
public short sequenceIDDeprecated.
-
-
Constructor Details
-
FlashGetFirstFileRequest
public FlashGetFirstFileRequest(short _sequenceID)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
-