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 Flash
    LoggingGetFirstLogRequest​(short _searchType, short _sequenceID, long _searchParam)
    Deprecated.
    Search with timestamp/framenumber, from beginning or within start/stop sequence
    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
  • 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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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