Java Mine
ContentsIndexHome
CarDetectBase Members Public Methods
Public Methods
 
Name 
Description 
 
This is classMap, a member of class _ApplicationBase. 
 
This is Create, a member of class CarDetectBase. 
 
This is CreateApplicationBase, a member of class _ApplicationBase. 
 
This is getCount, a member of class CarDetectBase. 
 
This is getData, a member of class CarDetectBase. 
 
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 getDetect, a member of class CarDetectBase. 
 
This is getImplementedSensors, a member of class _ApplicationBase. 
 
This is getProfileType, a member of class CarDetectBase. 
 
This is GetType, a member of class _ApplicationBase. 
 

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 Aware State @param enterAwareStateWhenLoopIs Determines which reading of the sensor will trigger the aware State. Closed = 0, Open = 1, and StateChange = 2. @param timeToReArm The time in seconds after a triggering event that the sensor will wait before re-arming itself. @param failedTransmissionsBeforeLinkMode The number of transmissions the sensor sends without response from a... more 
 
This is setCount, a member of class CarDetectBase. 
 
This is setData, a member of class CarDetectBase. 
 
This is setDetect, a member of class CarDetectBase. 
 
sets the ReportInterval as minutes on the sensor object the next time this sensor checks in it will update
@param sens sens the Sensor object to be updated @param heartBeat a double value this is represented in minutes, so if 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 
 

sets all data for the ProfileConfig1 configuration available on the sensor @param sens the Sensor object to be updated @param eventDectionType Allows aware state when loops is closed = 0, open = 1, or state change = 2 @param rearmTime The time in seconds after a triggering event that the sensor will wait before re-arming itself @param sendSensorUpdate a Boolean flag that lets the sensor know if it should send up the new configuration
@deprecated use {@link #SensorEdit(com.monnit.mine.MonnitMineAPI.Sensor, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer) } instead 
Copyright (c) 2022. All rights reserved.