Package com.inertia.promove
Class Command.LoggingGetFirstLogRequest
java.lang.Object
com.inertia.promove.Command.ProMoveRequest
com.inertia.promove.Command.LoggingGetFirstLogRequest
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
@Deprecated public static class Command.LoggingGetFirstLogRequest extends Command.ProMoveRequest
Deprecated.
-
Constructor Summary
Constructors Constructor Description LoggingGetFirstLogRequest()
Deprecated.default constructor searches from start of FlashLoggingGetFirstLogRequest(short _searchType, short _sequenceID, long _searchParam)
Deprecated.Search with timestamp/framenumber, from beginning or within start/stop sequenceLoggingGetFirstLogRequest(short _searchType, short _sequenceID, long _searchParam, short _condition)
Deprecated.Search with timestamp/framenumber, from beginning or within start/stop sequence, with given search condition -
Method Summary
Modifier and Type Method Description byte[]
getBytes()
Deprecated.byte
getSubType()
Deprecated.Command.Group
getType()
Deprecated.Methods inherited from class com.inertia.promove.Command.ProMoveRequest
getFromNode, parse, toString
-
Constructor Details
-
LoggingGetFirstLogRequest
public LoggingGetFirstLogRequest()Deprecated.default constructor searches from start of Flash -
LoggingGetFirstLogRequest
public LoggingGetFirstLogRequest(short _searchType, short _sequenceID, long _searchParam, short _condition)Deprecated.Search with timestamp/framenumber, from beginning or within start/stop sequence, with given search condition- Parameters:
_searchType
- 0:frameNumber, 1:Timestamp, 255:sequence_sequenceID
- 0-254:sequence, 255:all sequences (i.e. LoggingStart/Stop sequence)_searchParam
- framenumber (not yet supported) or unix-timestamp_condition
- search condition/direction for searchParam (0:any, 1:LowerEqual, 2:HigherEqual, 3:Equal)
-
LoggingGetFirstLogRequest
public LoggingGetFirstLogRequest(short _searchType, short _sequenceID, long _searchParam)Deprecated.Search with timestamp/framenumber, from beginning or within start/stop sequence- Parameters:
_searchType
- 0:frameNumber, 1:Timestamp, 255:sequence_sequenceID
- 0-254:sequence, 255:all sequences (i.e. LoggingStart/Stop sequence)_searchParam
- framenumber (not yet supported) or unix-timestamp
-
-
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
-