Java Mine
ContentsIndexHome
PreviousUpNext
SeatBase Methods

The methods of the SeatBase class are listed here.

 
Name 
Description 
 
get { return new List() { new Datum("KOhms", KOhms), new Datum("Occupied", Occupied) }; 
 
This is getData, a member of class SeatBase. 
 
Returns default configurations for the sensor
@param version The version of the Sensor @param platform The Firmware Generation of your device. i.e. Commercial, Alta, Wifi @return Default configurations for the sensor 
 
This is getKOhms, a member of class SeatBase. 
 
This is getOccupied, a member of class SeatBase. 
 
This is getProfileType, a member of class SeatBase. 
 

Allows for the update of the specific type of sensor. @param sens the Sensor object to be updated @param heartBeat How often the sensor communicates with the gateway if no activity recorded. @param awareStateHeartBeat How often the sensor communicates with the gateway while in the Aware State. @param maximumThreshold Any assessments above this value will cause the sensor to enter the Aware State. @param assessmentInterval How often the sensor checks to see if the seat is occupied. @param failedTransmissionsBeforeLinkMode The number of transmissions the sensor sends without response from a gateway before it goes to battery saving link mode. In... more 
 
This is setData, a member of class SeatBase. 
 
This is setKOhms, a member of class SeatBase. 
 
This is setOccupied, a member of class SeatBase. 
 

sets the ReportInterval as minutes on the sensor object the next time this sensor checks in it will update @param sens the Sensor object to be updated @param heartbeat a double value this is represented in minutes so heartbeat equals 1 that is one minute @param sendSensorUpdate a Boolean flag that lets the sensor know if it should send up the new configuration 
Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!