Java Mine
ContentsIndexHome
PreviousUpNext
SensorMessage Methods

The methods of the SensorMessage class are listed here.

 
Name 
Description 
 

gets data based off the application base of the sensor  
 

gets the the date and time of the message that came in 
 

gets the sensors unique identifier of the sensors type such as temperature = 2 
 

gets the rawData of the message sent in from the sensor  
 

gets the unique identifier of the sensor 
 

gets the signal strength of the sensor  
 

gets the state value  
 

gets voltage of the sensor in millivolts  
 
This is isIsAuthenticated, a member of class SensorMessage. 
 
This is setIsAuthenticated, a member of class SensorMessage. 
 

sets the the date and time of the message that came in @param messageDate calendar of when the message came in 
 

sets the sensors unique identifier of the sensors type such as temperature = 2 @param profileID unique identifier of the sensors type 
 

sets the rawData of the message sent in from the sensor @param rawData value is in a byte array 
 

sets the unique identifier of the sensor @param sensorID unique identifier of the sensor 
 

sets the signal strength of the sensor @param signalStrength value of the signal strength 
 

sets the states value @param state value to set the state 
 

sets voltage of the sensor @param voltage value of the voltage in millivolts 
 

gets the signal strength as a percent  
 

to string writes out the data of the sensor  
Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!