- get_3DCalibrationHint() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Returns instructions to proceed to the tridimensional calibration initiated with
method start3DCalibration.
- get_3DCalibrationLogMsg() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Returns the latest log message from the calibration process.
- get_3DCalibrationProgress() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Returns the global process indicator for the tridimensional calibration
initiated with method start3DCalibration.
- get_3DCalibrationStage() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Returns index of the current stage of the calibration
initiated with method start3DCalibration.
- get_3DCalibrationStageProgress() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Returns the process indicator for the current stage of the calibration
initiated with method start3DCalibration.
- get_adminPassword() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns a hash string if a password has been set for user "admin",
or an empty string otherwise.
- get_advertisedValue() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Returns the current value of the function (no more than 6 characters).
- get_allSettings() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns all the setting of the module.
- get_analogCalibration() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Tells if a calibration process is currently ongoing.
- get_autoStart() - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Returns the default activation state of the data logger on power up.
- get_autoStart() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the watchdog runing state at module power on.
- get_averageValue() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
Returns the average of all measures observed within this stream.
- get_averageValue() - Method in class com.yoctopuce.YoctoAPI.YMeasure
-
Returns the average value observed during the time interval
covered by this measure.
- get_axis() - Method in class com.yoctopuce.YoctoAPI.YCompass
-
- get_axis() - Method in class com.yoctopuce.YoctoAPI.YTilt
-
- get_baudRate() - Method in class com.yoctopuce.YoctoAPI.YHubPort
-
Returns the current baud rate used by this Yocto-hub port, in kbps.
- get_beacon() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the state of the localization beacon.
- get_beaconDriven() - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Return true if the data logger is synchronised with the localization beacon.
- get_bearing() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Returns the reference bearing used by the compass.
- get_bitDirection(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the direction of a single bit from the I/O port (0 means the bit is an input, 1 an output).
- get_bitOpenDrain(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the type of electrical interface of a single bit from the I/O port.
- get_bitPolarity(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the polarity of a single bit from the I/O port (0 means the I/O works in regular mode, 1
means the I/O works in reverse mode).
- get_bitState(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the state of a single bit of the I/O port.
- get_blinking() - Method in class com.yoctopuce.YoctoAPI.YLed
-
Returns the current led signaling mode.
- get_blinkSeqMaxSize() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Returns the maximum length of the blinking sequence
- get_blinkSeqSignature() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Return the blinking sequence signature.
- get_blinkSeqSize() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Returns the current length of the blinking sequence
- get_brakingForce() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the braking force applied to the motor, as a percentage.
- get_brightness() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the luminosity of the module informative leds (from 0 to 100).
- get_calibratedValue() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the current calibrated input value (between 0 and 1000, included).
- get_calibration() - Method in class com.yoctopuce.YoctoAPI.YDataSet
-
- get_calibrationMax() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the maximal value measured during the calibration (between 0 and 4095, included).
- get_calibrationMin() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the minimal value measured during the calibration (between 0 and 4095, included).
- get_calibrationParam() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
- get_calibrationParam() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
- get_callbackCredentials() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns a hashed version of the notification callback credentials if set,
or an empty string otherwise.
- get_callbackEncoding() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the encoding standard to use for representing notification values.
- get_callbackMaxDelay() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the maximum waiting time between two callback notifications, in seconds.
- get_callbackMethod() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the HTTP method used to notify callbacks for significant state changes.
- get_callbackMinDelay() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the minimum waiting time between two callback notifications, in seconds.
- get_callbackUrl() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the callback URL to notify of significant state changes.
- get_channel() - Method in class com.yoctopuce.YoctoAPI.YWireless
-
Returns the 802.11 channel currently used, or 0 when the selected network has not been found.
- get_channel() - Method in class com.yoctopuce.YoctoAPI.YWlanRecord
-
- get_clearHistory() - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
- get_columnCount() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
Returns the number of data columns present in this stream.
- get_columnNames() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
Returns the title (or meaning) of each data column present in this stream.
- get_command() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
- get_command() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
- get_command() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
- get_command() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
- get_command() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
- get_cosPhi() - Method in class com.yoctopuce.YoctoAPI.YPower
-
Returns the power factor (the ratio between the real power consumed,
measured in W, and the apparent power provided, measured in VA).
- get_countdown() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Returns the number of milliseconds remaining before a pulse (delayedPulse() call)
When there is no scheduled pulse, returns zero.
- get_countdown() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the number of milliseconds remaining before a pulse (delayedPulse() call)
When there is no scheduled pulse, returns zero.
- get_crc() - Method in class com.yoctopuce.YoctoAPI.YFileRecord
-
- get_CTS() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Read the level of the CTS line.
- get_currentRawValue() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the uncalibrated, unrounded raw value returned by the sensor, in the specified unit, as a
floating point number.
- get_currentRunIndex() - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Returns the current run number, corresponding to the number of times the module was
powered on with the dataLogger enabled at some point.
- get_currentValue() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the current value of the measure, in the specified unit, as a floating point number.
- get_cutOffVoltage() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the threshold voltage under which the controller automatically switches to error state
and prevents further current draw.
- get_data(int, int) - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
Returns a single measure from the data stream, specified by its
row and column index.
- get_dataRows() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
Returns the whole data set contained in the stream, as a bidimensional
table of numbers.
- get_dataSamplesInterval() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
- get_dataSamplesInterval() - Method in class com.yoctopuce.YoctoAPI.YOldDataStream
-
Returns the number of seconds elapsed between two consecutive
rows of this data stream.
- get_dataSamplesIntervalMs() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
Returns the number of milliseconds between two consecutive
rows of this data stream.
- get_dataSets() - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Returns a list of YDataSet objects that can be used to retrieve
all measures stored by the data logger.
- get_dataStreams(ArrayList<YDataStream>) - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Builds a list of all data streams hold by the data logger (legacy method).
- get_dateTime() - Method in class com.yoctopuce.YoctoAPI.YRealTimeClock
-
Returns the current time in the form "YYYY/MM/DD hh:mm:ss"
- get_delayedPulseTimer() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
- get_delayedPulseTimer() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
- get_detectedWlans() - Method in class com.yoctopuce.YoctoAPI.YWireless
-
Returns a list of YWlanRecord objects that describe detected Wireless networks.
- get_discoverable() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the activation state of the multicast announce protocols to allow easy
discovery of the module in the network neighborhood (uPnP/Bonjour protocol).
- get_display() - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Gets parent YDisplay.
- get_displayedText() - Method in class com.yoctopuce.YoctoAPI.YSegmentedDisplay
-
Returns the text currently displayed on screen.
- get_displayHeight() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the display height, in pixels.
- get_displayHeight() - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Returns the display height, in pixels.
- get_displayLayer(int) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns a YDisplayLayer object that can be used to draw on the specified
layer.
- get_displayMode() - Method in class com.yoctopuce.YoctoAPI.YSegmentedDisplay
-
- get_displayType() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the display type: monochrome, gray levels or full color.
- get_displayWidth() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the display width, in pixels.
- get_displayWidth() - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Returns the display width, in pixels.
- get_drivingForce() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the power sent to the motor, as a percentage between -100% and +100%.
- get_duration() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
Returns the approximate duration of this stream, in seconds.
- get_dutyCycle() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the PWM duty cycle, in per cents.
- get_dutyCycle() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the PWM duty cycle, in per cents.
- get_dutyCycleAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the PWMs duty cycle at device power on as a floating point number between 0 and 100
- get_enabled() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns true if the screen is powered, false otherwise.
- get_enabled() - Method in class com.yoctopuce.YoctoAPI.YHubPort
-
Returns true if the Yocto-hub port is powered, false otherwise.
- get_enabled() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the state of the PWMs.
- get_enabled() - Method in class com.yoctopuce.YoctoAPI.YServo
-
Returns the state of the servos.
- get_enabledAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the state of the PWM at device power on.
- get_enabledAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YServo
-
Returns the servo signal generator state at power up.
- get_endTimeUTC() - Method in class com.yoctopuce.YoctoAPI.YDataSet
-
Returns the end time of the dataset, relative to the Jan 1, 1970.
- get_endTimeUTC() - Method in class com.yoctopuce.YoctoAPI.YMeasure
-
Returns the end time of the measure, relative to the Jan 1, 1970 UTC
(Unix timestamp).
- get_endTimeUTC_asDate() - Method in class com.yoctopuce.YoctoAPI.YMeasure
-
- get_errCount() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the total number of communication errors detected since last reset.
- get_errorMessage() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Returns the error message of the latest error with the function.
- get_errorType() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Returns the numerical error code of the latest error with the function.
- get_extVoltage() - Method in class com.yoctopuce.YoctoAPI.YDualPower
-
Returns the measured voltage on the external power source, in millivolts.
- get_failSafeTimeout() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the delay in milliseconds allowed for the controller to run autonomously without
receiving any instruction from the control process.
- get_filesCount() - Method in class com.yoctopuce.YoctoAPI.YFiles
-
Returns the number of files currently loaded in the filesystem.
- get_firmwareRelease() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the version of the firmware embedded in the module.
- get_freeSpace() - Method in class com.yoctopuce.YoctoAPI.YFiles
-
Returns the free space for uploading new files to the filesystem, in bytes.
- get_frequency() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the PWM frequency used to control the motor.
- get_frequency() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the PWM frequency in Hz.
- get_frequency() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the PWM frequency in Hz.
- get_friendlyName() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Returns a global identifier of the function in the format MODULE_NAME.FUNCTION_NAME.
- get_functionDescriptor() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Returns a unique identifier of type YFUN_DESCR corresponding to the function.
- get_functionId() - Method in class com.yoctopuce.YoctoAPI.YDataSet
-
Returns the hardware identifier of the function that performed the measure,
without reference to the module.
- get_functionId() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Returns the hardware identifier of the function, without reference to the module.
- get_gravityCancellation() - Method in class com.yoctopuce.YoctoAPI.YAccelerometer
-
- get_hardwareId() - Method in class com.yoctopuce.YoctoAPI.YDataSet
-
Returns the unique hardware identifier of the function who performed the measures,
in the form SERIAL.FUNCTIONID.
- get_hardwareId() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Returns the unique hardware identifier of the function in the form SERIAL.FUNCTIONID.
- get_heading() - Method in class com.yoctopuce.YoctoAPI.YGyro
-
Returns the estimated heading angle, based on the integration of
gyroscopic measures combined with acceleration and
magnetic field measurements.
- get_highestValue() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the maximal value observed for the measure since the device was started.
- get_hours() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the hours scheduled for wake up.
- get_hslColor() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Returns the current HSL color of the led.
- get_hslMove() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
- get_icon2d() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the icon of the module.
- get_ipAddress() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the IP address currently in use by the device.
- get_ipConfig() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
- get_isPressed() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns true if the input (considered as binary) is active (closed contact), and false otherwise.
- get_lastLogs() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns a string with last logs of the module.
- get_lastMsg() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the latest message fully received (for Line, Frame and Modbus protocols).
- get_lastTimePressed() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the number of elapsed milliseconds between the module power on and the last time
the input button was pressed (the input contact transitioned from open to closed).
- get_lastTimeReleased() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the number of elapsed milliseconds between the module power on and the last time
the input button was released (the input contact transitioned from closed to open).
- get_layerCount() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the number of available layers to draw on.
- get_layerHeight() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the height of the layers to draw on, in pixels.
- get_layerHeight() - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Returns the height of the layers to draw on, in pixels.
- get_layerWidth() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the width of the layers to draw on, in pixels.
- get_layerWidth() - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Returns the width of the layers to draw on, in pixels.
- get_linkQuality() - Method in class com.yoctopuce.YoctoAPI.YWireless
-
Returns the link quality, expressed in percent.
- get_linkQuality() - Method in class com.yoctopuce.YoctoAPI.YWlanRecord
-
- get_list(String) - Method in class com.yoctopuce.YoctoAPI.YFiles
-
Returns a list of YFileRecord objects that describe files currently loaded
in the filesystem.
- get_logFrequency() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the datalogger recording frequency for this function, or "OFF"
when measures are not stored in the data logger flash memory.
- get_logicalName() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Returns the logical name of the function.
- get_lowestValue() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the minimal value observed for the measure since the device was started.
- get_luminosity() - Method in class com.yoctopuce.YoctoAPI.YLed
-
Returns the current led intensity (in per cent).
- get_luminosity() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the luminosity of the module informative leds (from 0 to 100).
- get_macAddress() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the MAC address of the network interface.
- get_magneticHeading() - Method in class com.yoctopuce.YoctoAPI.YCompass
-
Returns the magnetic heading, regardless of the configured bearing.
- get_maxTimeOnStateA() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Retourne the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state A before automatically
switching back in to B state.
- get_maxTimeOnStateA() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Retourne the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state A before automatically
switching back in to B state.
- get_maxTimeOnStateB() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Retourne the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state B before automatically
switching back in to A state.
- get_maxTimeOnStateB() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Retourne the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state B before automatically
switching back in to A state.
- get_maxValue() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
Returns the largest measure observed within this stream.
- get_maxValue() - Method in class com.yoctopuce.YoctoAPI.YMeasure
-
Returns the largest value observed during the time interval
covered by this measure.
- get_measures() - Method in class com.yoctopuce.YoctoAPI.YDataSet
-
Returns all measured values currently available for this DataSet,
as a list of YMeasure objects.
- get_measureType() - Method in class com.yoctopuce.YoctoAPI.YLightSensor
-
Returns the type of light measure.
- get_message() - Method in class com.yoctopuce.YoctoAPI.YWireless
-
Returns the latest status message from the wireless interface.
- get_meter() - Method in class com.yoctopuce.YoctoAPI.YPower
-
Returns the energy counter, maintained by the wattmeter by integrating the power consumption over time.
- get_meterTimer() - Method in class com.yoctopuce.YoctoAPI.YPower
-
Returns the elapsed time since last energy counter reset, in seconds.
- get_minutes() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns all the minutes of each hour that are scheduled for wake up.
- get_minutesA() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the minutes in the 00-29 interval of each hour scheduled for wake up.
- get_minutesB() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the minutes in the 30-59 intervalof each hour scheduled for wake up.
- get_minValue() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
Returns the smallest measure observed within this stream.
- get_minValue() - Method in class com.yoctopuce.YoctoAPI.YMeasure
-
Returns the smallest value observed during the time interval
covered by this measure.
- get_module() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Gets the YModule object for the device on which the function is located.
- get_monthDays() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the days of the month scheduled for wake up.
- get_months() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the months scheduled for wake up.
- get_motorStatus() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Return the controller state.
- get_mountOrientation() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Returns the installation orientation of the device, as configured
in order to define the reference frame for the compass and the
pitch/roll tilt sensors.
- get_mountPos() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
- get_mountPosition() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Returns the installation position of the device, as configured
in order to define the reference frame for the compass and the
pitch/roll tilt sensors.
- get_move() - Method in class com.yoctopuce.YoctoAPI.YServo
-
- get_name() - Method in class com.yoctopuce.YoctoAPI.YFileRecord
-
- get_neutral() - Method in class com.yoctopuce.YoctoAPI.YServo
-
Returns the duration in microseconds of a neutral pulse for the servo.
- get_nextOccurence() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the date/time (seconds) of the next wake up occurence
- get_nextWakeUp() - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Returns the next scheduled wake up date/time (UNIX format)
- get_orientation() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the currently selected display orientation.
- get_output() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Returns the output state of the relays, when used as a simple switch (single throw).
- get_output() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the output state of the watchdog, when used as a simple switch (single throw).
- get_outputVoltage() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the voltage source used to drive output bits.
- get_overCurrentLimit() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the current threshold (in mA) above which the controller automatically
switches to error state.
- get_period() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the PWM period in milliseconds.
- get_period() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the PWM period in milliseconds.
- get_persistentSettings() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the current state of persistent module settings.
- get_pitch() - Method in class com.yoctopuce.YoctoAPI.YGyro
-
Returns the estimated pitch angle, based on the integration of
gyroscopic measures combined with acceleration and
magnetic field measurements.
- get_poeCurrent() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the current consumed by the module from Power-over-Ethernet (PoE), in milli-amps.
- get_portDirection() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the IO direction of all bits of the port: 0 makes a bit an input, 1 makes it an output.
- get_portOpenDrain() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the electrical interface for each bit of the port.
- get_portPolarity() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the polarity of all the bits of the port.
- get_portSize() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the number of bits implemented in the I/O port.
- get_portState() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the digital IO port state: bit 0 represents input 0, and so on.
- get_portState() - Method in class com.yoctopuce.YoctoAPI.YHubPort
-
Returns the current state of the Yocto-hub port.
- get_position() - Method in class com.yoctopuce.YoctoAPI.YServo
-
Returns the current servo position.
- get_positionAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YServo
-
Returns the servo position at device power up.
- get_power() - Method in class com.yoctopuce.YoctoAPI.YLed
-
Returns the current led state.
- get_powerControl() - Method in class com.yoctopuce.YoctoAPI.YDualPower
-
Returns the selected power source for module functions that require lots of current.
- get_powerDuration() - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Returns the maximal wake up time (in seconds) before automatically going to sleep.
- get_powerMode() - Method in class com.yoctopuce.YoctoAPI.YPwmPowerSource
-
Returns the selected power source for the PWM on the same device
- get_powerState() - Method in class com.yoctopuce.YoctoAPI.YDualPower
-
Returns the current power source for module functions that require lots of current.
- get_preview() - Method in class com.yoctopuce.YoctoAPI.YDataSet
-
Returns a condensed version of the measures that can
retrieved in this YDataSet, as a list of YMeasure
objects.
- get_primaryDNS() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the IP address of the primary name server to be used by the module.
- get_privateDataStreams() - Method in class com.yoctopuce.YoctoAPI.YDataSet
-
- get_productId() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the USB device identifier of the module.
- get_productName() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the commercial name of the module, as set by the factory.
- get_productRelease() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the hardware release version of the module.
- get_progress() - Method in class com.yoctopuce.YoctoAPI.YDataSet
-
Returns the progress of the downloads of the measures from the data logger,
on a scale from 0 to 100.
- get_progress() - Method in class com.yoctopuce.YoctoAPI.YFirmwareUpdate
-
- get_progressMessage() - Method in class com.yoctopuce.YoctoAPI.YFirmwareUpdate
-
Returns the last progress message of the firmware update process.
- get_protocol() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the type of protocol used over the serial line, as a string.
- get_pulseCounter() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the pulse counter value
- get_pulseCounter() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the pulse counter value.
- get_pulseDuration() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the PWM pulse length in milliseconds, as a floating point number.
- get_pulseDuration() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the PWM pulse length in milliseconds, as a floating point number.
- get_pulseTimer() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the timer of the pulses counter (ms)
- get_pulseTimer() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the timer of the pulses counter (ms)
- get_pulseTimer() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Returns the number of milliseconds remaining before the relays is returned to idle position
(state A), during a measured pulse generation.
- get_pulseTimer() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the number of milliseconds remaining before the watchdog is returned to idle position
(state A), during a measured pulse generation.
- get_pwmReportMode() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the parameter (frequency/duty cycle, pulse width, edges count) returned by the
get_currentValue function and callbacks.
- get_pwmTransition() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
- get_qnh() - Method in class com.yoctopuce.YoctoAPI.YAltitude
-
Returns the barometric pressure adjusted to sea level used to compute
the altitude (QNH).
- get_quaternionW() - Method in class com.yoctopuce.YoctoAPI.YGyro
-
Returns the w component (real part) of the quaternion
describing the device estimated orientation, based on the
integration of gyroscopic measures combined with acceleration and
magnetic field measurements.
- get_quaternionX() - Method in class com.yoctopuce.YoctoAPI.YGyro
-
Returns the x component of the quaternion
describing the device estimated orientation, based on the
integration of gyroscopic measures combined with acceleration and
magnetic field measurements.
- get_quaternionY() - Method in class com.yoctopuce.YoctoAPI.YGyro
-
Returns the y component of the quaternion
describing the device estimated orientation, based on the
integration of gyroscopic measures combined with acceleration and
magnetic field measurements.
- get_quaternionZ() - Method in class com.yoctopuce.YoctoAPI.YGyro
-
Returns the x component of the quaternion
describing the device estimated orientation, based on the
integration of gyroscopic measures combined with acceleration and
magnetic field measurements.
- get_range() - Method in class com.yoctopuce.YoctoAPI.YServo
-
Returns the current range of use of the servo.
- get_rawValue() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the current measured input value as-is (between 0 and 4095, included).
- get_readiness() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the current established working mode of the network interface.
- get_rebootCountdown() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the remaining number of seconds before the module restarts, or zero when no
reboot has been scheduled.
- get_recordedData(long, long) - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Retrieves a DataSet object holding historical data for this
sensor, for a specified time interval.
- get_recording() - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Returns the current activation state of the data logger.
- get_reportFrequency() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the timed value notification frequency, or "OFF" if timed
value notifications are disabled for this function.
- get_resolution() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the resolution of the measured values.
- get_rgbColor() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Returns the current RGB color of the led.
- get_rgbColorAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Returns the configured color to be displayed when the module is turned on.
- get_rgbMove() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
- get_roll() - Method in class com.yoctopuce.YoctoAPI.YGyro
-
Returns the estimated roll angle, based on the integration of
gyroscopic measures combined with acceleration and
magnetic field measurements.
- get_router() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the IP address of the router on the device subnet (default gateway).
- get_rowCount() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
Returns the number of data rows present in this stream.
- get_rtcTime() - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
- get_runIndex() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
Returns the run index of the data stream.
- get_running() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the watchdog running state.
- get_rxCount() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the total number of bytes received since last reset.
- get_rxMsgCount() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the total number of messages received since last reset.
- get_secondaryDNS() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the IP address of the secondary name server to be used by the module.
- get_security() - Method in class com.yoctopuce.YoctoAPI.YWireless
-
Returns the security algorithm used by the selected wireless network.
- get_security() - Method in class com.yoctopuce.YoctoAPI.YWlanRecord
-
- get_sensitivity() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the sensibility for the input (between 1 and 1000) for triggering user callbacks.
- get_sensorType() - Method in class com.yoctopuce.YoctoAPI.YTemperature
-
Returns the temperature sensor type.
- get_serialMode() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the serial port communication parameters, as a string such as
"9600,8N1".
- get_serialNumber() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the serial number of the module, as set by the factory.
- get_shutdownCountdown() - Method in class com.yoctopuce.YoctoAPI.YOsControl
-
Returns the remaining number of seconds before the OS shutdown, or zero when no
shutdown has been scheduled.
- get_signalBias() - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Returns the electric signal bias for zero shift adjustment.
- get_signalRange() - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Returns the electric signal range used by the sensor.
- get_signalUnit() - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Returns the measuring unit of the electrical signal used by the sensor.
- get_signalValue() - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Returns the measured value of the electrical signal used by the sensor.
- get_size() - Method in class com.yoctopuce.YoctoAPI.YFileRecord
-
- get_sleepCountdown() - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Returns the delay before the next sleep period.
- get_ssid() - Method in class com.yoctopuce.YoctoAPI.YWireless
-
Returns the wireless network name (SSID).
- get_ssid() - Method in class com.yoctopuce.YoctoAPI.YWlanRecord
-
- get_starterTime() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the duration (in ms) during which the motor is driven at low frequency to help
it start up.
- get_startTime() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
Returns the relative start time of the data stream, measured in seconds.
- get_startTime() - Method in class com.yoctopuce.YoctoAPI.YOldDataStream
-
Returns the relative start time of the data stream, measured in seconds.
- get_startTimeUTC() - Method in class com.yoctopuce.YoctoAPI.YDataSet
-
Returns the start time of the dataset, relative to the Jan 1, 1970.
- get_startTimeUTC() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
Returns the start time of the data stream, relative to the Jan 1, 1970.
- get_startTimeUTC() - Method in class com.yoctopuce.YoctoAPI.YMeasure
-
Returns the start time of the measure, relative to the Jan 1, 1970 UTC
(Unix timestamp).
- get_startTimeUTC_asDate() - Method in class com.yoctopuce.YoctoAPI.YMeasure
-
- get_startupSeq() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the name of the sequence to play when the displayed is powered on.
- get_state() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Returns the state of the relays (A for the idle position, B for the active position).
- get_state() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the state of the watchdog (A for the idle position, B for the active position).
- get_stateAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Returns the state of the relays at device startup (A for the idle position, B for the active
position, UNCHANGED for no change).
- get_stateAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the state of the watchdog at device startup (A for the idle position, B for the active
position, UNCHANGED for no change).
- get_subnetMask() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the subnet mask currently used by the device.
- get_summary() - Method in class com.yoctopuce.YoctoAPI.YDataSet
-
Returns an YMeasure object which summarizes the whole
DataSet.
- get_timeSet() - Method in class com.yoctopuce.YoctoAPI.YRealTimeClock
-
Returns true if the clock has been set, and false otherwise.
- get_timeUTC() - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Returns the Unix timestamp for current UTC time, if known.
- get_triggerDelay() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the waiting duration before a reset is automatically triggered by the watchdog, in milliseconds.
- get_triggerDuration() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the duration of resets caused by the watchdog, in milliseconds.
- get_txCount() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the total number of bytes transmitted since last reset.
- get_txMsgCount() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the total number of messages send since last reset.
- get_unit() - Method in class com.yoctopuce.YoctoAPI.YDataSet
-
Returns the measuring unit for the measured value.
- get_unit() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the measuring unit for the measure.
- get_unixTime() - Method in class com.yoctopuce.YoctoAPI.YRealTimeClock
-
Returns the current time in Unix format (number of elapsed seconds since Jan 1st, 1970).
- get_upTime() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the number of milliseconds spent since the module was powered on.
- get_url() - Method in class com.yoctopuce.YoctoAPI.YDataStream
-
- get_usbCurrent() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the current consumed by the module on the USB bus, in milli-amps.
- get_userData() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Returns the value of the userData attribute, as previously stored using method
set_userData.
- get_userPassword() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns a hash string if a password has been set for "user" user,
or an empty string otherwise.
- get_userVar() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the value previously stored in this attribute.
- get_utcOffset() - Method in class com.yoctopuce.YoctoAPI.YRealTimeClock
-
Returns the number of seconds between current time and UTC time (time zone).
- get_valueRange() - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Returns the physical value range measured by the sensor.
- get_wakeUpReason() - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Returns the latest wake up reason.
- get_wakeUpState() - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Returns the current state of the monitor
- get_weekDays() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the days of the week scheduled for wake up.
- get_wlanConfig() - Method in class com.yoctopuce.YoctoAPI.YWireless
-
- get_wwwWatchdogDelay() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the allowed downtime of the WWW link (in seconds) before triggering an automated
reboot to try to recover Internet connectivity.
- get_xValue() - Method in class com.yoctopuce.YoctoAPI.YAccelerometer
-
Returns the X component of the acceleration, as a floating point number.
- get_xValue() - Method in class com.yoctopuce.YoctoAPI.YGyro
-
Returns the angular velocity around the X axis of the device, as a floating point number.
- get_xValue() - Method in class com.yoctopuce.YoctoAPI.YMagnetometer
-
Returns the X component of the magnetic field, as a floating point number.
- get_yValue() - Method in class com.yoctopuce.YoctoAPI.YAccelerometer
-
Returns the Y component of the acceleration, as a floating point number.
- get_yValue() - Method in class com.yoctopuce.YoctoAPI.YGyro
-
Returns the angular velocity around the Y axis of the device, as a floating point number.
- get_yValue() - Method in class com.yoctopuce.YoctoAPI.YMagnetometer
-
Returns the Y component of the magnetic field, as a floating point number.
- get_zValue() - Method in class com.yoctopuce.YoctoAPI.YAccelerometer
-
Returns the Z component of the acceleration, as a floating point number.
- get_zValue() - Method in class com.yoctopuce.YoctoAPI.YGyro
-
Returns the angular velocity around the Z axis of the device, as a floating point number.
- get_zValue() - Method in class com.yoctopuce.YoctoAPI.YMagnetometer
-
Returns the Z component of the magnetic field, as a floating point number.
- getAdminPassword() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns a hash string if a password has been set for user "admin",
or an empty string otherwise.
- getAdvertisedValue() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Returns the current value of the function (no more than 6 characters).
- getAnalogCalibration() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Tells if a calibration process is currently ongoing.
- GetAPIVersion() - Static method in class com.yoctopuce.YoctoAPI.YAPI
-
Returns the version identifier for the Yoctopuce library in use.
- getAutoStart() - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Returns the default activation state of the data logger on power up.
- getAutoStart() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the watchdog runing state at module power on.
- getAxis() - Method in class com.yoctopuce.YoctoAPI.YCompass
-
- getAxis() - Method in class com.yoctopuce.YoctoAPI.YTilt
-
- getBaudRate() - Method in class com.yoctopuce.YoctoAPI.YHubPort
-
Returns the current baud rate used by this Yocto-hub port, in kbps.
- getBeacon() - Method in class com.yoctopuce.YoctoAPI.YDevice
-
- getBeacon() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the state of the localization beacon.
- getBeaconDriven() - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Return true if the data logger is synchronised with the localization beacon.
- getBearing() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Returns the reference bearing used by the compass.
- getBlinking() - Method in class com.yoctopuce.YoctoAPI.YLed
-
Returns the current led signaling mode.
- getBlinkSeqMaxSize() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Returns the maximum length of the blinking sequence
- getBlinkSeqSignature() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Return the blinking sequence signature.
- getBlinkSeqSize() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Returns the current length of the blinking sequence
- getBrakingForce() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the braking force applied to the motor, as a percentage.
- getBrightness() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the luminosity of the module informative leds (from 0 to 100).
- getCalibratedValue() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the current calibrated input value (between 0 and 1000, included).
- getCalibrationMax() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the maximal value measured during the calibration (between 0 and 4095, included).
- getCalibrationMin() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the minimal value measured during the calibration (between 0 and 4095, included).
- getCalibrationParam() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
- getCalibrationParam() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
- getCallbackCredentials() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns a hashed version of the notification callback credentials if set,
or an empty string otherwise.
- getCallbackEncoding() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the encoding standard to use for representing notification values.
- getCallbackMaxDelay() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the maximum waiting time between two callback notifications, in seconds.
- getCallbackMethod() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the HTTP method used to notify callbacks for significant state changes.
- getCallbackMinDelay() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the minimum waiting time between two callback notifications, in seconds.
- getCallbackUrl() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the callback URL to notify of significant state changes.
- getChannel() - Method in class com.yoctopuce.YoctoAPI.YWireless
-
Returns the 802.11 channel currently used, or 0 when the selected network has not been found.
- getClearHistory() - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
- getCommand() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
- getCommand() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
- getCommand() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
- getCommand() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
- getCommand() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
- getCosPhi() - Method in class com.yoctopuce.YoctoAPI.YPower
-
Returns the power factor (the ratio between the real power consumed,
measured in W, and the apparent power provided, measured in VA).
- getCountdown() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Returns the number of milliseconds remaining before a pulse (delayedPulse() call)
When there is no scheduled pulse, returns zero.
- getCountdown() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the number of milliseconds remaining before a pulse (delayedPulse() call)
When there is no scheduled pulse, returns zero.
- getCurrentRawValue() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the uncalibrated, unrounded raw value returned by the sensor, in the specified unit, as a
floating point number.
- getCurrentRunIndex() - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Returns the current run number, corresponding to the number of times the module was
powered on with the dataLogger enabled at some point.
- getCurrentValue() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the current value of the measure, in the specified unit, as a floating point number.
- getCutOffVoltage() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the threshold voltage under which the controller automatically switches to error state
and prevents further current draw.
- getData(Integer, Integer) - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Internal function to retrieve datalogger memory
- getData() - Method in class com.yoctopuce.YoctoAPI.YFirmwareFile
-
- getDataSamplesInterval() - Method in class com.yoctopuce.YoctoAPI.YOldDataStream
-
Returns the number of seconds elapsed between two consecutive rows of
this data stream.
- getDataStreams(ArrayList<YDataStream>) - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
- getDateTime() - Method in class com.yoctopuce.YoctoAPI.YRealTimeClock
-
Returns the current time in the form "YYYY/MM/DD hh:mm:ss"
- getDelayedPulseTimer() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
- getDelayedPulseTimer() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
- getDeviceTime() - Method in class com.yoctopuce.YoctoAPI.YDevice
-
- getDevYdx() - Method in class com.yoctopuce.YoctoAPI.YDevice
-
- getDiscoverable() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the activation state of the multicast announce protocols to allow easy
discovery of the module in the network neighborhood (uPnP/Bonjour protocol).
- getDisplayedText() - Method in class com.yoctopuce.YoctoAPI.YSegmentedDisplay
-
Returns the text currently displayed on screen.
- getDisplayHeight() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the display height, in pixels.
- getDisplayMode() - Method in class com.yoctopuce.YoctoAPI.YSegmentedDisplay
-
- getDisplayType() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the display type: monochrome, gray levels or full color.
- getDisplayWidth() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the display width, in pixels.
- getDrivingForce() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the power sent to the motor, as a percentage between -100% and +100%.
- getDutyCycle() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the PWM duty cycle, in per cents.
- getDutyCycle() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the PWM duty cycle, in per cents.
- getDutyCycleAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the PWMs duty cycle at device power on as a floating point number between 0 and 100
- getEnabled() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns true if the screen is powered, false otherwise.
- getEnabled() - Method in class com.yoctopuce.YoctoAPI.YHubPort
-
Returns true if the Yocto-hub port is powered, false otherwise.
- getEnabled() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the state of the PWMs.
- getEnabled() - Method in class com.yoctopuce.YoctoAPI.YServo
-
Returns the state of the servos.
- getEnabledAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the state of the PWM at device power on.
- getEnabledAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YServo
-
Returns the servo signal generator state at power up.
- getErrCount() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the total number of communication errors detected since last reset.
- getErrorMessage() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
- getErrorType() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
- getExtVoltage() - Method in class com.yoctopuce.YoctoAPI.YDualPower
-
Returns the measured voltage on the external power source, in millivolts.
- getFailSafeTimeout() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the delay in milliseconds allowed for the controller to run autonomously without
receiving any instruction from the control process.
- getFilesCount() - Method in class com.yoctopuce.YoctoAPI.YFiles
-
Returns the number of files currently loaded in the filesystem.
- getFirmwareRelase() - Method in class com.yoctopuce.YoctoAPI.YFirmwareFile
-
- getFirmwareRelaseAsInt() - Method in class com.yoctopuce.YoctoAPI.YFirmwareFile
-
- getFirmwareRelease() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the version of the firmware embedded in the module.
- getFLA_nb_zone() - Method in class com.yoctopuce.YoctoAPI.YFirmwareFile
-
- getFLA_total_size() - Method in class com.yoctopuce.YoctoAPI.YFirmwareFile
-
- getFreeSpace() - Method in class com.yoctopuce.YoctoAPI.YFiles
-
Returns the free space for uploading new files to the filesystem, in bytes.
- getFrequency() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the PWM frequency used to control the motor.
- getFrequency() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the PWM frequency in Hz.
- getFrequency() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the PWM frequency in Hz.
- getFriendlyName() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
- getFunctionDescriptor() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
- getFunctionId() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
- getGravityCancellation() - Method in class com.yoctopuce.YoctoAPI.YAccelerometer
-
- getHardwareId() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
- getHighestValue() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the maximal value observed for the measure since the device was started.
- getHours() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the hours scheduled for wake up.
- getHslColor() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Returns the current HSL color of the led.
- getHslMove() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
- getIpAddress() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the IP address currently in use by the device.
- getIpConfig() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
- getIsPressed() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns true if the input (considered as binary) is active (closed contact), and false otherwise.
- getLastMsg() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the latest message fully received (for Line, Frame and Modbus protocols).
- getLastTimePressed() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the number of elapsed milliseconds between the module power on and the last time
the input button was pressed (the input contact transitioned from open to closed).
- getLastTimeReleased() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the number of elapsed milliseconds between the module power on and the last time
the input button was released (the input contact transitioned from closed to open).
- getLayerCount() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the number of available layers to draw on.
- getLayerHeight() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the height of the layers to draw on, in pixels.
- getLayerWidth() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the width of the layers to draw on, in pixels.
- getLinkQuality() - Method in class com.yoctopuce.YoctoAPI.YWireless
-
Returns the link quality, expressed in percent.
- getLogFrequency() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the datalogger recording frequency for this function, or "OFF"
when measures are not stored in the data logger flash memory.
- getLogicalName() - Method in class com.yoctopuce.YoctoAPI.YDevice
-
- getLogicalName() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Returns the logical name of the function.
- getLowestValue() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the minimal value observed for the measure since the device was started.
- getLuminosity() - Method in class com.yoctopuce.YoctoAPI.YLed
-
Returns the current led intensity (in per cent).
- getLuminosity() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the luminosity of the module informative leds (from 0 to 100).
- getMacAddress() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the MAC address of the network interface.
- getMagneticHeading() - Method in class com.yoctopuce.YoctoAPI.YCompass
-
Returns the magnetic heading, regardless of the configured bearing.
- getMaxTimeOnStateA() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Retourne the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state A before automatically
switching back in to B state.
- getMaxTimeOnStateA() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Retourne the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state A before automatically
switching back in to B state.
- getMaxTimeOnStateB() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Retourne the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state B before automatically
switching back in to A state.
- getMaxTimeOnStateB() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Retourne the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state B before automatically
switching back in to A state.
- getMeasureType() - Method in class com.yoctopuce.YoctoAPI.YLightSensor
-
Returns the type of light measure.
- getMessage() - Method in class com.yoctopuce.YoctoAPI.YWireless
-
Returns the latest status message from the wireless interface.
- getMeter() - Method in class com.yoctopuce.YoctoAPI.YPower
-
Returns the energy counter, maintained by the wattmeter by integrating the power consumption over time.
- getMeterTimer() - Method in class com.yoctopuce.YoctoAPI.YPower
-
Returns the elapsed time since last energy counter reset, in seconds.
- getMinutesA() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the minutes in the 00-29 interval of each hour scheduled for wake up.
- getMinutesB() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the minutes in the 30-59 intervalof each hour scheduled for wake up.
- getModule() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
- getMonthDays() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the days of the month scheduled for wake up.
- getMonths() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the months scheduled for wake up.
- getMotorStatus() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Return the controller state.
- getMountPos() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
- getMove() - Method in class com.yoctopuce.YoctoAPI.YServo
-
- getNeutral() - Method in class com.yoctopuce.YoctoAPI.YServo
-
Returns the duration in microseconds of a neutral pulse for the servo.
- getNextOccurence() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the date/time (seconds) of the next wake up occurence
- getNextWakeUp() - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Returns the next scheduled wake up date/time (UNIX format)
- getOrientation() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the currently selected display orientation.
- getOutput() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Returns the output state of the relays, when used as a simple switch (single throw).
- getOutput() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the output state of the watchdog, when used as a simple switch (single throw).
- getOutputVoltage() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the voltage source used to drive output bits.
- getOverCurrentLimit() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the current threshold (in mA) above which the controller automatically
switches to error state.
- getPath() - Method in class com.yoctopuce.YoctoAPI.YFirmwareFile
-
- getPeriod() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the PWM period in milliseconds.
- getPeriod() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the PWM period in milliseconds.
- getPersistentSettings() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the current state of persistent module settings.
- getPictype() - Method in class com.yoctopuce.YoctoAPI.YFirmwareFile
-
- getPoeCurrent() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the current consumed by the module from Power-over-Ethernet (PoE), in milli-amps.
- getPortDirection() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the IO direction of all bits of the port: 0 makes a bit an input, 1 makes it an output.
- getPortOpenDrain() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the electrical interface for each bit of the port.
- getPortPolarity() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the polarity of all the bits of the port.
- getPortSize() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the number of bits implemented in the I/O port.
- getPortState() - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Returns the digital IO port state: bit 0 represents input 0, and so on.
- getPortState() - Method in class com.yoctopuce.YoctoAPI.YHubPort
-
Returns the current state of the Yocto-hub port.
- getPosition() - Method in class com.yoctopuce.YoctoAPI.YServo
-
Returns the current servo position.
- getPositionAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YServo
-
Returns the servo position at device power up.
- getPower() - Method in class com.yoctopuce.YoctoAPI.YLed
-
Returns the current led state.
- getPowerControl() - Method in class com.yoctopuce.YoctoAPI.YDualPower
-
Returns the selected power source for module functions that require lots of current.
- getPowerDuration() - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Returns the maximal wake up time (in seconds) before automatically going to sleep.
- getPowerMode() - Method in class com.yoctopuce.YoctoAPI.YPwmPowerSource
-
Returns the selected power source for the PWM on the same device
- getPowerState() - Method in class com.yoctopuce.YoctoAPI.YDualPower
-
Returns the current power source for module functions that require lots of current.
- getPrimaryDNS() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the IP address of the primary name server to be used by the module.
- getProduct() - Method in class com.yoctopuce.YoctoAPI.YFirmwareFile
-
- getProductId() - Method in class com.yoctopuce.YoctoAPI.YDevice
-
- getProductId() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the USB device identifier of the module.
- getProductName() - Method in class com.yoctopuce.YoctoAPI.YDevice
-
- getProductName() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the commercial name of the module, as set by the factory.
- getProductRelease() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the hardware release version of the module.
- getProg_version() - Method in class com.yoctopuce.YoctoAPI.YFirmwareFile
-
- getProtocol() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the type of protocol used over the serial line, as a string.
- getPulseCounter() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the pulse counter value
- getPulseCounter() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the pulse counter value.
- getPulseDuration() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the PWM pulse length in milliseconds, as a floating point number.
- getPulseDuration() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Returns the PWM pulse length in milliseconds, as a floating point number.
- getPulseTimer() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the timer of the pulses counter (ms)
- getPulseTimer() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the timer of the pulses counter (ms)
- getPulseTimer() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Returns the number of milliseconds remaining before the relays is returned to idle position
(state A), during a measured pulse generation.
- getPulseTimer() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the number of milliseconds remaining before the watchdog is returned to idle position
(state A), during a measured pulse generation.
- getPwmReportMode() - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Returns the parameter (frequency/duty cycle, pulse width, edges count) returned by the
get_currentValue function and callbacks.
- getPwmTransition() - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
- getQnh() - Method in class com.yoctopuce.YoctoAPI.YAltitude
-
Returns the barometric pressure adjusted to sea level used to compute
the altitude (QNH).
- getRange() - Method in class com.yoctopuce.YoctoAPI.YServo
-
Returns the current range of use of the servo.
- getRawValue() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the current measured input value as-is (between 0 and 4095, included).
- getReadiness() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the current established working mode of the network interface.
- getRebootCountdown() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the remaining number of seconds before the module restarts, or zero when no
reboot has been scheduled.
- getRecording() - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Returns the current activation state of the data logger.
- getReportFrequency() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the timed value notification frequency, or "OFF" if timed
value notifications are disabled for this function.
- getResolution() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the resolution of the measured values.
- getRgbColor() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Returns the current RGB color of the led.
- getRgbColorAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Returns the configured color to be displayed when the module is turned on.
- getRgbMove() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
- getROM_nb_zone() - Method in class com.yoctopuce.YoctoAPI.YFirmwareFile
-
- getROM_total_size() - Method in class com.yoctopuce.YoctoAPI.YFirmwareFile
-
- getRootUrl() - Method in class com.yoctopuce.YoctoAPI.YUSBHub
-
- getRouter() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the IP address of the router on the device subnet (default gateway).
- getRtcTime() - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
- getRunning() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the watchdog running state.
- getRxCount() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the total number of bytes received since last reset.
- getRxMsgCount() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the total number of messages received since last reset.
- getSecondaryDNS() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the IP address of the secondary name server to be used by the module.
- getSecurity() - Method in class com.yoctopuce.YoctoAPI.YWireless
-
Returns the security algorithm used by the selected wireless network.
- getSensitivity() - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Returns the sensibility for the input (between 1 and 1000) for triggering user callbacks.
- getSensorType() - Method in class com.yoctopuce.YoctoAPI.YTemperature
-
Returns the temperature sensor type.
- getSerial() - Method in class com.yoctopuce.YoctoAPI.YFirmwareFile
-
- getSerialMode() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the serial port communication parameters, as a string such as
"9600,8N1".
- getSerialNumber() - Method in class com.yoctopuce.YoctoAPI.YDevice
-
- getSerialNumber() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the serial number of the module, as set by the factory.
- getShutdownCountdown() - Method in class com.yoctopuce.YoctoAPI.YOsControl
-
Returns the remaining number of seconds before the OS shutdown, or zero when no
shutdown has been scheduled.
- getSignalBias() - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Returns the electric signal bias for zero shift adjustment.
- getSignalRange() - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Returns the electric signal range used by the sensor.
- getSignalUnit() - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Returns the measuring unit of the electrical signal used by the sensor.
- getSignalValue() - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Returns the measured value of the electrical signal used by the sensor.
- getSleepCountdown() - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Returns the delay before the next sleep period.
- getSsid() - Method in class com.yoctopuce.YoctoAPI.YWireless
-
Returns the wireless network name (SSID).
- getStackTraceToString() - Method in exception com.yoctopuce.YoctoAPI.YAPI_Exception
-
- getStarterTime() - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Returns the duration (in ms) during which the motor is driven at low frequency to help
it start up.
- getStartTime() - Method in class com.yoctopuce.YoctoAPI.YOldDataStream
-
Returns the start time of the data stream, relative to the beginning of
the run.
- getStartupSeq() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Returns the name of the sequence to play when the displayed is powered on.
- getState() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Returns the state of the relays (A for the idle position, B for the active position).
- getState() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the state of the watchdog (A for the idle position, B for the active position).
- getStateAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Returns the state of the relays at device startup (A for the idle position, B for the active
position, UNCHANGED for no change).
- getStateAtPowerOn() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the state of the watchdog at device startup (A for the idle position, B for the active
position, UNCHANGED for no change).
- getSubnetMask() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the subnet mask currently used by the device.
- GetTickCount() - Static method in class com.yoctopuce.YoctoAPI.YAPI
-
Returns the current value of a monotone millisecond-based time counter.
- getTimeSet() - Method in class com.yoctopuce.YoctoAPI.YRealTimeClock
-
Returns true if the clock has been set, and false otherwise.
- getTimeUTC() - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Returns the Unix timestamp for current UTC time, if known.
- getTriggerDelay() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the waiting duration before a reset is automatically triggered by the watchdog, in milliseconds.
- getTriggerDuration() - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Returns the duration of resets caused by the watchdog, in milliseconds.
- getTxCount() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the total number of bytes transmitted since last reset.
- getTxMsgCount() - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Returns the total number of messages send since last reset.
- getUnit() - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Returns the measuring unit for the measure.
- getUnixTime() - Method in class com.yoctopuce.YoctoAPI.YRealTimeClock
-
Returns the current time in Unix format (number of elapsed seconds since Jan 1st, 1970).
- getUpTime() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the number of milliseconds spent since the module was powered on.
- getUsbCurrent() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the current consumed by the module on the USB bus, in milli-amps.
- getUserData() - Method in class com.yoctopuce.YoctoAPI.YFunction
-
- getUserPassword() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns a hash string if a password has been set for "user" user,
or an empty string otherwise.
- getUserVar() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the value previously stored in this attribute.
- getUtcOffset() - Method in class com.yoctopuce.YoctoAPI.YRealTimeClock
-
Returns the number of seconds between current time and UTC time (time zone).
- getValueRange() - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Returns the physical value range measured by the sensor.
- getWakeUpReason() - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Returns the latest wake up reason.
- getWakeUpState() - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Returns the current state of the monitor
- getWeekDays() - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Returns the days of the week scheduled for wake up.
- getWlanConfig() - Method in class com.yoctopuce.YoctoAPI.YWireless
-
- getWwwWatchdogDelay() - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Returns the allowed downtime of the WWW link (in seconds) before triggering an automated
reboot to try to recover Internet connectivity.
- getXValue() - Method in class com.yoctopuce.YoctoAPI.YAccelerometer
-
Returns the X component of the acceleration, as a floating point number.
- getXValue() - Method in class com.yoctopuce.YoctoAPI.YGyro
-
Returns the angular velocity around the X axis of the device, as a floating point number.
- getXValue() - Method in class com.yoctopuce.YoctoAPI.YMagnetometer
-
Returns the X component of the magnetic field, as a floating point number.
- getYValue() - Method in class com.yoctopuce.YoctoAPI.YAccelerometer
-
Returns the Y component of the acceleration, as a floating point number.
- getYValue() - Method in class com.yoctopuce.YoctoAPI.YGyro
-
Returns the angular velocity around the Y axis of the device, as a floating point number.
- getYValue() - Method in class com.yoctopuce.YoctoAPI.YMagnetometer
-
Returns the Y component of the magnetic field, as a floating point number.
- getZValue() - Method in class com.yoctopuce.YoctoAPI.YAccelerometer
-
Returns the Z component of the acceleration, as a floating point number.
- getZValue() - Method in class com.yoctopuce.YoctoAPI.YGyro
-
Returns the angular velocity around the Z axis of the device, as a floating point number.
- getZValue() - Method in class com.yoctopuce.YoctoAPI.YMagnetometer
-
Returns the Z component of the magnetic field, as a floating point number.
- GRAVITYCANCELLATION_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YAccelerometer
-
- GRAVITYCANCELLATION_OFF - Static variable in class com.yoctopuce.YoctoAPI.YAccelerometer
-
invalid gravityCancellation value
- GRAVITYCANCELLATION_ON - Static variable in class com.yoctopuce.YoctoAPI.YAccelerometer
-
- save3DCalibration() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Applies the sensors tridimensional calibration parameters that have just been computed.
- saveSequence(String) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Stops recording display commands and saves the sequence into the specified
file on the display internal memory.
- saveToFlash() - Method in class com.yoctopuce.YoctoAPI.YModule
-
Saves current settings in the nonvolatile memory of the module.
- SECONDARYDNS_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YNetwork
-
invalid secondaryDNS value
- SECURITY_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YWireless
-
- SECURITY_OPEN - Static variable in class com.yoctopuce.YoctoAPI.YWireless
-
- SECURITY_UNKNOWN - Static variable in class com.yoctopuce.YoctoAPI.YWireless
-
invalid security value
- SECURITY_WEP - Static variable in class com.yoctopuce.YoctoAPI.YWireless
-
- SECURITY_WPA - Static variable in class com.yoctopuce.YoctoAPI.YWireless
-
- SECURITY_WPA2 - Static variable in class com.yoctopuce.YoctoAPI.YWireless
-
- selectColorPen(int) - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Selects the pen color for all subsequent drawing functions,
including text drawing.
- selectEraser() - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Selects an eraser instead of a pen for all subsequent drawing functions,
except for bitmap copy functions.
- selectFont(String) - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Selects a font to use for the next text drawing functions, by providing the name of the
font file.
- selectGrayPen(int) - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Selects the pen gray level for all subsequent drawing functions,
including text drawing.
- sendCommand(String) - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
- sendCommand(String) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
- sendCommand(String) - Method in class com.yoctopuce.YoctoAPI.YFiles
-
- sendCommand(String) - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
- SENSITIVITY_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YAnButton
-
invalid sensitivity value
- SENSORTYPE_DIGITAL - Static variable in class com.yoctopuce.YoctoAPI.YTemperature
-
invalid sensorType value
- SENSORTYPE_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YTemperature
-
- SENSORTYPE_PT100_2WIRES - Static variable in class com.yoctopuce.YoctoAPI.YTemperature
-
- SENSORTYPE_PT100_3WIRES - Static variable in class com.yoctopuce.YoctoAPI.YTemperature
-
- SENSORTYPE_PT100_4WIRES - Static variable in class com.yoctopuce.YoctoAPI.YTemperature
-
- SENSORTYPE_TYPE_E - Static variable in class com.yoctopuce.YoctoAPI.YTemperature
-
- SENSORTYPE_TYPE_J - Static variable in class com.yoctopuce.YoctoAPI.YTemperature
-
- SENSORTYPE_TYPE_K - Static variable in class com.yoctopuce.YoctoAPI.YTemperature
-
- SENSORTYPE_TYPE_N - Static variable in class com.yoctopuce.YoctoAPI.YTemperature
-
- SENSORTYPE_TYPE_R - Static variable in class com.yoctopuce.YoctoAPI.YTemperature
-
- SENSORTYPE_TYPE_S - Static variable in class com.yoctopuce.YoctoAPI.YTemperature
-
- SENSORTYPE_TYPE_T - Static variable in class com.yoctopuce.YoctoAPI.YTemperature
-
- SERIALMODE_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YSerialPort
-
invalid serialMode value
- SERIALNUMBER_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YModule
-
invalid serialNumber value
- set_adminPassword(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the password for the "admin" user.
- set_allSettings(byte[]) - Method in class com.yoctopuce.YoctoAPI.YModule
-
Restore all the setting of the module.
- set_analogCalibration(int) - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Starts or stops the calibration process.
- set_autoStart(int) - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Changes the default activation state of the data logger on power up.
- set_autoStart(int) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Changes the watchdog runningsttae at module power on.
- set_beacon(int) - Method in class com.yoctopuce.YoctoAPI.YModule
-
Turns on or off the module localization beacon.
- set_beaconDriven(int) - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Changes the type of synchronisation of the data logger.
- set_bearing(double) - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Changes the reference bearing used by the compass.
- set_bitDirection(int, int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Changes the direction of a single bit from the I/O port.
- set_bitOpenDrain(int, int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Changes the electrical interface of a single bit from the I/O port.
- set_bitPolarity(int, int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Changes the polarity of a single bit from the I/O port.
- set_bitState(int, int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Sets a single bit of the I/O port.
- set_blinking(int) - Method in class com.yoctopuce.YoctoAPI.YLed
-
Changes the current led signaling mode.
- set_brakingForce(double) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes immediately the braking force applied to the motor (in percents).
- set_brightness(int) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Changes the brightness of the display.
- set_calibrationMax(int) - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Changes the maximal calibration value for the input (between 0 and 4095, included), without actually
starting the automated calibration.
- set_calibrationMin(int) - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Changes the minimal calibration value for the input (between 0 and 4095, included), without actually
starting the automated calibration.
- set_calibrationParam(String) - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
- set_calibrationParam(String) - Method in class com.yoctopuce.YoctoAPI.YSensor
-
- set_callbackCredentials(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the credentials required to connect to the callback address.
- set_callbackEncoding(int) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the encoding standard to use for representing notification values.
- set_callbackMaxDelay(int) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the maximum waiting time between two callback notifications, in seconds.
- set_callbackMethod(int) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the HTTP method used to notify callbacks for significant state changes.
- set_callbackMinDelay(int) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the minimum waiting time between two callback notifications, in seconds.
- set_callbackUrl(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the callback URL to notify significant state changes.
- set_clearHistory(int) - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
- set_command(String) - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
- set_command(String) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
- set_command(String) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
- set_command(String) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
- set_command(String) - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
- set_currentValue(double) - Method in class com.yoctopuce.YoctoAPI.YAltitude
-
Changes the current estimated altitude.
- set_currentValue(double) - Method in class com.yoctopuce.YoctoAPI.YLightSensor
-
- set_cutOffVoltage(double) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes the threshold voltage under which the controller automatically switches to error state
and prevents further current draw.
- set_delayedPulseTimer(YRelay.YDelayedPulse) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
- set_delayedPulseTimer(YWatchdog.YDelayedPulse) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
- set_discoverable(int) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the activation state of the multicast announce protocols to allow easy
discovery of the module in the network neighborhood (uPnP/Bonjour protocol).
- set_displayedText(String) - Method in class com.yoctopuce.YoctoAPI.YSegmentedDisplay
-
Changes the text currently displayed on screen.
- set_displayMode(int) - Method in class com.yoctopuce.YoctoAPI.YSegmentedDisplay
-
- set_drivingForce(double) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes immediately the power sent to the motor.
- set_dutyCycle(double) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Changes the PWM duty cycle, in per cents.
- set_dutyCycleAtPowerOn(double) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Changes the PWM duty cycle at device power on.
- set_enabled(int) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Changes the power state of the display.
- set_enabled(int) - Method in class com.yoctopuce.YoctoAPI.YHubPort
-
Changes the activation of the Yocto-hub port.
- set_enabled(int) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Stops or starts the PWM.
- set_enabled(int) - Method in class com.yoctopuce.YoctoAPI.YServo
-
Stops or starts the servo.
- set_enabledAtPowerOn(int) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Changes the state of the PWM at device power on.
- set_enabledAtPowerOn(int) - Method in class com.yoctopuce.YoctoAPI.YServo
-
Configure the servo signal generator state at power up.
- set_failSafeTimeout(int) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes the delay in milliseconds allowed for the controller to run autonomously without
receiving any instruction from the control process.
- set_frequency(double) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes the PWM frequency used to control the motor.
- set_frequency(double) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Changes the PWM frequency.
- set_gravityCancellation(int) - Method in class com.yoctopuce.YoctoAPI.YAccelerometer
-
- set_highestValue(double) - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Changes the recorded maximal value observed.
- set_hours(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Changes the hours when a wake up must take place.
- set_hslColor(int) - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Changes the current color of the led, using a color HSL.
- set_hslMove(YColorLed.YMove) - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
- set_ipConfig(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
- set_logFrequency(String) - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Changes the datalogger recording frequency for this function.
- set_logicalName(String) - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Changes the logical name of the function.
- set_lowestValue(double) - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Changes the recorded minimal value observed.
- set_luminosity(int) - Method in class com.yoctopuce.YoctoAPI.YLed
-
Changes the current led intensity (in per cent).
- set_luminosity(int) - Method in class com.yoctopuce.YoctoAPI.YModule
-
Changes the luminosity of the module informative leds.
- set_maxTimeOnStateA(long) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Sets the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state A before automatically
switching back in to B state.
- set_maxTimeOnStateA(long) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Sets the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state A before automatically
switching back in to B state.
- set_maxTimeOnStateB(long) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Sets the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state B before automatically
switching back in to A state.
- set_maxTimeOnStateB(long) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Sets the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state B before automatically
switching back in to A state.
- set_measureType(int) - Method in class com.yoctopuce.YoctoAPI.YLightSensor
-
Modify the light sensor type used in the device.
- set_meter(double) - Method in class com.yoctopuce.YoctoAPI.YPower
-
- set_minutes(long) - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Changes all the minutes where a wake up must take place.
- set_minutesA(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Changes the minutes in the 00-29 interval when a wake up must take place.
- set_minutesB(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Changes the minutes in the 30-59 interval when a wake up must take place.
- set_monthDays(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Changes the days of the month when a wake up must take place.
- set_months(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Changes the months when a wake up must take place.
- set_motorStatus(int) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
- set_mountPos(int) - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
- set_mountPosition(YRefFrame.MOUNTPOSITION, YRefFrame.MOUNTORIENTATION) - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Changes the compass and tilt sensor frame of reference.
- set_move(YServo.YMove) - Method in class com.yoctopuce.YoctoAPI.YServo
-
- set_neutral(int) - Method in class com.yoctopuce.YoctoAPI.YServo
-
Changes the duration of the pulse corresponding to the neutral position of the servo.
- set_nextWakeUp(long) - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Changes the days of the week when a wake up must take place.
- set_orientation(int) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Changes the display orientation.
- set_output(int) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Changes the output state of the relays, when used as a simple switch (single throw).
- set_output(int) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Changes the output state of the watchdog, when used as a simple switch (single throw).
- set_outputVoltage(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Changes the voltage source used to drive output bits.
- set_overCurrentLimit(int) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes the current threshold (in mA) above which the controller automatically
switches to error state.
- set_period(double) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Changes the PWM period in milliseconds.
- set_persistentSettings(int) - Method in class com.yoctopuce.YoctoAPI.YModule
-
- set_portDirection(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Changes the IO direction of all bits of the port: 0 makes a bit an input, 1 makes it an output.
- set_portOpenDrain(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Changes the electrical interface for each bit of the port.
- set_portPolarity(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Changes the polarity of all the bits of the port: 0 makes a bit an input, 1 makes it an output.
- set_portState(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Changes the digital IO port state: bit 0 represents input 0, and so on.
- set_position(int) - Method in class com.yoctopuce.YoctoAPI.YServo
-
Changes immediately the servo driving position.
- set_positionAtPowerOn(int) - Method in class com.yoctopuce.YoctoAPI.YServo
-
Configure the servo position at device power up.
- set_power(int) - Method in class com.yoctopuce.YoctoAPI.YLed
-
Changes the state of the led.
- set_powerControl(int) - Method in class com.yoctopuce.YoctoAPI.YDualPower
-
Changes the selected power source for module functions that require lots of current.
- set_powerDuration(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Changes the maximal wake up time (seconds) before automatically going to sleep.
- set_powerMode(int) - Method in class com.yoctopuce.YoctoAPI.YPwmPowerSource
-
Changes the PWM power source.
- set_primaryDNS(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the IP address of the primary name server to be used by the module.
- set_protocol(String) - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Changes the type of protocol used over the serial line.
- set_pulseCounter(long) - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
- set_pulseCounter(long) - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
- set_pulseDuration(double) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Changes the PWM pulse length, in milliseconds.
- set_pulseTimer(long) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
- set_pulseTimer(long) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
- set_pwmReportMode(int) - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Modifies the parameter type (frequency/duty cycle, pulse width, or edge count) returned by the
get_currentValue function and callbacks.
- set_pwmTransition(String) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
- set_qnh(double) - Method in class com.yoctopuce.YoctoAPI.YAltitude
-
Changes the barometric pressure adjusted to sea level used to compute
the altitude (QNH).
- set_range(int) - Method in class com.yoctopuce.YoctoAPI.YServo
-
Changes the range of use of the servo, specified in per cents.
- set_rebootCountdown(int) - Method in class com.yoctopuce.YoctoAPI.YModule
-
- set_recording(int) - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Changes the activation state of the data logger to start/stop recording data.
- set_reportFrequency(String) - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Changes the timed value notification frequency for this function.
- set_resolution(double) - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Changes the resolution of the measured physical values.
- set_rgbColor(int) - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Changes the current color of the led, using a RGB color.
- set_rgbColorAtPowerOn(int) - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Changes the color that the led will display by default when the module is turned on.
- set_rgbMove(YColorLed.YMove) - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
- set_RTS(int) - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Manually sets the state of the RTS line.
- set_running(int) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Changes the running state of the watchdog.
- set_secondaryDNS(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the IP address of the secondary name server to be used by the module.
- set_sensitivity(int) - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Changes the sensibility for the input (between 1 and 1000) for triggering user callbacks.
- set_sensorType(int) - Method in class com.yoctopuce.YoctoAPI.YTemperature
-
Modify the temperature sensor type.
- set_serialMode(String) - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Changes the serial port communication parameters, with a string such as
"9600,8N1".
- set_shutdownCountdown(int) - Method in class com.yoctopuce.YoctoAPI.YOsControl
-
- set_signalBias(double) - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Changes the electric signal bias for zero shift adjustment.
- set_signalRange(String) - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Changes the electric signal range used by the sensor.
- set_sleepCountdown(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Changes the delay before the next sleep period.
- set_starterTime(int) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes the duration (in ms) during which the motor is driven at low frequency to help
it start up.
- set_startupSeq(String) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Changes the name of the sequence to play when the displayed is powered on.
- set_state(int) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Changes the state of the relays (A for the idle position, B for the active position).
- set_state(int) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Changes the state of the watchdog (A for the idle position, B for the active position).
- set_stateAtPowerOn(int) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Preset the state of the relays at device startup (A for the idle position,
B for the active position, UNCHANGED for no modification).
- set_stateAtPowerOn(int) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Preset the state of the watchdog at device startup (A for the idle position,
B for the active position, UNCHANGED for no modification).
- set_timeUTC(long) - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Changes the current UTC time reference used for recorded data.
- set_triggerDelay(long) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Changes the waiting delay before a reset is triggered by the watchdog, in milliseconds.
- set_triggerDuration(long) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Changes the duration of resets caused by the watchdog, in milliseconds.
- set_unit(String) - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Changes the measuring unit for the measured value.
- set_unixTime(long) - Method in class com.yoctopuce.YoctoAPI.YRealTimeClock
-
Changes the current time.
- set_userData(Object) - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Stores a user context provided as argument in the userData attribute of the function.
- set_userPassword(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the password for the "user" user.
- set_userVar(int) - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the value previously stored in this attribute.
- set_utcOffset(int) - Method in class com.yoctopuce.YoctoAPI.YRealTimeClock
-
Changes the number of seconds between current time and UTC time (time zone).
- set_valueRange(String) - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Changes the physical value range measured by the sensor.
- set_wakeUpState(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
- set_weekDays(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Changes the days of the week when a wake up must take place.
- set_wlanConfig(String) - Method in class com.yoctopuce.YoctoAPI.YWireless
-
- set_wwwWatchdogDelay(int) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the allowed downtime of the WWW link (in seconds) before triggering an automated
reboot to try to recover Internet connectivity.
- setAdminPassword(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the password for the "admin" user.
- setAnalogCalibration(int) - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Starts or stops the calibration process.
- setAntialiasingMode(boolean) - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Enables or disables anti-aliasing for drawing oblique lines and circles.
- setAutoStart(int) - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Changes the default activation state of the data logger on power up.
- setAutoStart(int) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Changes the watchdog runningsttae at module power on.
- setBeacon(int) - Method in class com.yoctopuce.YoctoAPI.YModule
-
Turns on or off the module localization beacon.
- setBeaconDriven(int) - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Changes the type of synchronisation of the data logger.
- setBearing(double) - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Changes the reference bearing used by the compass.
- setBlinking(int) - Method in class com.yoctopuce.YoctoAPI.YLed
-
Changes the current led signaling mode.
- setBrakingForce(double) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes immediately the braking force applied to the motor (in percents).
- setBrightness(int) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Changes the brightness of the display.
- setCalibrationMax(int) - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Changes the maximal calibration value for the input (between 0 and 4095, included), without actually
starting the automated calibration.
- setCalibrationMin(int) - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Changes the minimal calibration value for the input (between 0 and 4095, included), without actually
starting the automated calibration.
- setCalibrationParam(String) - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
- setCalibrationParam(String) - Method in class com.yoctopuce.YoctoAPI.YSensor
-
- setCallbackCredentials(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the credentials required to connect to the callback address.
- setCallbackEncoding(int) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the encoding standard to use for representing notification values.
- setCallbackMaxDelay(int) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the maximum waiting time between two callback notifications, in seconds.
- setCallbackMethod(int) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the HTTP method used to notify callbacks for significant state changes.
- setCallbackMinDelay(int) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the minimum waiting time between two callback notifications, in seconds.
- setCallbackUrl(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the callback URL to notify significant state changes.
- setClearHistory(int) - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
- setCommand(String) - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
- setCommand(String) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
- setCommand(String) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
- setCommand(String) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
- setCommand(String) - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
- setConsoleBackground(int) - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Sets up the background color used by the clearConsole function and by
the console scrolling feature.
- setConsoleMargins(int, int, int, int) - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Sets up display margins for the consoleOut function.
- setConsoleWordWrap(boolean) - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Sets up the wrapping behaviour used by the consoleOut function.
- setCurrentValue(double) - Method in class com.yoctopuce.YoctoAPI.YAltitude
-
Changes the current estimated altitude.
- setCurrentValue(double) - Method in class com.yoctopuce.YoctoAPI.YLightSensor
-
- setCutOffVoltage(double) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes the threshold voltage under which the controller automatically switches to error state
and prevents further current draw.
- setDelayedPulseTimer(YRelay.YDelayedPulse) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
- setDelayedPulseTimer(YWatchdog.YDelayedPulse) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
- setDeviceTime(Integer[]) - Method in class com.yoctopuce.YoctoAPI.YDevice
-
- setDiscoverable(int) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the activation state of the multicast announce protocols to allow easy
discovery of the module in the network neighborhood (uPnP/Bonjour protocol).
- setDisplayedText(String) - Method in class com.yoctopuce.YoctoAPI.YSegmentedDisplay
-
Changes the text currently displayed on screen.
- setDisplayMode(int) - Method in class com.yoctopuce.YoctoAPI.YSegmentedDisplay
-
- setDrivingForce(double) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes immediately the power sent to the motor.
- setDutyCycle(double) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Changes the PWM duty cycle, in per cents.
- setDutyCycleAtPowerOn(double) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Changes the PWM duty cycle at device power on.
- setEnabled(int) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Changes the power state of the display.
- setEnabled(int) - Method in class com.yoctopuce.YoctoAPI.YHubPort
-
Changes the activation of the Yocto-hub port.
- setEnabled(int) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Stops or starts the PWM.
- setEnabled(int) - Method in class com.yoctopuce.YoctoAPI.YServo
-
Stops or starts the servo.
- setEnabledAtPowerOn(int) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Changes the state of the PWM at device power on.
- setEnabledAtPowerOn(int) - Method in class com.yoctopuce.YoctoAPI.YServo
-
Configure the servo signal generator state at power up.
- setFailSafeTimeout(int) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes the delay in milliseconds allowed for the controller to run autonomously without
receiving any instruction from the control process.
- setFrequency(double) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes the PWM frequency used to control the motor.
- setFrequency(double) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Changes the PWM frequency.
- setGravityCancellation(int) - Method in class com.yoctopuce.YoctoAPI.YAccelerometer
-
- setHighestValue(double) - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Changes the recorded maximal value observed.
- setHours(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Changes the hours when a wake up must take place.
- setHslColor(int) - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Changes the current color of the led, using a color HSL.
- setHslMove(YColorLed.YMove) - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
- setIpConfig(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
- setLayerPosition(int, int, int) - Method in class com.yoctopuce.YoctoAPI.YDisplayLayer
-
Sets the position of the layer relative to the display upper left corner.
- setLogFrequency(String) - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Changes the datalogger recording frequency for this function.
- setLogicalName(String) - Method in class com.yoctopuce.YoctoAPI.YFunction
-
Changes the logical name of the function.
- setLowestValue(double) - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Changes the recorded minimal value observed.
- setLuminosity(int) - Method in class com.yoctopuce.YoctoAPI.YLed
-
Changes the current led intensity (in per cent).
- setLuminosity(int) - Method in class com.yoctopuce.YoctoAPI.YModule
-
Changes the luminosity of the module informative leds.
- setMaxTimeOnStateA(long) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Sets the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state A before automatically
switching back in to B state.
- setMaxTimeOnStateA(long) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Sets the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state A before automatically
switching back in to B state.
- setMaxTimeOnStateB(long) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Sets the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state B before automatically
switching back in to A state.
- setMaxTimeOnStateB(long) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Sets the maximum time (ms) allowed for $THEFUNCTIONS$ to stay in state B before automatically
switching back in to A state.
- setMeasureType(int) - Method in class com.yoctopuce.YoctoAPI.YLightSensor
-
Modify the light sensor type used in the device.
- setMeter(double) - Method in class com.yoctopuce.YoctoAPI.YPower
-
- setMinutesA(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Changes the minutes in the 00-29 interval when a wake up must take place.
- setMinutesB(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Changes the minutes in the 30-59 interval when a wake up must take place.
- setMonthDays(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Changes the days of the month when a wake up must take place.
- setMonths(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Changes the months when a wake up must take place.
- setMotorStatus(int) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
- setMountPos(int) - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
- setMove(YServo.YMove) - Method in class com.yoctopuce.YoctoAPI.YServo
-
- setNeutral(int) - Method in class com.yoctopuce.YoctoAPI.YServo
-
Changes the duration of the pulse corresponding to the neutral position of the servo.
- setNextWakeUp(long) - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Changes the days of the week when a wake up must take place.
- setOrientation(int) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Changes the display orientation.
- setOutput(int) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Changes the output state of the relays, when used as a simple switch (single throw).
- setOutput(int) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Changes the output state of the watchdog, when used as a simple switch (single throw).
- setOutputVoltage(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Changes the voltage source used to drive output bits.
- setOverCurrentLimit(int) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes the current threshold (in mA) above which the controller automatically
switches to error state.
- setPeriod(double) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Changes the PWM period in milliseconds.
- setPersistentSettings(int) - Method in class com.yoctopuce.YoctoAPI.YModule
-
- setPortDirection(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Changes the IO direction of all bits of the port: 0 makes a bit an input, 1 makes it an output.
- setPortOpenDrain(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Changes the electrical interface for each bit of the port.
- setPortPolarity(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Changes the polarity of all the bits of the port: 0 makes a bit an input, 1 makes it an output.
- setPortState(int) - Method in class com.yoctopuce.YoctoAPI.YDigitalIO
-
Changes the digital IO port state: bit 0 represents input 0, and so on.
- setPosition(int) - Method in class com.yoctopuce.YoctoAPI.YServo
-
Changes immediately the servo driving position.
- setPositionAtPowerOn(int) - Method in class com.yoctopuce.YoctoAPI.YServo
-
Configure the servo position at device power up.
- setPower(int) - Method in class com.yoctopuce.YoctoAPI.YLed
-
Changes the state of the led.
- setPowerControl(int) - Method in class com.yoctopuce.YoctoAPI.YDualPower
-
Changes the selected power source for module functions that require lots of current.
- setPowerDuration(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Changes the maximal wake up time (seconds) before automatically going to sleep.
- setPowerMode(int) - Method in class com.yoctopuce.YoctoAPI.YPwmPowerSource
-
Changes the PWM power source.
- setPrimaryDNS(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the IP address of the primary name server to be used by the module.
- setProtocol(String) - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Changes the type of protocol used over the serial line.
- setPulseCounter(long) - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
- setPulseCounter(long) - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
- setPulseDuration(double) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
Changes the PWM pulse length, in milliseconds.
- setPulseTimer(long) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
- setPulseTimer(long) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
- setPwmReportMode(int) - Method in class com.yoctopuce.YoctoAPI.YPwmInput
-
Modifies the parameter type (frequency/duty cycle, pulse width, or edge count) returned by the
get_currentValue function and callbacks.
- setPwmTransition(String) - Method in class com.yoctopuce.YoctoAPI.YPwmOutput
-
- setQnh(double) - Method in class com.yoctopuce.YoctoAPI.YAltitude
-
Changes the barometric pressure adjusted to sea level used to compute
the altitude (QNH).
- setRange(int) - Method in class com.yoctopuce.YoctoAPI.YServo
-
Changes the range of use of the servo, specified in per cents.
- setRebootCountdown(int) - Method in class com.yoctopuce.YoctoAPI.YModule
-
- setRecording(int) - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Changes the activation state of the data logger to start/stop recording data.
- setReportFrequency(String) - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Changes the timed value notification frequency for this function.
- setResolution(double) - Method in class com.yoctopuce.YoctoAPI.YSensor
-
Changes the resolution of the measured physical values.
- setRgbColor(int) - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Changes the current color of the led, using a RGB color.
- setRgbColorAtPowerOn(int) - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Changes the color that the led will display by default when the module is turned on.
- setRgbMove(YColorLed.YMove) - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
- setRunning(int) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Changes the running state of the watchdog.
- setSecondaryDNS(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the IP address of the secondary name server to be used by the module.
- setSensitivity(int) - Method in class com.yoctopuce.YoctoAPI.YAnButton
-
Changes the sensibility for the input (between 1 and 1000) for triggering user callbacks.
- setSensorType(int) - Method in class com.yoctopuce.YoctoAPI.YTemperature
-
Modify the temperature sensor type.
- setSerialMode(String) - Method in class com.yoctopuce.YoctoAPI.YSerialPort
-
Changes the serial port communication parameters, with a string such as
"9600,8N1".
- setShutdownCountdown(int) - Method in class com.yoctopuce.YoctoAPI.YOsControl
-
- setSignalBias(double) - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Changes the electric signal bias for zero shift adjustment.
- setSignalRange(String) - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Changes the electric signal range used by the sensor.
- setSleepCountdown(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Changes the delay before the next sleep period.
- setStarterTime(int) - Method in class com.yoctopuce.YoctoAPI.YMotor
-
Changes the duration (in ms) during which the motor is driven at low frequency to help
it start up.
- setStartupSeq(String) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Changes the name of the sequence to play when the displayed is powered on.
- setState(int) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Changes the state of the relays (A for the idle position, B for the active position).
- setState(int) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Changes the state of the watchdog (A for the idle position, B for the active position).
- setStateAtPowerOn(int) - Method in class com.yoctopuce.YoctoAPI.YRelay
-
Preset the state of the relays at device startup (A for the idle position,
B for the active position, UNCHANGED for no modification).
- setStateAtPowerOn(int) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Preset the state of the watchdog at device startup (A for the idle position,
B for the active position, UNCHANGED for no modification).
- SetThreadSpecificMode() - Static method in class com.yoctopuce.YoctoAPI.YAPI
-
- setTimeUTC(long) - Method in class com.yoctopuce.YoctoAPI.YDataLogger
-
Changes the current UTC time reference used for recorded data.
- setTriggerDelay(long) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Changes the waiting delay before a reset is triggered by the watchdog, in milliseconds.
- setTriggerDuration(long) - Method in class com.yoctopuce.YoctoAPI.YWatchdog
-
Changes the duration of resets caused by the watchdog, in milliseconds.
- setUnit(String) - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Changes the measuring unit for the measured value.
- setUnixTime(long) - Method in class com.yoctopuce.YoctoAPI.YRealTimeClock
-
Changes the current time.
- setUserData(Object) - Method in class com.yoctopuce.YoctoAPI.YFunction
-
- setUserPassword(String) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the password for the "user" user.
- setUserVar(int) - Method in class com.yoctopuce.YoctoAPI.YModule
-
Returns the value previously stored in this attribute.
- setUtcOffset(int) - Method in class com.yoctopuce.YoctoAPI.YRealTimeClock
-
Changes the number of seconds between current time and UTC time (time zone).
- setValueRange(String) - Method in class com.yoctopuce.YoctoAPI.YGenericSensor
-
Changes the physical value range measured by the sensor.
- setWakeUpState(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
- setWeekDays(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
Changes the days of the week when a wake up must take place.
- setWlanConfig(String) - Method in class com.yoctopuce.YoctoAPI.YWireless
-
- setWwwWatchdogDelay(int) - Method in class com.yoctopuce.YoctoAPI.YNetwork
-
Changes the allowed downtime of the WWW link (in seconds) before triggering an automated
reboot to try to recover Internet connectivity.
- shutdown(int) - Method in class com.yoctopuce.YoctoAPI.YOsControl
-
Schedules an OS shutdown after a given number of seconds.
- SHUTDOWNCOUNTDOWN_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YOsControl
-
invalid shutdownCountdown value
- SIGNALBIAS_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YGenericSensor
-
invalid signalBias value
- SIGNALRANGE_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YGenericSensor
-
invalid signalRange value
- SIGNALUNIT_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YGenericSensor
-
invalid signalUnit value
- SIGNALVALUE_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YGenericSensor
-
invalid signalValue value
- Sleep(long) - Static method in class com.yoctopuce.YoctoAPI.YAPI
-
Pauses the execution flow for a specified duration.
- sleep(int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Goes to sleep until the next wake up condition is met, the
RTC time must have been set before calling this function.
- SLEEPCOUNTDOWN_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
invalid sleepCountdown value
- sleepFor(int, int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Goes to sleep for a specific duration or until the next wake up condition is met, the
RTC time must have been set before calling this function.
- sleepUntil(int, int) - Method in class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
Go to sleep until a specific date is reached or until the next wake up condition is met, the
RTC time must have been set before calling this function.
- softAPNetwork(String, String) - Method in class com.yoctopuce.YoctoAPI.YWireless
-
Changes the configuration of the wireless lan interface to create a new wireless
network by emulating a WiFi access point (Soft AP).
- SSID_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YWireless
-
invalid ssid value
- start3DCalibration() - Method in class com.yoctopuce.YoctoAPI.YRefFrame
-
Initiates the sensors tridimensional calibration process.
- startBlinkSeq() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Starts the preprogrammed blinking sequence.
- STARTERTIME_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YMotor
-
invalid starterTime value
- startNotifications() - Method in class com.yoctopuce.YoctoAPI.YUSBHub
-
- startUpdate() - Method in class com.yoctopuce.YoctoAPI.YFirmwareUpdate
-
Start the firmware update process.
- STARTUPSEQ_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YDisplay
-
invalid startupSeq value
- STATE_A - Static variable in class com.yoctopuce.YoctoAPI.YRelay
-
invalid state value
- STATE_A - Static variable in class com.yoctopuce.YoctoAPI.YWatchdog
-
invalid state value
- STATE_B - Static variable in class com.yoctopuce.YoctoAPI.YRelay
-
- STATE_B - Static variable in class com.yoctopuce.YoctoAPI.YWatchdog
-
- STATE_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YRelay
-
- STATE_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YWatchdog
-
- STATEATPOWERON_A - Static variable in class com.yoctopuce.YoctoAPI.YRelay
-
- STATEATPOWERON_A - Static variable in class com.yoctopuce.YoctoAPI.YWatchdog
-
- STATEATPOWERON_B - Static variable in class com.yoctopuce.YoctoAPI.YRelay
-
- STATEATPOWERON_B - Static variable in class com.yoctopuce.YoctoAPI.YWatchdog
-
- STATEATPOWERON_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YRelay
-
- STATEATPOWERON_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YWatchdog
-
- STATEATPOWERON_UNCHANGED - Static variable in class com.yoctopuce.YoctoAPI.YRelay
-
invalid stateAtPowerOn value
- STATEATPOWERON_UNCHANGED - Static variable in class com.yoctopuce.YoctoAPI.YWatchdog
-
invalid stateAtPowerOn value
- stopBlinkSeq() - Method in class com.yoctopuce.YoctoAPI.YColorLed
-
Stops the preprogrammed blinking sequence.
- stopNotifications() - Method in class com.yoctopuce.YoctoAPI.YUSBHub
-
- stopSequence() - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Stops immediately any ongoing sequence replay.
- SUBNETMASK_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YNetwork
-
invalid subnetMask value
- SUCCESS - Static variable in class com.yoctopuce.YoctoAPI.YAPI
-
- swapLayerContent(int, int) - Method in class com.yoctopuce.YoctoAPI.YDisplay
-
Swaps the whole content of two layers.
- YAccelerometer - Class in com.yoctopuce.YoctoAPI
-
YAccelerometer Class: Accelerometer function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YAccelerometer(String) - Constructor for class com.yoctopuce.YoctoAPI.YAccelerometer
-
- YAccelerometer.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Accelerometer
- YAccelerometer.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Accelerometer
- YAltitude - Class in com.yoctopuce.YoctoAPI
-
YAltitude Class: Altitude function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YAltitude(String) - Constructor for class com.yoctopuce.YoctoAPI.YAltitude
-
- YAltitude.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Altitude
- YAltitude.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Altitude
- YAnButton - Class in com.yoctopuce.YoctoAPI
-
YAnButton Class: AnButton function interface
Yoctopuce application programming interface allows you to measure the state
of a simple button as well as to read an analog potentiometer (variable resistance).
- YAnButton(String) - Constructor for class com.yoctopuce.YoctoAPI.YAnButton
-
- YAnButton.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for AnButton
- YAnButton.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for AnButton
- yAnglesCallback(YGyro, double, double, double) - Method in interface com.yoctopuce.YoctoAPI.YGyro.YAnglesCallback
-
- YAPI - Class in com.yoctopuce.YoctoAPI
-
- YAPI.CalibrationHandlerCallback - Interface in com.yoctopuce.YoctoAPI
-
- YAPI.DeviceArrivalCallback - Interface in com.yoctopuce.YoctoAPI
-
- YAPI.DeviceChangeCallback - Interface in com.yoctopuce.YoctoAPI
-
- YAPI.DeviceRemovalCallback - Interface in com.yoctopuce.YoctoAPI
-
- YAPI.HubDiscoveryCallback - Interface in com.yoctopuce.YoctoAPI
-
- YAPI.LogCallback - Interface in com.yoctopuce.YoctoAPI
-
- YAPI_Exception - Exception in com.yoctopuce.YoctoAPI
-
- YAPI_Exception(int, String) - Constructor for exception com.yoctopuce.YoctoAPI.YAPI_Exception
-
- YAPI_Exception(int, String, Exception) - Constructor for exception com.yoctopuce.YoctoAPI.YAPI_Exception
-
- yCalibrationHandler(double, int, ArrayList<Integer>, ArrayList<Double>, ArrayList<Double>) - Method in interface com.yoctopuce.YoctoAPI.YAPI.CalibrationHandlerCallback
-
- YCallbackHub - Class in com.yoctopuce.YoctoAPI
-
- YCarbonDioxide - Class in com.yoctopuce.YoctoAPI
-
YCarbonDioxide Class: CarbonDioxide function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YCarbonDioxide(String) - Constructor for class com.yoctopuce.YoctoAPI.YCarbonDioxide
-
- YCarbonDioxide.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for CarbonDioxide
- YCarbonDioxide.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for CarbonDioxide
- YColorLed - Class in com.yoctopuce.YoctoAPI
-
YColorLed Class: ColorLed function interface
Yoctopuce application programming interface
allows you to drive a color led using RGB coordinates as well as HSL coordinates.
- YColorLed(String) - Constructor for class com.yoctopuce.YoctoAPI.YColorLed
-
- YColorLed.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for ColorLed
- YColorLed.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for ColorLed
- YColorLed.YMove - Class in com.yoctopuce.YoctoAPI
-
- YColorLed.YMove() - Constructor for class com.yoctopuce.YoctoAPI.YColorLed.YMove
-
- YCompass - Class in com.yoctopuce.YoctoAPI
-
YCompass Class: Compass function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YCompass(String) - Constructor for class com.yoctopuce.YoctoAPI.YCompass
-
- YCompass.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Compass
- YCompass.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Compass
- YCurrent - Class in com.yoctopuce.YoctoAPI
-
YCurrent Class: Current function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YCurrent(String) - Constructor for class com.yoctopuce.YoctoAPI.YCurrent
-
- YCurrent.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Current
- YCurrent.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Current
- YDataLogger - Class in com.yoctopuce.YoctoAPI
-
YDataLogger Class: DataLogger function interface
Yoctopuce sensors include a non-volatile memory capable of storing ongoing measured
data automatically, without requiring a permanent connection to a computer.
- YDataLogger(String) - Constructor for class com.yoctopuce.YoctoAPI.YDataLogger
-
- YDataLogger.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for DataLogger
- YDataLogger.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for DataLogger
- YDataSet - Class in com.yoctopuce.YoctoAPI
-
YDataSet Class: Recorded data sequence
YDataSet objects make it possible to retrieve a set of recorded measures
for a given sensor and a specified time interval.
- YDataSet(YFunction, String, String, long, long) - Constructor for class com.yoctopuce.YoctoAPI.YDataSet
-
- YDataSet(YFunction, String) - Constructor for class com.yoctopuce.YoctoAPI.YDataSet
-
- YDataStream - Class in com.yoctopuce.YoctoAPI
-
YDataStream Class: Unformatted data sequence
YDataStream objects represent bare recorded measure sequences,
exactly as found within the data logger present on Yoctopuce
sensors.
- YDataStream(YFunction) - Constructor for class com.yoctopuce.YoctoAPI.YDataStream
-
- YDevice - Class in com.yoctopuce.YoctoAPI
-
- yDeviceArrival(YModule) - Method in interface com.yoctopuce.YoctoAPI.YAPI.DeviceArrivalCallback
-
- yDeviceChange(YModule) - Method in interface com.yoctopuce.YoctoAPI.YAPI.DeviceChangeCallback
-
- yDeviceRemoval(YModule) - Method in interface com.yoctopuce.YoctoAPI.YAPI.DeviceRemovalCallback
-
- YDigitalIO - Class in com.yoctopuce.YoctoAPI
-
YDigitalIO Class: Digital IO function interface
The Yoctopuce application programming interface allows you to switch the state of each
bit of the I/O port.
- YDigitalIO(String) - Constructor for class com.yoctopuce.YoctoAPI.YDigitalIO
-
- YDigitalIO.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for DigitalIO
- YDigitalIO.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for DigitalIO
- YDisplay - Class in com.yoctopuce.YoctoAPI
-
YDisplay Class: Display function interface
Yoctopuce display interface has been designed to easily
show information and images.
- YDisplay(String) - Constructor for class com.yoctopuce.YoctoAPI.YDisplay
-
- YDisplay.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Display
- YDisplay.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Display
- YDisplayLayer - Class in com.yoctopuce.YoctoAPI
-
YDisplayLayer Class: DisplayLayer object interface
A DisplayLayer is an image layer containing objects to display
(bitmaps, text, etc.).
- YDisplayLayer(YDisplay, int) - Constructor for class com.yoctopuce.YoctoAPI.YDisplayLayer
-
- YDisplayLayer.ALIGN - Enum in com.yoctopuce.YoctoAPI
-
- YDualPower - Class in com.yoctopuce.YoctoAPI
-
YDualPower Class: External power supply control interface
Yoctopuce application programming interface allows you to control
the power source to use for module functions that require high current.
- YDualPower(String) - Constructor for class com.yoctopuce.YoctoAPI.YDualPower
-
- YDualPower.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for DualPower
- YDualPower.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for DualPower
- YFileRecord - Class in com.yoctopuce.YoctoAPI
-
YFileRecord Class: Description of a file on the device filesystem
- YFileRecord(String) - Constructor for class com.yoctopuce.YoctoAPI.YFileRecord
-
- YFiles - Class in com.yoctopuce.YoctoAPI
-
YFiles Class: Files function interface
The filesystem interface makes it possible to store files
on some devices, for instance to design a custom web UI
(for networked devices) or to add fonts (on display
devices).
- YFiles(String) - Constructor for class com.yoctopuce.YoctoAPI.YFiles
-
- YFiles.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Files
- YFiles.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Files
- YFirmwareFile - Class in com.yoctopuce.YoctoAPI
-
- YFirmwareUpdate - Class in com.yoctopuce.YoctoAPI
-
YFirmwareUpdate Class: Control interface for the firmware update process
The YFirmwareUpdate class let you control the firmware update of a Yoctopuce
module.
- YFirmwareUpdate(String, String, byte[]) - Constructor for class com.yoctopuce.YoctoAPI.YFirmwareUpdate
-
- YFunction - Class in com.yoctopuce.YoctoAPI
-
YFunction Class: Common function interface
This is the parent class for all public objects representing device functions documented in
the high-level programming API.
- YFunction(String) - Constructor for class com.yoctopuce.YoctoAPI.YFunction
-
- YFunction.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Function
- YFunction.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Function
- YGenericSensor - Class in com.yoctopuce.YoctoAPI
-
YGenericSensor Class: GenericSensor function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YGenericSensor(String) - Constructor for class com.yoctopuce.YoctoAPI.YGenericSensor
-
- YGenericSensor.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for GenericSensor
- YGenericSensor.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for GenericSensor
- YGyro - Class in com.yoctopuce.YoctoAPI
-
YGyro Class: Gyroscope function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YGyro(String) - Constructor for class com.yoctopuce.YoctoAPI.YGyro
-
- YGyro.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Gyro
- YGyro.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Gyro
- YGyro.YAnglesCallback - Interface in com.yoctopuce.YoctoAPI
-
- YGyro.YQuatCallback - Interface in com.yoctopuce.YoctoAPI
-
- yHubDiscoveryCallback(String, String) - Method in interface com.yoctopuce.YoctoAPI.YAPI.HubDiscoveryCallback
-
- YHubPort - Class in com.yoctopuce.YoctoAPI
-
YHubPort Class: Yocto-hub port interface
YHubPort objects provide control over the power supply for every
YoctoHub port and provide information about the device connected to it.
- YHubPort(String) - Constructor for class com.yoctopuce.YoctoAPI.YHubPort
-
- YHubPort.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for HubPort
- YHubPort.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for HubPort
- YHumidity - Class in com.yoctopuce.YoctoAPI
-
YHumidity Class: Humidity function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YHumidity(String) - Constructor for class com.yoctopuce.YoctoAPI.YHumidity
-
- YHumidity.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Humidity
- YHumidity.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Humidity
- YLed - Class in com.yoctopuce.YoctoAPI
-
YLed Class: Led function interface
Yoctopuce application programming interface
allows you not only to drive the intensity of the led, but also to
have it blink at various preset frequencies.
- YLed(String) - Constructor for class com.yoctopuce.YoctoAPI.YLed
-
- YLed.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Led
- YLed.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Led
- YLightSensor - Class in com.yoctopuce.YoctoAPI
-
YLightSensor Class: LightSensor function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YLightSensor(String) - Constructor for class com.yoctopuce.YoctoAPI.YLightSensor
-
- YLightSensor.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for LightSensor
- YLightSensor.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for LightSensor
- yLog(String) - Method in interface com.yoctopuce.YoctoAPI.YAPI.LogCallback
-
- YMagnetometer - Class in com.yoctopuce.YoctoAPI
-
YMagnetometer Class: Magnetometer function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YMagnetometer(String) - Constructor for class com.yoctopuce.YoctoAPI.YMagnetometer
-
- YMagnetometer.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Magnetometer
- YMagnetometer.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Magnetometer
- YMeasure - Class in com.yoctopuce.YoctoAPI
-
YMeasure Class: Measured value
YMeasure objects are used within the API to represent
a value measured at a specified time.
- YModule - Class in com.yoctopuce.YoctoAPI
-
YModule Class: Module control interface
This interface is identical for all Yoctopuce USB modules.
- YModule(String) - Constructor for class com.yoctopuce.YoctoAPI.YModule
-
- YModule.LogCallback - Interface in com.yoctopuce.YoctoAPI
-
- YModule.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Module
- YModule.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Module
- YMotor - Class in com.yoctopuce.YoctoAPI
-
YMotor Class: Motor function interface
Yoctopuce application programming interface allows you to drive the
power sent to the motor to make it turn both ways, but also to drive accelerations
and decelerations.
- YMotor(String) - Constructor for class com.yoctopuce.YoctoAPI.YMotor
-
- YMotor.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Motor
- YMotor.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Motor
- YNetwork - Class in com.yoctopuce.YoctoAPI
-
YNetwork Class: Network function interface
YNetwork objects provide access to TCP/IP parameters of Yoctopuce
modules that include a built-in network interface.
- YNetwork(String) - Constructor for class com.yoctopuce.YoctoAPI.YNetwork
-
- YNetwork.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Network
- YNetwork.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Network
- yNewValue(YAccelerometer, String) - Method in interface com.yoctopuce.YoctoAPI.YAccelerometer.UpdateCallback
-
- yNewValue(YAltitude, String) - Method in interface com.yoctopuce.YoctoAPI.YAltitude.UpdateCallback
-
- yNewValue(YAnButton, String) - Method in interface com.yoctopuce.YoctoAPI.YAnButton.UpdateCallback
-
- yNewValue(YCarbonDioxide, String) - Method in interface com.yoctopuce.YoctoAPI.YCarbonDioxide.UpdateCallback
-
- yNewValue(YColorLed, String) - Method in interface com.yoctopuce.YoctoAPI.YColorLed.UpdateCallback
-
- yNewValue(YCompass, String) - Method in interface com.yoctopuce.YoctoAPI.YCompass.UpdateCallback
-
- yNewValue(YCurrent, String) - Method in interface com.yoctopuce.YoctoAPI.YCurrent.UpdateCallback
-
- yNewValue(YDataLogger, String) - Method in interface com.yoctopuce.YoctoAPI.YDataLogger.UpdateCallback
-
- yNewValue(YDigitalIO, String) - Method in interface com.yoctopuce.YoctoAPI.YDigitalIO.UpdateCallback
-
- yNewValue(YDisplay, String) - Method in interface com.yoctopuce.YoctoAPI.YDisplay.UpdateCallback
-
- yNewValue(YDualPower, String) - Method in interface com.yoctopuce.YoctoAPI.YDualPower.UpdateCallback
-
- yNewValue(YFiles, String) - Method in interface com.yoctopuce.YoctoAPI.YFiles.UpdateCallback
-
- yNewValue(YFunction, String) - Method in interface com.yoctopuce.YoctoAPI.YFunction.UpdateCallback
-
- yNewValue(YGenericSensor, String) - Method in interface com.yoctopuce.YoctoAPI.YGenericSensor.UpdateCallback
-
- yNewValue(YGyro, String) - Method in interface com.yoctopuce.YoctoAPI.YGyro.UpdateCallback
-
- yNewValue(YHubPort, String) - Method in interface com.yoctopuce.YoctoAPI.YHubPort.UpdateCallback
-
- yNewValue(YHumidity, String) - Method in interface com.yoctopuce.YoctoAPI.YHumidity.UpdateCallback
-
- yNewValue(YLed, String) - Method in interface com.yoctopuce.YoctoAPI.YLed.UpdateCallback
-
- yNewValue(YLightSensor, String) - Method in interface com.yoctopuce.YoctoAPI.YLightSensor.UpdateCallback
-
- yNewValue(YMagnetometer, String) - Method in interface com.yoctopuce.YoctoAPI.YMagnetometer.UpdateCallback
-
- yNewValue(YModule, String) - Method in interface com.yoctopuce.YoctoAPI.YModule.UpdateCallback
-
- yNewValue(YMotor, String) - Method in interface com.yoctopuce.YoctoAPI.YMotor.UpdateCallback
-
- yNewValue(YNetwork, String) - Method in interface com.yoctopuce.YoctoAPI.YNetwork.UpdateCallback
-
- yNewValue(YOsControl, String) - Method in interface com.yoctopuce.YoctoAPI.YOsControl.UpdateCallback
-
- yNewValue(YPower, String) - Method in interface com.yoctopuce.YoctoAPI.YPower.UpdateCallback
-
- yNewValue(YPressure, String) - Method in interface com.yoctopuce.YoctoAPI.YPressure.UpdateCallback
-
- yNewValue(YPwmInput, String) - Method in interface com.yoctopuce.YoctoAPI.YPwmInput.UpdateCallback
-
- yNewValue(YPwmOutput, String) - Method in interface com.yoctopuce.YoctoAPI.YPwmOutput.UpdateCallback
-
- yNewValue(YPwmPowerSource, String) - Method in interface com.yoctopuce.YoctoAPI.YPwmPowerSource.UpdateCallback
-
- yNewValue(YQt, String) - Method in interface com.yoctopuce.YoctoAPI.YQt.UpdateCallback
-
- yNewValue(YRealTimeClock, String) - Method in interface com.yoctopuce.YoctoAPI.YRealTimeClock.UpdateCallback
-
- yNewValue(YRefFrame, String) - Method in interface com.yoctopuce.YoctoAPI.YRefFrame.UpdateCallback
-
- yNewValue(YRelay, String) - Method in interface com.yoctopuce.YoctoAPI.YRelay.UpdateCallback
-
- yNewValue(YSegmentedDisplay, String) - Method in interface com.yoctopuce.YoctoAPI.YSegmentedDisplay.UpdateCallback
-
- yNewValue(YSensor, String) - Method in interface com.yoctopuce.YoctoAPI.YSensor.UpdateCallback
-
- yNewValue(YSerialPort, String) - Method in interface com.yoctopuce.YoctoAPI.YSerialPort.UpdateCallback
-
- yNewValue(YServo, String) - Method in interface com.yoctopuce.YoctoAPI.YServo.UpdateCallback
-
- yNewValue(YTemperature, String) - Method in interface com.yoctopuce.YoctoAPI.YTemperature.UpdateCallback
-
- yNewValue(YTilt, String) - Method in interface com.yoctopuce.YoctoAPI.YTilt.UpdateCallback
-
- yNewValue(YVoc, String) - Method in interface com.yoctopuce.YoctoAPI.YVoc.UpdateCallback
-
- yNewValue(YVoltage, String) - Method in interface com.yoctopuce.YoctoAPI.YVoltage.UpdateCallback
-
- yNewValue(YWakeUpMonitor, String) - Method in interface com.yoctopuce.YoctoAPI.YWakeUpMonitor.UpdateCallback
-
- yNewValue(YWakeUpSchedule, String) - Method in interface com.yoctopuce.YoctoAPI.YWakeUpSchedule.UpdateCallback
-
- yNewValue(YWatchdog, String) - Method in interface com.yoctopuce.YoctoAPI.YWatchdog.UpdateCallback
-
- yNewValue(YWireless, String) - Method in interface com.yoctopuce.YoctoAPI.YWireless.UpdateCallback
-
- YOCTO_API_BUILD_STR - Static variable in class com.yoctopuce.YoctoAPI.YAPI
-
- YOCTO_API_VERSION_BCD - Static variable in class com.yoctopuce.YoctoAPI.YAPI
-
- YOCTO_API_VERSION_STR - Static variable in class com.yoctopuce.YoctoAPI.YAPI
-
- YOCTO_DEVID_BOOTLOADER - Static variable in class com.yoctopuce.YoctoAPI.YAPI
-
- YOCTO_DEVID_FACTORYBOOT - Static variable in class com.yoctopuce.YoctoAPI.YAPI
-
- YOCTO_VENDORID - Static variable in class com.yoctopuce.YoctoAPI.YAPI
-
- YOldDataStream - Class in com.yoctopuce.YoctoAPI
-
YOldDataStream Class: Sequence of measured data, returned by the data logger
A data stream is a small collection of consecutive measures for a set
of sensors.
- YOldDataStream(YDataLogger, int, int, long, int) - Constructor for class com.yoctopuce.YoctoAPI.YOldDataStream
-
- YOsControl - Class in com.yoctopuce.YoctoAPI
-
YOsControl Class: OS control
The OScontrol object allows some control over the operating system running a VirtualHub.
- YOsControl(String) - Constructor for class com.yoctopuce.YoctoAPI.YOsControl
-
- YOsControl.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for OsControl
- YOsControl.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for OsControl
- YPower - Class in com.yoctopuce.YoctoAPI
-
YPower Class: Power function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YPower(String) - Constructor for class com.yoctopuce.YoctoAPI.YPower
-
- YPower.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Power
- YPower.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Power
- YPressure - Class in com.yoctopuce.YoctoAPI
-
YPressure Class: Pressure function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YPressure(String) - Constructor for class com.yoctopuce.YoctoAPI.YPressure
-
- YPressure.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Pressure
- YPressure.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Pressure
- YPwmInput - Class in com.yoctopuce.YoctoAPI
-
YPwmInput Class: PwmInput function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YPwmInput(String) - Constructor for class com.yoctopuce.YoctoAPI.YPwmInput
-
- YPwmInput.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for PwmInput
- YPwmInput.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for PwmInput
- YPwmOutput - Class in com.yoctopuce.YoctoAPI
-
YPwmOutput Class: Pwm function interface
The Yoctopuce application programming interface allows you to configure, start, and stop the PWM.
- YPwmOutput(String) - Constructor for class com.yoctopuce.YoctoAPI.YPwmOutput
-
- YPwmOutput.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for PwmOutput
- YPwmOutput.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for PwmOutput
- YPwmPowerSource - Class in com.yoctopuce.YoctoAPI
-
YPwmPowerSource Class: PwmPowerSource function interface
The Yoctopuce application programming interface allows you to configure
the voltage source used by all PWM on the same device.
- YPwmPowerSource(String) - Constructor for class com.yoctopuce.YoctoAPI.YPwmPowerSource
-
- YPwmPowerSource.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for PwmPowerSource
- YPwmPowerSource.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for PwmPowerSource
- YQt - Class in com.yoctopuce.YoctoAPI
-
YQt Class: Quaternion interface
The Yoctopuce API YQt class provides direct access to the Yocto3D attitude estimation
using a quaternion.
- YQt(String) - Constructor for class com.yoctopuce.YoctoAPI.YQt
-
- YQt.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Qt
- YQt.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Qt
- yQuaternionCallback(YGyro, double, double, double, double) - Method in interface com.yoctopuce.YoctoAPI.YGyro.YQuatCallback
-
- YRealTimeClock - Class in com.yoctopuce.YoctoAPI
-
YRealTimeClock Class: Real Time Clock function interface
The RealTimeClock function maintains and provides current date and time, even accross power cut
lasting several days.
- YRealTimeClock(String) - Constructor for class com.yoctopuce.YoctoAPI.YRealTimeClock
-
- YRealTimeClock.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for RealTimeClock
- YRealTimeClock.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for RealTimeClock
- YRefFrame - Class in com.yoctopuce.YoctoAPI
-
YRefFrame Class: Reference frame configuration
This class is used to setup the base orientation of the Yocto-3D, so that
the orientation functions, relative to the earth surface plane, use
the proper reference frame.
- YRefFrame(String) - Constructor for class com.yoctopuce.YoctoAPI.YRefFrame
-
- YRefFrame.MOUNTORIENTATION - Enum in com.yoctopuce.YoctoAPI
-
- YRefFrame.MOUNTPOSITION - Enum in com.yoctopuce.YoctoAPI
-
- YRefFrame.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for RefFrame
- YRefFrame.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for RefFrame
- YRelay - Class in com.yoctopuce.YoctoAPI
-
YRelay Class: Relay function interface
The Yoctopuce application programming interface allows you to switch the relay state.
- YRelay(String) - Constructor for class com.yoctopuce.YoctoAPI.YRelay
-
- YRelay.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Relay
- YRelay.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Relay
- YRelay.YDelayedPulse - Class in com.yoctopuce.YoctoAPI
-
- YRelay.YDelayedPulse() - Constructor for class com.yoctopuce.YoctoAPI.YRelay.YDelayedPulse
-
- YSegmentedDisplay - Class in com.yoctopuce.YoctoAPI
-
YSegmentedDisplay Class: SegmentedDisplay function interface
The SegmentedDisplay class allows to drive segmented displays.
- YSegmentedDisplay(String) - Constructor for class com.yoctopuce.YoctoAPI.YSegmentedDisplay
-
- YSegmentedDisplay.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for SegmentedDisplay
- YSegmentedDisplay.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for SegmentedDisplay
- YSensor - Class in com.yoctopuce.YoctoAPI
-
YSensor Class: Sensor function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YSensor(String) - Constructor for class com.yoctopuce.YoctoAPI.YSensor
-
- YSensor.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Sensor
- YSensor.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Sensor
- YSerialPort - Class in com.yoctopuce.YoctoAPI
-
YSerialPort Class: SerialPort function interface
The SerialPort function interface allows you to fully drive a Yoctopuce
serial port, to send and receive data, and to configure communication
parameters (baud rate, bit count, parity, flow control and protocol).
- YSerialPort(String) - Constructor for class com.yoctopuce.YoctoAPI.YSerialPort
-
- YSerialPort.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for SerialPort
- YSerialPort.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for SerialPort
- YServo - Class in com.yoctopuce.YoctoAPI
-
YServo Class: Servo function interface
Yoctopuce application programming interface allows you not only to move
a servo to a given position, but also to specify the time interval
in which the move should be performed.
- YServo(String) - Constructor for class com.yoctopuce.YoctoAPI.YServo
-
- YServo.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Servo
- YServo.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Servo
- YServo.YMove - Class in com.yoctopuce.YoctoAPI
-
- YServo.YMove() - Constructor for class com.yoctopuce.YoctoAPI.YServo.YMove
-
- YSSDP - Class in com.yoctopuce.YoctoAPI
-
YSSDP Class: network discovery using ssdp
this class is used to detect all YoctoHub using SSDP
- YTemperature - Class in com.yoctopuce.YoctoAPI
-
YTemperature Class: Temperature function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YTemperature(String) - Constructor for class com.yoctopuce.YoctoAPI.YTemperature
-
- YTemperature.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Temperature
- YTemperature.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Temperature
- YTilt - Class in com.yoctopuce.YoctoAPI
-
YTilt Class: Tilt function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YTilt(String) - Constructor for class com.yoctopuce.YoctoAPI.YTilt
-
- YTilt.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Tilt
- YTilt.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Tilt
- YUSBHub - Class in com.yoctopuce.YoctoAPI
-
- YUSBHub(int) - Constructor for class com.yoctopuce.YoctoAPI.YUSBHub
-
- YVALUE_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YAccelerometer
-
invalid yValue value
- YVALUE_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YGyro
-
invalid yValue value
- YVALUE_INVALID - Static variable in class com.yoctopuce.YoctoAPI.YMagnetometer
-
invalid yValue value
- YVoc - Class in com.yoctopuce.YoctoAPI
-
YVoc Class: Voc function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YVoc(String) - Constructor for class com.yoctopuce.YoctoAPI.YVoc
-
- YVoc.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Voc
- YVoc.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Voc
- YVoltage - Class in com.yoctopuce.YoctoAPI
-
YVoltage Class: Voltage function interface
The Yoctopuce application programming interface allows you to read an instant
measure of the sensor, as well as the minimal and maximal values observed.
- YVoltage(String) - Constructor for class com.yoctopuce.YoctoAPI.YVoltage
-
- YVoltage.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Voltage
- YVoltage.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Voltage
- YWakeUpMonitor - Class in com.yoctopuce.YoctoAPI
-
YWakeUpMonitor Class: WakeUpMonitor function interface
The WakeUpMonitor function handles globally all wake-up sources, as well
as automated sleep mode.
- YWakeUpMonitor(String) - Constructor for class com.yoctopuce.YoctoAPI.YWakeUpMonitor
-
- YWakeUpMonitor.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for WakeUpMonitor
- YWakeUpMonitor.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for WakeUpMonitor
- YWakeUpSchedule - Class in com.yoctopuce.YoctoAPI
-
YWakeUpSchedule Class: WakeUpSchedule function interface
The WakeUpSchedule function implements a wake up condition.
- YWakeUpSchedule(String) - Constructor for class com.yoctopuce.YoctoAPI.YWakeUpSchedule
-
- YWakeUpSchedule.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for WakeUpSchedule
- YWakeUpSchedule.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for WakeUpSchedule
- YWatchdog - Class in com.yoctopuce.YoctoAPI
-
YWatchdog Class: Watchdog function interface
The watchog function works like a relay and can cause a brief power cut
to an appliance after a preset delay to force this appliance to
reset.
- YWatchdog(String) - Constructor for class com.yoctopuce.YoctoAPI.YWatchdog
-
- YWatchdog.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Watchdog
- YWatchdog.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Watchdog
- YWatchdog.YDelayedPulse - Class in com.yoctopuce.YoctoAPI
-
- YWatchdog.YDelayedPulse() - Constructor for class com.yoctopuce.YoctoAPI.YWatchdog.YDelayedPulse
-
- YWireless - Class in com.yoctopuce.YoctoAPI
-
YWireless Class: Wireless function interface
YWireless functions provides control over wireless network parameters
and status for devices that are wireless-enabled.
- YWireless(String) - Constructor for class com.yoctopuce.YoctoAPI.YWireless
-
- YWireless.TimedReportCallback - Interface in com.yoctopuce.YoctoAPI
-
TimedReportCallback for Wireless
- YWireless.UpdateCallback - Interface in com.yoctopuce.YoctoAPI
-
Deprecated UpdateCallback for Wireless
- YWlanRecord - Class in com.yoctopuce.YoctoAPI
-
YWlanRecord Class: Description of a wireless network