Klasse SensorPacket

java.lang.Object
com.blukii.sdk.config.datatype.SensorPacket
Bekannte direkte Unterklassen:
SensorRecordingHeader, SensorTransferFinish, SensorValues

public class SensorPacket extends Object
This class represents data type SensorPacket
  • Konstruktordetails

    • SensorPacket

      public SensorPacket()
  • Methodendetails

    • getSensorType

      public SensorType getSensorType()
      Gets the sensor type.
      Gibt zurück:
      sensor type.
    • setSensorType

      public void setSensorType(SensorType sensorType)
      Sets the sensor type.
      Parameter:
      sensorType - sensor type.
    • getRecordingIndex

      public int getRecordingIndex()
      Gets the recording index.
      Gibt zurück:
      recording index.
    • setRecordingIndex

      public void setRecordingIndex(int recordingIndex)
      Sets the recording index.
      Parameter:
      recordingIndex - recording index.
    • equals

      public boolean equals(@Nullable Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

      @NonNull public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • validate

      public int validate()
      Validates the values contained in this object.

      This can be used when you create an object, to verify the values set.

      Gibt zurück:
      a state from Validation