C# Mine
ContentsIndexHome
PreviousUpNext
Short_Range_AssetBase.UpdateSensorProfileConfig2 Method

sets all data for the ProfileConfig2 configuration available on the sensor

Syntax
C#
[System.Obsolete("This method is deprecated. Use the SensorEdit method instead.")] public static void UpdateSensorProfileConfig2(Sensor sens, int powerReduction, Boolean doubleTransmit, Boolean sendSensorUpdate);
Parameters 
Description 
Sensor sens 
sens the Sensor object to be updated  
int powerReduction 
Sets the power reduction allowing communication close to the gateway. (0 dB = 0, 6 dB = 1, 12 dB = 2, and 18 dB = 3 
Boolean doubleTransmit 
Determines if the sensor should first ping to obtain updated signal strength before transmitting. 
Boolean 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!