Java Mine
ContentsIndexHome
PreviousUpNext
Sensor.Sensor Constructor (long, eSensorApplication, String, eFirmwareGeneration, double, int, int, int)
Syntax
Java
public Sensor(long sensorID, eSensorApplication monnitApplication, String firmwareVersion, eFirmwareGeneration platform, double reportInterval, int linkInterval, int retryCount, int recoveryCount) throws Exception;

 

Presets these properties 

MonnitApplicationID FirmwareVersion 

Sets all other properties to default values @param sensorID Numerical identifier of the sensor @param monnitApplication Type of sensor @param firmwareVersion Firmware version of sensor @param platform The eFirmwareGeneration of your device @param reportInterval Interval in minutes sensor communicates. (Default: 120) @param linkInterval Interval in minutes sensor scans for gateway in link mode. (Default: 120) @param retryCount Number of attempts to send a message to a gateway. (Default: 2) @param recoveryCount Number of failed sequences before sensor enters link mode. (Default: 2)

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