Monnit Mine Java
ContentsIndexHome
PreviousUpNext
SeatBase.UpdateSensorProfileConfig1 Method
Syntax
Pascal
C++
Java
PHP
function UpdateSensorProfileConfig1(sens: Sensor; measurementsPerTransmission: Integer; maximumThreshold: double; sendSensorUpdate: Boolean): Pointer;
Parameters 
Description 
Sensor sens 
the Sensor object to be updated  
int measurementsPerTransmission 
the amount of assessments the sensor where take in-between heartbeats if during these assessments the value is above or below respective triggering thresholds it will send an aware state message.  
double maximumThreshold 
the maximum temperature the sensor can report before it goes aware  
Boolean 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  

 

Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!