Package com.blukii.sdk.config.datatype
Klasse SensorPacket
java.lang.Object
com.blukii.sdk.config.datatype.SensorPacket
- Bekannte direkte Unterklassen:
SensorRecordingHeader,SensorTransferFinish,SensorValues
This class represents data type
SensorPacket-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintGets the recording index.Gets the sensor type.voidsetRecordingIndex(int recordingIndex) Sets the recording index.voidsetSensorType(SensorType sensorType) Sets the sensor type.toString()intvalidate()Validates the values contained in this object.
-
Konstruktordetails
-
SensorPacket
public SensorPacket()
-
-
Methodendetails
-
getSensorType
Gets the sensor type.- Gibt zurück:
- sensor type.
-
setSensorType
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
-
toString
-
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
-