Modifier and Type | Class and Description |
---|---|
class |
AlreadyConnectedException |
class |
CryptoException |
class |
DeviceReplacedException |
class |
InvalidParameterException |
class |
NetworkException |
class |
NotConnectedException |
class |
NotSupportedException |
class |
StreamOutOfSyncException |
class |
TimeoutException |
class |
UnknownErrorCodeException |
class |
WrongDeviceTypeException |
class |
WrongResponseLengthException |
Modifier and Type | Method and Description |
---|---|
short |
BrickRED.abortAsyncFileRead(int fileId)
Aborts a
BrickRED.readFileAsync(int, long) operation in progress. |
BrickRED.AllocateList |
BrickRED.allocateList(int lengthToReserve,
int sessionId)
Allocates a new list object and reserves memory for ``length_to_reserve``
items.
|
BrickRED.AllocateString |
BrickRED.allocateString(long lengthToReserve,
java.lang.String buffer,
int sessionId)
Allocates a new string object, reserves ``length_to_reserve`` bytes memory
for it and sets up to the first 60 bytes.
|
short |
BrickRED.appendToList(int listId,
int itemObjectId)
Appends an object to a list object and increases the reference count of the
appended object by one.
|
boolean |
BrickIMU.areLedsOn()
Returns *true* if the orientation and direction LEDs of the IMU Brick
are on, *false* otherwise.
|
boolean |
BrickIMUV2.areLedsOn()
Returns *true* if the orientation and direction LEDs of the IMU Brick
are on, *false* otherwise.
|
void |
IPConnectionBase.authenticate(java.lang.String secret)
Performs an authentication handshake with the connected Brick Daemon or
WIFI/Ethernet Extension.
|
void |
BrickletNFCRFID.authenticateMifareClassicPage(int page,
short keyNumber,
short[] key)
Mifare Classic tags use authentication.
|
void |
BrickletLCD20x4.backlightOff()
Turns the backlight off.
|
void |
BrickletLCD16x2.backlightOff()
Turns the backlight off.
|
void |
BrickletLCD20x4.backlightOn()
Turns the backlight on.
|
void |
BrickletLCD16x2.backlightOn()
Turns the backlight on.
|
void |
BrickletPiezoBuzzer.beep(long duration)
Beeps for the given duration.
|
void |
BrickletPiezoSpeaker.beep(long duration,
int frequency)
Beeps with the given frequency for the given duration.
|
void |
BrickletJoystick.calibrate()
Calibrates the middle position of the joystick.
|
void |
BrickletJoystickV2.calibrate()
Calibrates the middle position of the joystick.
|
void |
BrickletMotorizedLinearPoti.calibrate()
Starts a calibration procedure.
|
void |
BrickletCurrent25.calibrate()
Calibrates the 0 value of the sensor.
|
void |
BrickletCurrent12.calibrate()
Calibrates the 0 value of the sensor.
|
boolean |
BrickletPiezoSpeaker.calibrate()
The Piezo Speaker Bricklet can play 512 different tones.
|
void |
BrickletLoadCellV2.calibrate(long weight)
To calibrate your Load Cell Bricklet 2.0 you have to
* empty the scale and call this function with 0 and
* add a known weight to the scale and call this function with the weight.
|
void |
BrickletLoadCell.calibrate(long weight)
To calibrate your Load Cell Bricklet you have to
* empty the scale and call this function with 0 and
* add a known weight to the scale and call this function with the weight.
|
void |
BrickletEnergyMonitor.calibrateOffset()
Calling this function will start an offset calibration.
|
BrickletNFC.CardemuGetState |
BrickletNFC.cardemuGetState()
Returns the current cardemu state of the NFC Bricklet.
|
void |
BrickletNFC.cardemuStartDiscovery()
Starts the discovery process.
|
void |
BrickletNFC.cardemuStartTransfer(int transfer)
You can start the transfer of a NDEF message if the cardemu state is *CardemuDiscoveryReady*.
|
void |
BrickletNFC.cardemuWriteNDEF(int[] ndef)
Writes the NDEF message that is to be transferred to the NFC peer.
|
void |
BrickletNFC.cardemuWriteNDEFLowLevel(int ndefLength,
int ndefChunkOffset,
int[] ndefChunkData)
Writes the NDEF message that is to be transferred to the NFC peer.
|
void |
BrickletOLED64x48.clearDisplay()
Clears the current content of the window as set by
BrickletOLED64x48.newWindow(short, short, short, short) . |
void |
BrickletLCD20x4.clearDisplay()
Deletes all characters from the display.
|
void |
BrickletLCD128x64.clearDisplay()
Clears the complete content of the display.
|
void |
BrickletOLED128x64V2.clearDisplay()
Clears the complete content of the display.
|
void |
BrickletLCD16x2.clearDisplay()
Deletes all characters from the display.
|
void |
BrickletOLED128x64.clearDisplay()
Clears the current content of the window as set by
BrickletOLED128x64.newWindow(short, short, short, short) . |
short |
BrickRED.continueProgramSchedule(int programId) |
short |
BrickRED.createDirectory(int nameStringId,
long flags,
int permissions,
long uid,
long gid)
FIXME: name has to be absolute
|
BrickRED.CreatePipe |
BrickRED.createPipe(long flags,
long length,
int sessionId)
Creates a new pipe and allocates a new file object for it.
|
BrickRED.CreateSession |
BrickRED.createSession(long lifetime) |
BrickRED.DefineProgram |
BrickRED.defineProgram(int identifierStringId,
int sessionId) |
void |
BrickletRemoteSwitchV2.dimSocketB(long address,
int unit,
int dimValue)
To control a type B dimmer you have to give the address, unit and the
dim value you want to set the dimmer to.
|
void |
BrickletRemoteSwitch.dimSocketB(long address,
short unit,
short dimValue)
To control a type B dimmer you have to give the address, unit and the
dim value you want to set the dimmer to.
|
void |
BrickDC.disable()
Disables the driver chip.
|
void |
BrickSilentStepper.disable()
Disables the driver chip.
|
void |
BrickletIndustrialAnalogOut.disable()
Disables the output of voltage and current.
|
void |
BrickStepper.disable()
Disables the driver chip.
|
void |
BrickServo.disable(short servoNum)
Disables a servo (0 to 6).
|
void |
BrickletRS485.disableErrorCountCallback()
Disables the
BrickletRS485.ErrorCountListener listener. |
void |
BrickletCAN.disableFrameReadCallback()
Disables the
BrickletCAN.FrameReadListener listener. |
void |
BrickletLEDStrip.disableFrameRenderedCallback()
Disables the
BrickletLEDStrip.FrameRenderedListener listener. |
void |
BrickletLaserRangeFinder.disableLaser()
Deactivates the laser of the LIDAR.
|
void |
BrickServo.disablePositionReachedCallback()
Disables the
BrickServo.PositionReachedListener listener. |
void |
BrickletRS485.disableReadCallback()
Disables the
BrickletRS485.ReadListener listener. |
void |
BrickletRS232V2.disableReadCallback()
Disables the
BrickletRS232V2.ReadListener listener. |
void |
BrickletRS232.disableReadCallback()
Disables the
BrickletRS232.ReadListener listener. |
void |
BrickDC.disableStatusLED()
Disables the status LED.
|
void |
BrickIMU.disableStatusLED()
Disables the status LED.
|
void |
BrickServo.disableStatusLED()
Disables the status LED.
|
void |
BrickMaster.disableStatusLED()
Disables the status LED.
|
void |
BrickSilentStepper.disableStatusLED()
Disables the status LED.
|
void |
BrickStepper.disableStatusLED()
Disables the status LED.
|
void |
BrickIMUV2.disableStatusLED()
Disables the status LED.
|
void |
BrickletTilt.disableTiltStateCallback()
Disables the
BrickletTilt.TiltStateListener listener. |
void |
BrickServo.disableVelocityReachedCallback()
Disables the
BrickServo.VelocityReachedListener listener. |
void |
BrickMaster.disableWifi2StatusLED()
Turns the green status LED of the WIFI Extension 2.0 off.
|
void |
BrickletEPaper296x128.draw()
Draws the current black/white and red or gray buffer to the e-paper display.
|
void |
BrickletLCD128x64.drawBox(int positionXStart,
int positionYStart,
int positionXEnd,
int positionYEnd,
boolean fill,
boolean color)
Draws a white or black box from (x, y)-start to (x, y)-end.
|
void |
BrickletEPaper296x128.drawBox(int positionXStart,
int positionYStart,
int positionXEnd,
int positionYEnd,
boolean fill,
int color)
Draws a box from (x, y)-start to (x, y)-end in the given color.
|
void |
BrickletLCD128x64.drawBufferedFrame(boolean forceCompleteRedraw)
Draws the currently buffered frame.
|
void |
BrickletOLED128x64V2.drawBufferedFrame(boolean forceCompleteRedraw)
Draws the currently buffered frame.
|
void |
BrickletRGBLEDMatrix.drawFrame()
If you set the frame duration to 0 (see
BrickletRGBLEDMatrix.setFrameDuration(int) ), you can use this
function to transfer the frame to the matrix. |
void |
BrickletLCD128x64.drawLine(int positionXStart,
int positionYStart,
int positionXEnd,
int positionYEnd,
boolean color)
Draws a white or black line from (x, y)-start to (x, y)-end.
|
void |
BrickletEPaper296x128.drawLine(int positionXStart,
int positionYStart,
int positionXEnd,
int positionYEnd,
int color)
Draws a line from (x, y)-start to (x, y)-end in the given color.
|
void |
BrickletLCD128x64.drawText(int positionX,
int positionY,
int font,
boolean color,
java.lang.String text)
Draws a text at the pixel position (x, y).
|
void |
BrickletEPaper296x128.drawText(int positionX,
int positionY,
int font,
int color,
int orientation,
java.lang.String text)
Draws a text with up to 50 characters at the pixel position (x, y).
|
void |
BrickSilentStepper.driveBackward()
Drives the stepper motor backward until
BrickSilentStepper.driveForward() or
BrickSilentStepper.stop() is triggered. |
void |
BrickStepper.driveBackward()
Drives the stepper motor backward until
BrickStepper.driveForward() or
BrickStepper.stop() is triggered. |
void |
BrickSilentStepper.driveForward()
Drives the stepper motor forward until
BrickSilentStepper.driveBackward() or
BrickSilentStepper.stop() is called. |
void |
BrickStepper.driveForward()
Drives the stepper motor forward until
BrickStepper.driveBackward() or
BrickStepper.stop() is called. |
BrickletHallEffect.EdgeInterrupt |
BrickletHallEffect.edgeInterrupt()
This listener is triggered every n-th count, as configured with
BrickletHallEffect.setEdgeInterrupt(long) . |
void |
BrickDC.enable()
Enables the driver chip.
|
void |
BrickSilentStepper.enable()
Enables the driver chip.
|
void |
BrickletIndustrialAnalogOut.enable()
Enables the output of voltage and current.
|
void |
BrickStepper.enable()
Enables the driver chip.
|
void |
BrickServo.enable(short servoNum)
Enables a servo (0 to 6).
|
void |
BrickletRS485.enableErrorCountCallback()
Enables the
BrickletRS485.ErrorCountListener listener. |
void |
BrickletCAN.enableFrameReadCallback()
Enables the
BrickletCAN.FrameReadListener listener. |
void |
BrickletLEDStrip.enableFrameRenderedCallback()
Enables the
BrickletLEDStrip.FrameRenderedListener listener. |
void |
BrickletLaserRangeFinder.enableLaser()
Activates the laser of the LIDAR.
|
void |
BrickServo.enablePositionReachedCallback()
Enables the
BrickServo.PositionReachedListener listener. |
void |
BrickletRS485.enableReadCallback()
Enables the
BrickletRS485.ReadListener listener. |
void |
BrickletRS232V2.enableReadCallback()
Enables the
BrickletRS232V2.ReadListener listener. |
void |
BrickletRS232.enableReadCallback()
Enables the
BrickletRS232.ReadListener listener. |
void |
BrickDC.enableStatusLED()
Enables the status LED.
|
void |
BrickIMU.enableStatusLED()
Enables the status LED.
|
void |
BrickServo.enableStatusLED()
Enables the status LED.
|
void |
BrickMaster.enableStatusLED()
Enables the status LED.
|
void |
BrickSilentStepper.enableStatusLED()
Enables the status LED.
|
void |
BrickStepper.enableStatusLED()
Enables the status LED.
|
void |
BrickIMUV2.enableStatusLED()
Enables the status LED.
|
void |
BrickletTilt.enableTiltStateCallback()
Enables the
BrickletTilt.TiltStateListener listener. |
void |
BrickServo.enableVelocityReachedCallback()
Enables the
BrickServo.VelocityReachedListener listener. |
void |
BrickMaster.enableWifi2StatusLED()
Turns the green status LED of the WIFI Extension 2.0 on.
|
short |
BrickRED.expireSession(int sessionId) |
void |
BrickRED.expireSessionUnchecked(int sessionId) |
void |
BrickletEPaper296x128.fillDisplay(int color)
Fills the complete content of the display with the given color.
|
void |
BrickDC.fullBrake()
Executes an active full brake.
|
void |
BrickletPerformanceDC.fullBrake()
Executes an active full brake.
|
void |
BrickSilentStepper.fullBrake()
Executes an active full brake.
|
void |
BrickStepper.fullBrake()
Executes an active full brake.
|
int |
BrickDC.getAcceleration()
Returns the acceleration as set by
BrickDC.setAcceleration(int) . |
BrickIMU.Acceleration |
BrickIMU.getAcceleration()
Returns the calibrated acceleration from the accelerometer for the
x, y and z axis.
|
BrickletAccelerometer.Acceleration |
BrickletAccelerometer.getAcceleration()
Returns the acceleration in x, y and z direction.
|
BrickletAccelerometerV2.Acceleration |
BrickletAccelerometerV2.getAcceleration()
Returns the acceleration in x, y and z direction.
|
BrickIMUV2.Acceleration |
BrickIMUV2.getAcceleration()
Returns the calibrated acceleration from the accelerometer for the
x, y and z axis.
|
BrickletIMUV3.Acceleration |
BrickletIMUV3.getAcceleration()
Returns the calibrated acceleration from the accelerometer for the
x, y and z axis.
|
int |
BrickServo.getAcceleration(short servoNum)
Returns the acceleration for the specified servo as set by
BrickServo.setAcceleration(short, int) . |
BrickletAccelerometerV2.AccelerationCallbackConfiguration |
BrickletAccelerometerV2.getAccelerationCallbackConfiguration()
Returns the listener configuration as set by
BrickletAccelerometerV2.setAccelerationCallbackConfiguration(long, boolean) . |
BrickletIMUV3.AccelerationCallbackConfiguration |
BrickletIMUV3.getAccelerationCallbackConfiguration()
Returns the listener configuration as set by
BrickletIMUV3.setAccelerationCallbackConfiguration(long, boolean) . |
long |
BrickletAccelerometer.getAccelerationCallbackPeriod()
Returns the period as set by
BrickletAccelerometer.setAccelerationCallbackPeriod(long) . |
BrickletAccelerometer.AccelerationCallbackThreshold |
BrickletAccelerometer.getAccelerationCallbackThreshold()
Returns the threshold as set by
BrickletAccelerometer.setAccelerationCallbackThreshold(char, short, short, short, short, short, short) . |
long |
BrickIMU.getAccelerationPeriod()
Returns the period as set by
BrickIMU.setAccelerationPeriod(long) . |
long |
BrickIMUV2.getAccelerationPeriod()
Returns the period as set by
BrickIMUV2.setAccelerationPeriod(long) . |
short |
BrickIMU.getAccelerationRange()
Not implemented yet.
|
boolean |
BrickletXMC1400Breakout.getADCChannelConfig(int channel)
Returns the config for the given channel as set by
BrickletXMC1400Breakout.setADCChannelConfig(int, boolean) . |
int |
BrickletXMC1400Breakout.getADCChannelValue(int channel)
Returns the 12-bit value of the given ADC channel of the ADC driver example.
|
int[] |
BrickletXMC1400Breakout.getADCValues()
Returns the values for all 8 ADC channels of the adc driver example.
|
int[] |
BrickletIndustrialDualAnalogInV2.getADCValues()
Returns the ADC values as given by the MCP3911 IC.
|
int[] |
BrickletIndustrialDualAnalogIn.getADCValues()
Returns the ADC values as given by the MCP3911 IC.
|
BrickletXMC1400Breakout.ADCValuesCallbackConfiguration |
BrickletXMC1400Breakout.getADCValuesCallbackConfiguration()
Returns the listener configuration as set by
BrickletXMC1400Breakout.setADCValuesCallbackConfiguration(long, boolean) . |
int |
BrickletBarometer.getAirPressure()
Returns the air pressure of the air pressure sensor.
|
int |
BrickletBarometerV2.getAirPressure()
Returns the measured air pressure.
|
int |
BrickletAirQuality.getAirPressure()
Returns air pressure.
|
int |
BrickletCO2V2.getAirPressure()
Returns the ambient air pressure as set by
BrickletCO2V2.setAirPressure(int) . |
BrickletBarometerV2.AirPressureCallbackConfiguration |
BrickletBarometerV2.getAirPressureCallbackConfiguration()
Returns the listener configuration as set by
BrickletBarometerV2.setAirPressureCallbackConfiguration(long, boolean, char, int, int) . |
BrickletAirQuality.AirPressureCallbackConfiguration |
BrickletAirQuality.getAirPressureCallbackConfiguration()
Returns the listener configuration as set by
BrickletAirQuality.setAirPressureCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletBarometer.getAirPressureCallbackPeriod()
Returns the period as set by
BrickletBarometer.setAirPressureCallbackPeriod(long) . |
BrickletBarometer.AirPressureCallbackThreshold |
BrickletBarometer.getAirPressureCallbackThreshold()
Returns the threshold as set by
BrickletBarometer.setAirPressureCallbackThreshold(char, int, int) . |
BrickletRealTimeClockV2.Alarm |
BrickletRealTimeClockV2.getAlarm()
Returns the alarm configuration as set by
BrickletRealTimeClockV2.setAlarm(int, int, int, int, int, int, int) . |
BrickletPiezoSpeakerV2.Alarm |
BrickletPiezoSpeakerV2.getAlarm()
Returns the last alarm settings as set by
BrickletPiezoSpeakerV2.setAlarm(int, int, int, int, int, long) . |
BrickletRealTimeClock.Alarm |
BrickletRealTimeClock.getAlarm()
Returns the alarm configuration as set by
BrickletRealTimeClock.setAlarm(byte, byte, byte, byte, byte, byte, int) . |
long[] |
BrickletIndustrialCounter.getAllCounter()
Returns the current counter values for all four channels.
|
boolean[] |
BrickletIndustrialCounter.getAllCounterActive()
Returns the activation state of all four channels.
|
BrickletIndustrialCounter.AllCounterCallbackConfiguration |
BrickletIndustrialCounter.getAllCounterCallbackConfiguration()
Returns the listener configuration as set by
BrickletIndustrialCounter.setAllCounterCallbackConfiguration(long, boolean) . |
BrickIMU.AllData |
BrickIMU.getAllData()
Returns the data from
BrickIMU.getAcceleration() , BrickIMU.getMagneticField()
and BrickIMU.getAngularVelocity() as well as the temperature of the IMU Brick. |
BrickSilentStepper.AllData |
BrickSilentStepper.getAllData()
Returns the following parameters: The current velocity,
the current position, the remaining steps, the stack voltage, the external
voltage and the current consumption of the stepper motor.
|
BrickStepper.AllData |
BrickStepper.getAllData()
Returns the following parameters: The current velocity,
the current position, the remaining steps, the stack voltage, the external
voltage and the current consumption of the stepper motor.
|
BrickIMUV2.AllData |
BrickIMUV2.getAllData()
Return all of the available data of the IMU Brick.
|
BrickletIMUV3.AllData |
BrickletIMUV3.getAllData()
Return all of the available data of the IMU Brick.
|
BrickletIMUV3.AllDataCallbackConfiguration |
BrickletIMUV3.getAllDataCallbackConfiguration()
Returns the listener configuration as set by
BrickletIMUV3.setAllDataCallbackConfiguration(long, boolean) . |
long |
BrickIMU.getAllDataPeriod()
Returns the period as set by
BrickIMU.setAllDataPeriod(long) . |
long |
BrickSilentStepper.getAllDataPeriod()
Returns the period as set by
BrickSilentStepper.setAllDataPeriod(long) . |
long |
BrickStepper.getAllDataPeriod()
Returns the period as set by
BrickStepper.setAllDataPeriod(long) . |
long |
BrickIMUV2.getAllDataPeriod()
Returns the period as set by
BrickIMUV2.setAllDataPeriod(long) . |
BrickletIO16V2.AllInputValueCallbackConfiguration |
BrickletIO16V2.getAllInputValueCallbackConfiguration()
Returns the listener configuration as set by
BrickletIO16V2.setAllInputValueCallbackConfiguration(long, boolean) . |
BrickletIO4V2.AllInputValueCallbackConfiguration |
BrickletIO4V2.getAllInputValueCallbackConfiguration()
Returns the listener configuration as set by
BrickletIO4V2.setAllInputValueCallbackConfiguration(long, boolean) . |
BrickletIndustrialCounter.AllSignalData |
BrickletIndustrialCounter.getAllSignalData()
Returns the signal data (duty cycle, period, frequency and value) for all four
channels.
|
BrickletIndustrialCounter.AllSignalDataCallbackConfiguration |
BrickletIndustrialCounter.getAllSignalDataCallbackConfiguration()
Returns the listener configuration as set by
BrickletIndustrialCounter.setAllSignalDataCallbackConfiguration(long, boolean) . |
BrickletIndustrialDigitalIn4V2.AllValueCallbackConfiguration |
BrickletIndustrialDigitalIn4V2.getAllValueCallbackConfiguration()
Returns the listener configuration as set by
BrickletIndustrialDigitalIn4V2.setAllValueCallbackConfiguration(long, boolean) . |
BrickletAirQuality.AllValues |
BrickletAirQuality.getAllValues()
Returns all values measured by the Air Quality Bricklet.
|
BrickletCO2V2.AllValues |
BrickletCO2V2.getAllValues()
Returns all values measured by the CO2 Bricklet 2.0.
|
BrickletAirQuality.AllValuesCallbackConfiguration |
BrickletAirQuality.getAllValuesCallbackConfiguration()
Returns the listener configuration as set by
BrickletAirQuality.setAllValuesCallbackConfiguration(long, boolean) . |
BrickletCO2V2.AllValuesCallbackConfiguration |
BrickletCO2V2.getAllValuesCallbackConfiguration()
Returns the listener configuration as set by
BrickletCO2V2.setAllValuesCallbackConfiguration(long, boolean) . |
int[] |
BrickletIndustrialDualAnalogInV2.getAllVoltages()
Returns the voltages for all channels.
|
BrickletIndustrialDualAnalogInV2.AllVoltagesCallbackConfiguration |
BrickletIndustrialDualAnalogInV2.getAllVoltagesCallbackConfiguration()
Returns the listener configuration as set by
BrickletIndustrialDualAnalogInV2.setAllVoltagesCallbackConfiguration(long, boolean) . |
BrickletGPS.Altitude |
BrickletGPS.getAltitude()
Returns the current altitude and corresponding geoidal separation.
|
int |
BrickletBarometer.getAltitude()
Returns the relative altitude of the air pressure sensor.
|
int |
BrickletBarometerV2.getAltitude()
Returns the relative altitude of the air pressure sensor.
|
BrickletGPSV2.Altitude |
BrickletGPSV2.getAltitude()
Returns the current altitude and corresponding geoidal separation.
|
BrickletBarometerV2.AltitudeCallbackConfiguration |
BrickletBarometerV2.getAltitudeCallbackConfiguration()
Returns the listener configuration as set by
BrickletBarometerV2.setAltitudeCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletGPS.getAltitudeCallbackPeriod()
Returns the period as set by
BrickletGPS.setAltitudeCallbackPeriod(long) . |
long |
BrickletBarometer.getAltitudeCallbackPeriod()
Returns the period as set by
BrickletBarometer.setAltitudeCallbackPeriod(long) . |
long |
BrickletGPSV2.getAltitudeCallbackPeriod()
Returns the period as set by
BrickletGPSV2.setAltitudeCallbackPeriod(long) . |
BrickletBarometer.AltitudeCallbackThreshold |
BrickletBarometer.getAltitudeCallbackThreshold()
Returns the threshold as set by
BrickletBarometer.setAltitudeCallbackThreshold(char, int, int) . |
short |
BrickletTemperatureIR.getAmbientTemperature()
Returns the ambient temperature of the sensor.
|
int |
BrickletTemperatureIRV2.getAmbientTemperature()
Returns the ambient temperature of the sensor.
|
BrickletTemperatureIRV2.AmbientTemperatureCallbackConfiguration |
BrickletTemperatureIRV2.getAmbientTemperatureCallbackConfiguration()
Returns the listener configuration as set by
BrickletTemperatureIRV2.setAmbientTemperatureCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletTemperatureIR.getAmbientTemperatureCallbackPeriod()
Returns the period as set by
BrickletTemperatureIR.setAmbientTemperatureCallbackPeriod(long) . |
BrickletTemperatureIR.AmbientTemperatureCallbackThreshold |
BrickletTemperatureIR.getAmbientTemperatureCallbackThreshold()
Returns the threshold as set by
BrickletTemperatureIR.setAmbientTemperatureCallbackThreshold(char, short, short) . |
BrickletJoystick.AnalogValue |
BrickletJoystick.getAnalogValue()
Returns the values as read by a 12-bit analog-to-digital converter.
|
int |
BrickletAnalogIn.getAnalogValue()
Returns the value as read by a 12-bit analog-to-digital converter.
|
int |
BrickletHumidity.getAnalogValue()
Returns the value as read by a 12-bit analog-to-digital converter.
|
int |
BrickletDistanceIR.getAnalogValue()
Returns the value as read by a 12-bit analog-to-digital converter.
|
int |
BrickletAnalogInV2.getAnalogValue()
Returns the value as read by a 12-bit analog-to-digital converter.
|
int |
BrickletVoltage.getAnalogValue()
Returns the value as read by a 12-bit analog-to-digital converter.
|
int |
BrickletCurrent25.getAnalogValue()
Returns the value as read by a 12-bit analog-to-digital converter.
|
int |
BrickletLinearPoti.getAnalogValue()
Returns the value as read by a 12-bit analog-to-digital converter.
|
int |
BrickletAmbientLight.getAnalogValue()
Returns the value as read by a 12-bit analog-to-digital converter.
|
int |
BrickletCurrent12.getAnalogValue()
Returns the value as read by a 12-bit analog-to-digital converter.
|
long |
BrickletDistanceIRV2.getAnalogValue()
Returns the analog value as read by a analog-to-digital converter.
|
int |
BrickletRotaryPoti.getAnalogValue()
Returns the value as read by a 12-bit analog-to-digital converter.
|
BrickletDistanceIRV2.AnalogValueCallbackConfiguration |
BrickletDistanceIRV2.getAnalogValueCallbackConfiguration()
Returns the listener configuration as set by
BrickletDistanceIRV2.setAnalogValueCallbackConfiguration(long, boolean, char, long, long) . |
long |
BrickletJoystick.getAnalogValueCallbackPeriod()
Returns the period as set by
BrickletJoystick.setAnalogValueCallbackPeriod(long) . |
long |
BrickletAnalogIn.getAnalogValueCallbackPeriod()
Returns the period as set by
BrickletAnalogIn.setAnalogValueCallbackPeriod(long) . |
long |
BrickletHumidity.getAnalogValueCallbackPeriod()
Returns the period as set by
BrickletHumidity.setAnalogValueCallbackPeriod(long) . |
long |
BrickletDistanceIR.getAnalogValueCallbackPeriod()
Returns the period as set by
BrickletDistanceIR.setAnalogValueCallbackPeriod(long) . |
long |
BrickletAnalogInV2.getAnalogValueCallbackPeriod()
Returns the period as set by
BrickletAnalogInV2.setAnalogValueCallbackPeriod(long) . |
long |
BrickletVoltage.getAnalogValueCallbackPeriod()
Returns the period as set by
BrickletVoltage.setAnalogValueCallbackPeriod(long) . |
long |
BrickletCurrent25.getAnalogValueCallbackPeriod()
Returns the period as set by
BrickletCurrent25.setAnalogValueCallbackPeriod(long) . |
long |
BrickletLinearPoti.getAnalogValueCallbackPeriod()
Returns the period as set by
BrickletLinearPoti.setAnalogValueCallbackPeriod(long) . |
long |
BrickletAmbientLight.getAnalogValueCallbackPeriod()
Returns the period as set by
BrickletAmbientLight.setAnalogValueCallbackPeriod(long) . |
long |
BrickletCurrent12.getAnalogValueCallbackPeriod()
Returns the period as set by
BrickletCurrent12.setAnalogValueCallbackPeriod(long) . |
long |
BrickletRotaryPoti.getAnalogValueCallbackPeriod()
Returns the period as set by
BrickletRotaryPoti.setAnalogValueCallbackPeriod(long) . |
BrickletJoystick.AnalogValueCallbackThreshold |
BrickletJoystick.getAnalogValueCallbackThreshold()
Returns the threshold as set by
BrickletJoystick.setAnalogValueCallbackThreshold(char, int, int, int, int) . |
BrickletAnalogIn.AnalogValueCallbackThreshold |
BrickletAnalogIn.getAnalogValueCallbackThreshold()
Returns the threshold as set by
BrickletAnalogIn.setAnalogValueCallbackThreshold(char, int, int) . |
BrickletHumidity.AnalogValueCallbackThreshold |
BrickletHumidity.getAnalogValueCallbackThreshold()
Returns the threshold as set by
BrickletHumidity.setAnalogValueCallbackThreshold(char, int, int) . |
BrickletDistanceIR.AnalogValueCallbackThreshold |
BrickletDistanceIR.getAnalogValueCallbackThreshold()
Returns the threshold as set by
BrickletDistanceIR.setAnalogValueCallbackThreshold(char, int, int) . |
BrickletAnalogInV2.AnalogValueCallbackThreshold |
BrickletAnalogInV2.getAnalogValueCallbackThreshold()
Returns the threshold as set by
BrickletAnalogInV2.setAnalogValueCallbackThreshold(char, int, int) . |
BrickletVoltage.AnalogValueCallbackThreshold |
BrickletVoltage.getAnalogValueCallbackThreshold()
Returns the threshold as set by
BrickletVoltage.setAnalogValueCallbackThreshold(char, int, int) . |
BrickletCurrent25.AnalogValueCallbackThreshold |
BrickletCurrent25.getAnalogValueCallbackThreshold()
Returns the threshold as set by
BrickletCurrent25.setAnalogValueCallbackThreshold(char, int, int) . |
BrickletLinearPoti.AnalogValueCallbackThreshold |
BrickletLinearPoti.getAnalogValueCallbackThreshold()
Returns the threshold as set by
BrickletLinearPoti.setAnalogValueCallbackThreshold(char, int, int) . |
BrickletAmbientLight.AnalogValueCallbackThreshold |
BrickletAmbientLight.getAnalogValueCallbackThreshold()
Returns the threshold as set by
BrickletAmbientLight.setAnalogValueCallbackThreshold(char, int, int) . |
BrickletCurrent12.AnalogValueCallbackThreshold |
BrickletCurrent12.getAnalogValueCallbackThreshold()
Returns the threshold as set by
BrickletCurrent12.setAnalogValueCallbackThreshold(char, int, int) . |
BrickletRotaryPoti.AnalogValueCallbackThreshold |
BrickletRotaryPoti.getAnalogValueCallbackThreshold()
Returns the threshold as set by
BrickletRotaryPoti.setAnalogValueCallbackThreshold(char, int, int) . |
BrickIMU.AngularVelocity |
BrickIMU.getAngularVelocity()
Returns the calibrated angular velocity from the gyroscope for the
x, y and z axis in °/14.375s (you have to divide by 14.375 to
get the value in °/s).
|
BrickIMUV2.AngularVelocity |
BrickIMUV2.getAngularVelocity()
Returns the calibrated angular velocity from the gyroscope for the
x, y and z axis.
|
BrickletIMUV3.AngularVelocity |
BrickletIMUV3.getAngularVelocity()
Returns the calibrated angular velocity from the gyroscope for the
x, y and z axis.
|
BrickletIMUV3.AngularVelocityCallbackConfiguration |
BrickletIMUV3.getAngularVelocityCallbackConfiguration()
Returns the listener configuration as set by
BrickletIMUV3.setAngularVelocityCallbackConfiguration(long, boolean) . |
long |
BrickIMU.getAngularVelocityPeriod()
Returns the period as set by
BrickIMU.setAngularVelocityPeriod(long) . |
long |
BrickIMUV2.getAngularVelocityPeriod()
Returns the period as set by
BrickIMUV2.setAngularVelocityPeriod(long) . |
short |
BrickletIndustrialDigitalOut4.getAvailableForGroup()
Returns a bitmask of ports that are available for grouping.
|
short |
BrickletIndustrialQuadRelay.getAvailableForGroup()
Returns a bitmask of ports that are available for grouping.
|
short |
BrickletIndustrialDigitalIn4.getAvailableForGroup()
Returns a bitmask of ports that are available for grouping.
|
BrickletBarometer.Averaging |
BrickletBarometer.getAveraging()
Returns the averaging configuration as set by
BrickletBarometer.setAveraging(short, short, short) . |
short |
BrickletAnalogIn.getAveraging()
Returns the averaging configuration as set by
BrickletAnalogIn.setAveraging(short) . |
int |
BrickletAirQuality.getBackgroundCalibrationDuration()
Returns the background calibration duration as set by
BrickletAirQuality.setBackgroundCalibrationDuration(int) . |
BrickSilentStepper.BasicConfiguration |
BrickSilentStepper.getBasicConfiguration()
Returns the configuration as set by
BrickSilentStepper.setBasicConfiguration(int, int, int, int, int, int, int, boolean) . |
BrickletPiezoSpeakerV2.Beep |
BrickletPiezoSpeakerV2.getBeep()
Returns the last beep settings as set by
BrickletPiezoSpeakerV2.setBeep(int, int, long) . |
int[] |
BrickletRGBLEDMatrix.getBlue()
Returns the blue LED values as set by
BrickletRGBLEDMatrix.setBlue(int[]) . |
int |
BrickletAnalogInV3.getBootloaderMode()
Returns the current bootloader mode, see
BrickletAnalogInV3.setBootloaderMode(int) . |
int |
BrickletSegmentDisplay4x7V2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletSegmentDisplay4x7V2.setBootloaderMode(int) . |
int |
BrickletHumidityV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletHumidityV2.setBootloaderMode(int) . |
int |
BrickletDualButtonV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletDualButtonV2.setBootloaderMode(int) . |
int |
BrickHAT.getBootloaderMode()
Returns the current bootloader mode, see
BrickHAT.setBootloaderMode(int) . |
int |
BrickletDMX.getBootloaderMode()
Returns the current bootloader mode, see
BrickletDMX.setBootloaderMode(int) . |
int |
BrickletBarometerV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletBarometerV2.setBootloaderMode(int) . |
int |
BrickletSolidStateRelayV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletSolidStateRelayV2.setBootloaderMode(int) . |
int |
BrickletRGBLEDMatrix.getBootloaderMode()
Returns the current bootloader mode, see
BrickletRGBLEDMatrix.setBootloaderMode(int) . |
int |
BrickletRS485.getBootloaderMode()
Returns the current bootloader mode, see
BrickletRS485.setBootloaderMode(int) . |
int |
BrickletVoltageCurrentV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletVoltageCurrentV2.setBootloaderMode(int) . |
int |
BrickletJoystickV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletJoystickV2.setBootloaderMode(int) . |
int |
BrickletPerformanceDC.getBootloaderMode()
Returns the current bootloader mode, see
BrickletPerformanceDC.setBootloaderMode(int) . |
int |
BrickletRealTimeClockV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletRealTimeClockV2.setBootloaderMode(int) . |
int |
BrickletPTCV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletPTCV2.setBootloaderMode(int) . |
int |
BrickletMotorizedLinearPoti.getBootloaderMode()
Returns the current bootloader mode, see
BrickletMotorizedLinearPoti.setBootloaderMode(int) . |
int |
BrickletUVLightV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletUVLightV2.setBootloaderMode(int) . |
int |
BrickletSoundPressureLevel.getBootloaderMode()
Returns the current bootloader mode, see
BrickletSoundPressureLevel.setBootloaderMode(int) . |
int |
BrickletXMC1400Breakout.getBootloaderMode()
Returns the current bootloader mode, see
BrickletXMC1400Breakout.setBootloaderMode(int) . |
int |
BrickletRotaryPotiV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletRotaryPotiV2.setBootloaderMode(int) . |
int |
BrickletOneWire.getBootloaderMode()
Returns the current bootloader mode, see
BrickletOneWire.setBootloaderMode(int) . |
int |
BrickletLaserRangeFinderV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletLaserRangeFinderV2.setBootloaderMode(int) . |
int |
BrickletHallEffectV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletHallEffectV2.setBootloaderMode(int) . |
int |
BrickletTemperatureIRV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletTemperatureIRV2.setBootloaderMode(int) . |
int |
BrickletLoadCellV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletLoadCellV2.setBootloaderMode(int) . |
int |
BrickletIO16V2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletIO16V2.setBootloaderMode(int) . |
int |
BrickletNFC.getBootloaderMode()
Returns the current bootloader mode, see
BrickletNFC.setBootloaderMode(int) . |
int |
BrickletRS232V2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletRS232V2.setBootloaderMode(int) . |
int |
BrickletPiezoSpeakerV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletPiezoSpeakerV2.setBootloaderMode(int) . |
int |
BrickletIndustrialDualRelay.getBootloaderMode()
Returns the current bootloader mode, see
BrickletIndustrialDualRelay.setBootloaderMode(int) . |
int |
BrickletIndustrialDigitalOut4V2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletIndustrialDigitalOut4V2.setBootloaderMode(int) . |
int |
BrickletIndustrialCounter.getBootloaderMode()
Returns the current bootloader mode, see
BrickletIndustrialCounter.setBootloaderMode(int) . |
int |
BrickletRGBLEDV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletRGBLEDV2.setBootloaderMode(int) . |
int |
BrickletIndustrialAnalogOutV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletIndustrialAnalogOutV2.setBootloaderMode(int) . |
int |
BrickletRGBLEDButton.getBootloaderMode()
Returns the current bootloader mode, see
BrickletRGBLEDButton.setBootloaderMode(int) . |
int |
BrickletLCD128x64.getBootloaderMode()
Returns the current bootloader mode, see
BrickletLCD128x64.setBootloaderMode(int) . |
int |
BrickletMultiTouchV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletMultiTouchV2.setBootloaderMode(int) . |
int |
BrickletColorV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletColorV2.setBootloaderMode(int) . |
int |
BrickletEnergyMonitor.getBootloaderMode()
Returns the current bootloader mode, see
BrickletEnergyMonitor.setBootloaderMode(int) . |
int |
BrickletParticulateMatter.getBootloaderMode()
Returns the current bootloader mode, see
BrickletParticulateMatter.setBootloaderMode(int) . |
int |
BrickletIsolator.getBootloaderMode()
Returns the current bootloader mode, see
BrickletIsolator.setBootloaderMode(int) . |
int |
BrickletAccelerometerV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletAccelerometerV2.setBootloaderMode(int) . |
int |
BrickletIndustrialDualACRelay.getBootloaderMode()
Returns the current bootloader mode, see
BrickletIndustrialDualACRelay.setBootloaderMode(int) . |
int |
BrickletOLED128x64V2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletOLED128x64V2.setBootloaderMode(int) . |
int |
BrickHATZero.getBootloaderMode()
Returns the current bootloader mode, see
BrickHATZero.setBootloaderMode(int) . |
int |
BrickletLEDStripV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletLEDStripV2.setBootloaderMode(int) . |
int |
BrickletServoV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletServoV2.setBootloaderMode(int) . |
int |
BrickletAirQuality.getBootloaderMode()
Returns the current bootloader mode, see
BrickletAirQuality.setBootloaderMode(int) . |
int |
BrickletDistanceIRV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletDistanceIRV2.setBootloaderMode(int) . |
int |
BrickletIO4V2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletIO4V2.setBootloaderMode(int) . |
int |
BrickletCompass.getBootloaderMode()
Returns the current bootloader mode, see
BrickletCompass.setBootloaderMode(int) . |
int |
BrickletEPaper296x128.getBootloaderMode()
Returns the current bootloader mode, see
BrickletEPaper296x128.setBootloaderMode(int) . |
int |
BrickletIndustrialDual020mAV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletIndustrialDual020mAV2.setBootloaderMode(int) . |
int |
BrickletCO2V2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletCO2V2.setBootloaderMode(int) . |
int |
BrickletRemoteSwitchV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletRemoteSwitchV2.setBootloaderMode(int) . |
int |
BrickletThermocoupleV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletThermocoupleV2.setBootloaderMode(int) . |
int |
BrickletThermalImaging.getBootloaderMode()
Returns the current bootloader mode, see
BrickletThermalImaging.setBootloaderMode(int) . |
int |
BrickletCANV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletCANV2.setBootloaderMode(int) . |
int |
BrickletRotaryEncoderV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletRotaryEncoderV2.setBootloaderMode(int) . |
int |
BrickletIndustrialDualAnalogInV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletIndustrialDualAnalogInV2.setBootloaderMode(int) . |
int |
BrickletAmbientLightV3.getBootloaderMode()
Returns the current bootloader mode, see
BrickletAmbientLightV3.setBootloaderMode(int) . |
int |
BrickletMotionDetectorV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletMotionDetectorV2.setBootloaderMode(int) . |
int |
BrickletDistanceUSV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletDistanceUSV2.setBootloaderMode(int) . |
int |
BrickletIndustrialDigitalIn4V2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletIndustrialDigitalIn4V2.setBootloaderMode(int) . |
int |
BrickletIndustrialQuadRelayV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletIndustrialQuadRelayV2.setBootloaderMode(int) . |
int |
BrickletTemperatureV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletTemperatureV2.setBootloaderMode(int) . |
int |
BrickletAnalogOutV3.getBootloaderMode()
Returns the current bootloader mode, see
BrickletAnalogOutV3.setBootloaderMode(int) . |
int |
BrickletOutdoorWeather.getBootloaderMode()
Returns the current bootloader mode, see
BrickletOutdoorWeather.setBootloaderMode(int) . |
int |
BrickletLinearPotiV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletLinearPotiV2.setBootloaderMode(int) . |
int |
BrickletGPSV2.getBootloaderMode()
Returns the current bootloader mode, see
BrickletGPSV2.setBootloaderMode(int) . |
int |
BrickletIMUV3.getBootloaderMode()
Returns the current bootloader mode, see
BrickletIMUV3.setBootloaderMode(int) . |
boolean |
BrickHAT.getBrickletPower()
Returns the power status of the connected Bricklets as set by
BrickHAT.setBrickletPower(boolean) . |
boolean |
BrickMaster.getBrickletsEnabled()
Returns *true* if the Bricklets are enabled, *false* otherwise.
|
int |
BrickletSegmentDisplay4x7V2.getBrightness()
Returns the brightness as set by
BrickletSegmentDisplay4x7V2.setBrightness(int) . |
BrickletRS485.BufferConfig |
BrickletRS485.getBufferConfig()
Returns the buffer configuration as set by
BrickletRS485.setBufferConfig(int, int) . |
BrickletRS232V2.BufferConfig |
BrickletRS232V2.getBufferConfig()
Returns the buffer configuration as set by
BrickletRS232V2.setBufferConfig(int, int) . |
BrickletRS485.BufferStatus |
BrickletRS485.getBufferStatus()
Returns the currently used bytes for the send and received buffer.
|
BrickletRS232V2.BufferStatus |
BrickletRS232V2.getBufferStatus()
Returns the currently used bytes for the send and received buffer.
|
BrickletDualButtonV2.ButtonState |
BrickletDualButtonV2.getButtonState()
Returns the current state for both buttons.
|
int |
BrickletRGBLEDButton.getButtonState()
Returns the current state of the button (either pressed or released).
|
BrickletDualButton.ButtonState |
BrickletDualButton.getButtonState()
Returns the current state for both buttons.
|
BrickletAnalogInV3.Calibration |
BrickletAnalogInV3.getCalibration()
Returns the calibration as set by
BrickletAnalogInV3.setCalibration(int, int, int) . |
BrickletBarometerV2.Calibration |
BrickletBarometerV2.getCalibration()
Returns the air pressure one point calibration values as set by
BrickletBarometerV2.setCalibration(int, int) . |
BrickletVoltageCurrent.Calibration |
BrickletVoltageCurrent.getCalibration()
Returns the calibration as set by
BrickletVoltageCurrent.setCalibration(int, int) . |
BrickletVoltageCurrentV2.Calibration |
BrickletVoltageCurrentV2.getCalibration()
Returns the calibration as set by
BrickletVoltageCurrentV2.setCalibration(int, int, int, int) . |
BrickletCompass.Calibration |
BrickletCompass.getCalibration()
Returns the calibration parameters as set by
BrickletCompass.setCalibration(int[], int[]) . |
BrickletIndustrialDualAnalogInV2.Calibration |
BrickletIndustrialDualAnalogInV2.getCalibration()
Returns the calibration as set by
BrickletIndustrialDualAnalogInV2.setCalibration(int[], int[]) . |
BrickletIndustrialDualAnalogIn.Calibration |
BrickletIndustrialDualAnalogIn.getCalibration()
Returns the calibration as set by
BrickletIndustrialDualAnalogIn.setCalibration(int[], int[]) . |
short[] |
BrickIMU.getCalibration(short typ)
Returns the calibration for a given type as set by
BrickIMU.setCalibration(short, short[]) . |
int |
BrickletPerformanceDC.getCCWLEDConfig()
Returns the LED configuration as set by
BrickletPerformanceDC.setCCWLEDConfig(int) |
int |
BrickletIndustrialDigitalOut4V2.getChannelLEDConfig(int channel)
Returns the channel LED configuration as set by
BrickletIndustrialDigitalOut4V2.setChannelLEDConfig(int, int) |
int |
BrickletIndustrialCounter.getChannelLEDConfig(int channel)
Returns the channel LED configuration as set by
BrickletIndustrialCounter.setChannelLEDConfig(int, int) |
int |
BrickletIndustrialDualACRelay.getChannelLEDConfig(int channel)
Returns the channel LED configuration as set by
BrickletIndustrialDualACRelay.setChannelLEDConfig(int, int) |
int |
BrickletIndustrialDual020mAV2.getChannelLEDConfig(int channel)
Returns the channel LED configuration as set by
BrickletIndustrialDual020mAV2.setChannelLEDConfig(int, int) |
int |
BrickletIndustrialDualAnalogInV2.getChannelLEDConfig(int channel)
Returns the channel LED configuration as set by
BrickletIndustrialDualAnalogInV2.setChannelLEDConfig(int, int) |
int |
BrickletIndustrialDigitalIn4V2.getChannelLEDConfig(int channel)
Returns the channel LED configuration as set by
BrickletIndustrialDigitalIn4V2.setChannelLEDConfig(int, int) |
int |
BrickletIndustrialQuadRelayV2.getChannelLEDConfig(int channel)
Returns the channel LED configuration as set by
BrickletIndustrialQuadRelayV2.setChannelLEDConfig(int, int) |
BrickletIndustrialDual020mAV2.ChannelLEDStatusConfig |
BrickletIndustrialDual020mAV2.getChannelLEDStatusConfig(int channel)
Returns the channel LED status configuration as set by
BrickletIndustrialDual020mAV2.setChannelLEDStatusConfig(int, int, int, int) . |
BrickletIndustrialDualAnalogInV2.ChannelLEDStatusConfig |
BrickletIndustrialDualAnalogInV2.getChannelLEDStatusConfig(int channel)
Returns the channel LED status configuration as set by
BrickletIndustrialDualAnalogInV2.setChannelLEDStatusConfig(int, int, int, int) . |
short |
BrickletLEDStrip.getChannelMapping()
Returns the currently used channel mapping as set by
BrickletLEDStrip.setChannelMapping(short) . |
int |
BrickletLEDStripV2.getChannelMapping()
Returns the currently used channel mapping as set by
BrickletLEDStripV2.setChannelMapping(int) . |
short |
BrickMaster.getChibiAddress()
Returns the address as set by
BrickMaster.setChibiAddress(short) . |
short |
BrickMaster.getChibiChannel()
Returns the channel as set by
BrickMaster.setChibiChannel(short) . |
BrickMaster.ChibiErrorLog |
BrickMaster.getChibiErrorLog()
Returns underrun, CRC error, no ACK and overflow error counts of the Chibi
communication.
|
short |
BrickMaster.getChibiFrequency()
Returns the frequency value as set by
BrickMaster.setChibiFrequency(short) . |
short |
BrickMaster.getChibiMasterAddress()
Returns the address as set by
BrickMaster.setChibiMasterAddress(short) . |
short |
BrickMaster.getChibiSignalStrength()
Returns the signal strength in dBm.
|
short |
BrickMaster.getChibiSlaveAddress(short num)
Returns the slave address for a given \c num as set by
BrickMaster.setChibiSlaveAddress(short, short) . |
int |
BrickletAnalogInV3.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
short |
BrickDC.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletSegmentDisplay4x7V2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletHumidityV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletDualButtonV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
short |
BrickletBarometer.getChipTemperature()
Returns the temperature of the air pressure sensor.
|
int |
BrickHAT.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletDMX.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletBarometerV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletSolidStateRelayV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletRGBLEDMatrix.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletRS485.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletVoltageCurrentV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletJoystickV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletPerformanceDC.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletRealTimeClockV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletPTCV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletMotorizedLinearPoti.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletUVLightV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletSoundPressureLevel.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletXMC1400Breakout.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
short |
BrickIMU.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletRotaryPotiV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletOneWire.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletLaserRangeFinderV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletHallEffectV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletTemperatureIRV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletLoadCellV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletIO16V2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletNFC.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletRS232V2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletPiezoSpeakerV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletIndustrialDualRelay.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletIndustrialDigitalOut4V2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
short |
BrickServo.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletIndustrialCounter.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletRGBLEDV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletIndustrialAnalogOutV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletRGBLEDButton.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletLCD128x64.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletMultiTouchV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletColorV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletEnergyMonitor.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletParticulateMatter.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletIsolator.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
short |
BrickMaster.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletAccelerometerV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletIndustrialDualACRelay.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletOLED128x64V2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickHATZero.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletLEDStripV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletServoV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletAirQuality.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletDistanceIRV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletIO4V2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletCompass.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
short |
BrickSilentStepper.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletEPaper296x128.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletIndustrialDual020mAV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletCO2V2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletRemoteSwitchV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletThermocoupleV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
short |
BrickStepper.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletThermalImaging.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletCANV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletRotaryEncoderV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
short |
BrickIMUV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletIndustrialDualAnalogInV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletAmbientLightV3.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletMotionDetectorV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletDistanceUSV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletIndustrialDigitalIn4V2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletIndustrialQuadRelayV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletTemperatureV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletAnalogOutV3.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletOutdoorWeather.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletLinearPotiV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletGPSV2.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletIMUV3.getChipTemperature()
Returns the temperature as measured inside the microcontroller.
|
int |
BrickletLEDStrip.getChipType()
Returns the currently used chip type as set by
BrickletLEDStrip.setChipType(int) . |
int |
BrickletLEDStripV2.getChipType()
Returns the currently used chip type as set by
BrickletLEDStripV2.setChipType(int) . |
long |
BrickletLEDStrip.getClockFrequency()
Returns the currently used clock frequency as set by
BrickletLEDStrip.setClockFrequency(long) . |
long |
BrickletLEDStripV2.getClockFrequency()
Returns the currently used clock frequency as set by
BrickletLEDStripV2.setClockFrequency(long) . |
int |
BrickletCO2.getCO2Concentration()
Returns the measured CO2 concentration.
|
int |
BrickletCO2V2.getCO2Concentration()
Returns CO2 concentration.
|
BrickletCO2V2.CO2ConcentrationCallbackConfiguration |
BrickletCO2V2.getCO2ConcentrationCallbackConfiguration()
Returns the listener configuration as set by
BrickletCO2V2.setCO2ConcentrationCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletCO2.getCO2ConcentrationCallbackPeriod()
Returns the period as set by
BrickletCO2.setCO2ConcentrationCallbackPeriod(long) . |
BrickletCO2.CO2ConcentrationCallbackThreshold |
BrickletCO2.getCO2ConcentrationCallbackThreshold()
Returns the threshold as set by
BrickletCO2.setCO2ConcentrationCallbackThreshold(char, int, int) . |
BrickletColor.Color |
BrickletColor.getColor()
Returns the measured color of the sensor.
|
BrickletRGBLEDButton.Color |
BrickletRGBLEDButton.getColor()
Returns the LED color as set by
BrickletRGBLEDButton.setColor(int, int, int) . |
BrickletColorV2.Color |
BrickletColorV2.getColor()
Returns the measured color of the sensor.
|
BrickletRGBLEDButton.ColorCalibration |
BrickletRGBLEDButton.getColorCalibration()
Returns the color calibration as set by
BrickletRGBLEDButton.setColorCalibration(int, int, int) . |
BrickletColorV2.ColorCallbackConfiguration |
BrickletColorV2.getColorCallbackConfiguration()
Returns the listener configuration as set by
BrickletColorV2.setColorCallbackConfiguration(long, boolean) . |
long |
BrickletColor.getColorCallbackPeriod()
Returns the period as set by
BrickletColor.setColorCallbackPeriod(long) . |
BrickletColor.ColorCallbackThreshold |
BrickletColor.getColorCallbackThreshold()
Returns the threshold as set by
BrickletColor.setColorCallbackThreshold(char, int, int, int, int, int, int, int, int) . |
int |
BrickletColor.getColorTemperature()
Returns the color temperature.
|
int |
BrickletColorV2.getColorTemperature()
Returns the color temperature.
|
BrickletColorV2.ColorTemperatureCallbackConfiguration |
BrickletColorV2.getColorTemperatureCallbackConfiguration()
Returns the listener configuration as set by
BrickletColorV2.setColorTemperatureCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletColor.getColorTemperatureCallbackPeriod()
Returns the period as set by
BrickletColor.setColorTemperatureCallbackPeriod(long) . |
int |
BrickletDMX.getCommunicationLEDConfig()
Returns the configuration as set by
BrickletDMX.setCommunicationLEDConfig(int) |
int |
BrickletRS485.getCommunicationLEDConfig()
Returns the configuration as set by
BrickletRS485.setCommunicationLEDConfig(int) |
int |
BrickletOneWire.getCommunicationLEDConfig()
Returns the configuration as set by
BrickletOneWire.setCommunicationLEDConfig(int) |
int |
BrickletCANV2.getCommunicationLEDConfig()
Returns the configuration as set by
BrickletCANV2.setCommunicationLEDConfig(int) |
BrickletColor.Config |
BrickletColor.getConfig()
Returns the configuration as set by
BrickletColor.setConfig(short, short) . |
BrickletLCD20x4.Config |
BrickletLCD20x4.getConfig()
Returns the configuration as set by
BrickletLCD20x4.setConfig(boolean, boolean) . |
BrickletLCD16x2.Config |
BrickletLCD16x2.getConfig()
Returns the configuration as set by
BrickletLCD16x2.setConfig(boolean, boolean) . |
BrickletLaserRangeFinder.Configuration |
BrickletLaserRangeFinder.getConfiguration()
Returns the configuration as set by
BrickletLaserRangeFinder.setConfiguration(short, boolean, short, int) . |
BrickletVoltageCurrent.Configuration |
BrickletVoltageCurrent.getConfiguration()
Returns the configuration as set by
BrickletVoltageCurrent.setConfiguration(short, short, short) . |
BrickletVoltageCurrentV2.Configuration |
BrickletVoltageCurrentV2.getConfiguration()
Returns the configuration as set by
BrickletVoltageCurrentV2.setConfiguration(int, int, int) . |
BrickletCAN.Configuration |
BrickletCAN.getConfiguration()
Returns the configuration as set by
BrickletCAN.setConfiguration(short, short, int) . |
int |
BrickletUVLightV2.getConfiguration()
Returns the configuration as set by
BrickletUVLightV2.setConfiguration(int) . |
BrickletSoundPressureLevel.Configuration |
BrickletSoundPressureLevel.getConfiguration()
Returns the configuration as set by
BrickletSoundPressureLevel.setConfiguration(int, int) . |
BrickletLaserRangeFinderV2.Configuration |
BrickletLaserRangeFinderV2.getConfiguration()
Returns the configuration as set by
BrickletLaserRangeFinderV2.setConfiguration(int, boolean, int, int) . |
BrickletLoadCellV2.Configuration |
BrickletLoadCellV2.getConfiguration()
Returns the configuration as set by
BrickletLoadCellV2.setConfiguration(int, int) . |
BrickletRS232V2.Configuration |
BrickletRS232V2.getConfiguration()
Returns the configuration as set by
BrickletRS232V2.setConfiguration(long, int, int, int, int) . |
BrickletIndustrialAnalogOutV2.Configuration |
BrickletIndustrialAnalogOutV2.getConfiguration()
Returns the configuration as set by
BrickletIndustrialAnalogOutV2.setConfiguration(int, int) . |
BrickletAccelerometer.Configuration |
BrickletAccelerometer.getConfiguration()
Returns the configuration as set by
BrickletAccelerometer.setConfiguration(short, short, short) . |
BrickletLoadCell.Configuration |
BrickletLoadCell.getConfiguration()
Returns the configuration as set by
BrickletLoadCell.setConfiguration(short, short) . |
BrickletAmbientLightV2.Configuration |
BrickletAmbientLightV2.getConfiguration()
Returns the configuration as set by
BrickletAmbientLightV2.setConfiguration(short, short) . |
BrickletColorV2.Configuration |
BrickletColorV2.getConfiguration()
Returns the configuration as set by
BrickletColorV2.setConfiguration(int, int) . |
BrickletAccelerometerV2.Configuration |
BrickletAccelerometerV2.getConfiguration()
Returns the configuration as set by
BrickletAccelerometerV2.setConfiguration(int, int) . |
BrickletIO4.Configuration |
BrickletIO4.getConfiguration()
Returns a value bitmask and a direction bitmask.
|
BrickletCompass.Configuration |
BrickletCompass.getConfiguration()
Returns the configuration as set by
BrickletCompass.setConfiguration(int, boolean) . |
BrickletIndustrialAnalogOut.Configuration |
BrickletIndustrialAnalogOut.getConfiguration()
Returns the configuration as set by
BrickletIndustrialAnalogOut.setConfiguration(short, short) . |
BrickletThermocoupleV2.Configuration |
BrickletThermocoupleV2.getConfiguration()
Returns the configuration as set by
BrickletThermocoupleV2.setConfiguration(int, int, int) . |
BrickletAmbientLightV3.Configuration |
BrickletAmbientLightV3.getConfiguration()
Returns the configuration as set by
BrickletAmbientLightV3.setConfiguration(int, int) . |
BrickletRS232.Configuration |
BrickletRS232.getConfiguration()
Returns the configuration as set by
BrickletRS232.setConfiguration(short, short, short, short, short, short) . |
BrickletThermocouple.Configuration |
BrickletThermocouple.getConfiguration()
Returns the configuration as set by
BrickletThermocouple.setConfiguration(short, short, short) . |
BrickletIO16V2.Configuration |
BrickletIO16V2.getConfiguration(int channel)
Returns the channel configuration as set by
BrickletIO16V2.setConfiguration(int, char, boolean) . |
BrickletIO4V2.Configuration |
BrickletIO4V2.getConfiguration(int channel)
Returns the channel configuration as set by
BrickletIO4V2.setConfiguration(int, char, boolean) . |
short |
BrickMaster.getConnectionType()
Returns the type of the connection over which this function was called.
|
BrickletAccelerometerV2.ContinuousAccelerationConfiguration |
BrickletAccelerometerV2.getContinuousAccelerationConfiguration()
Returns the continuous acceleration configuration as set by
BrickletAccelerometerV2.setContinuousAccelerationConfiguration(boolean, boolean, boolean, int) . |
int |
BrickIMU.getConvergenceSpeed()
Returns the convergence speed as set by
BrickIMU.setConvergenceSpeed(int) . |
BrickSilentStepper.CoolstepConfiguration |
BrickSilentStepper.getCoolstepConfiguration()
Returns the configuration as set by
BrickSilentStepper.setCoolstepConfiguration(short, short, short, short, short, byte, short) . |
BrickletGPS.Coordinates |
BrickletGPS.getCoordinates()
Returns the GPS coordinates.
|
BrickletGPSV2.Coordinates |
BrickletGPSV2.getCoordinates()
Returns the GPS coordinates.
|
long |
BrickletGPS.getCoordinatesCallbackPeriod()
Returns the period as set by
BrickletGPS.setCoordinatesCallbackPeriod(long) . |
long |
BrickletGPSV2.getCoordinatesCallbackPeriod()
Returns the period as set by
BrickletGPSV2.setCoordinatesCallbackPeriod(long) . |
long |
BrickletXMC1400Breakout.getCount()
Returns the value of the example count (see example.c).
|
int |
BrickletRotaryEncoderV2.getCount(boolean reset)
Returns the current count of the encoder.
|
int |
BrickletRotaryEncoder.getCount(boolean reset)
Returns the current count of the encoder.
|
BrickletXMC1400Breakout.CountCallbackConfiguration |
BrickletXMC1400Breakout.getCountCallbackConfiguration()
Returns the listener configuration as set by
BrickletXMC1400Breakout.setCountCallbackConfiguration(long, boolean, char, long, long) . |
BrickletRotaryEncoderV2.CountCallbackConfiguration |
BrickletRotaryEncoderV2.getCountCallbackConfiguration()
Returns the listener configuration as set by
BrickletRotaryEncoderV2.setCountCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletRotaryEncoder.getCountCallbackPeriod()
Returns the period as set by
BrickletRotaryEncoder.setCountCallbackPeriod(long) . |
BrickletRotaryEncoder.CountCallbackThreshold |
BrickletRotaryEncoder.getCountCallbackThreshold()
Returns the threshold as set by
BrickletRotaryEncoder.setCountCallbackThreshold(char, int, int) . |
long |
BrickletHallEffectV2.getCounter(boolean resetCounter)
Returns the current value of the counter.
|
long |
BrickletIndustrialCounter.getCounter(int channel)
Returns the current counter value for the given channel.
|
boolean |
BrickletIndustrialCounter.getCounterActive(int channel)
Returns the activation state of the given channel.
|
BrickletHallEffectV2.CounterCallbackConfiguration |
BrickletHallEffectV2.getCounterCallbackConfiguration()
Returns the listener configuration as set by
BrickletHallEffectV2.setCounterCallbackConfiguration(long, boolean) . |
BrickletHallEffectV2.CounterConfig |
BrickletHallEffectV2.getCounterConfig()
Returns the counter config as set by
BrickletHallEffectV2.setCounterConfig(int, int, long) . |
BrickletIndustrialCounter.CounterConfiguration |
BrickletIndustrialCounter.getCounterConfiguration(int channel)
Returns the counter configuration as set by
BrickletIndustrialCounter.setCounterConfiguration(int, int, int, int, int) . |
int |
BrickletSegmentDisplay4x7V2.getCounterValue()
Returns the counter value that is currently shown on the display.
|
int |
BrickletSegmentDisplay4x7.getCounterValue()
Returns the counter value that is currently shown on the display.
|
int |
BrickletVoltageCurrent.getCurrent()
Returns the current.
|
int |
BrickletVoltageCurrentV2.getCurrent()
Returns the current.
|
int |
BrickletIndustrialAnalogOutV2.getCurrent()
Returns the current as set by
BrickletIndustrialAnalogOutV2.setCurrent(int) . |
short |
BrickletCurrent25.getCurrent()
Returns the current of the sensor.
|
short |
BrickletCurrent12.getCurrent()
Returns the current of the sensor.
|
int |
BrickletIndustrialAnalogOut.getCurrent()
Returns the current as set by
BrickletIndustrialAnalogOut.setCurrent(int) . |
int |
BrickletIndustrialDual020mAV2.getCurrent(int channel)
Returns the current of the specified channel.
|
int |
BrickletIndustrialDual020mA.getCurrent(short sensor)
Returns the current of the specified sensor.
|
int[] |
BrickletServoV2.getCurrentCalibration()
Returns the current calibration as set by
BrickletServoV2.setCurrentCalibration(int[]) . |
BrickletVoltageCurrentV2.CurrentCallbackConfiguration |
BrickletVoltageCurrentV2.getCurrentCallbackConfiguration()
Returns the listener configuration as set by
BrickletVoltageCurrentV2.setCurrentCallbackConfiguration(long, boolean, char, int, int) . |
BrickletIndustrialDual020mAV2.CurrentCallbackConfiguration |
BrickletIndustrialDual020mAV2.getCurrentCallbackConfiguration(int channel)
Returns the listener configuration as set by
BrickletIndustrialDual020mAV2.setCurrentCallbackConfiguration(int, long, boolean, char, int, int) . |
long |
BrickletVoltageCurrent.getCurrentCallbackPeriod()
Returns the period as set by
BrickletVoltageCurrent.setCurrentCallbackPeriod(long) . |
long |
BrickletCurrent25.getCurrentCallbackPeriod()
Returns the period as set by
BrickletCurrent25.setCurrentCallbackPeriod(long) . |
long |
BrickletCurrent12.getCurrentCallbackPeriod()
Returns the period as set by
BrickletCurrent12.setCurrentCallbackPeriod(long) . |
long |
BrickletIndustrialDual020mA.getCurrentCallbackPeriod(short sensor)
Returns the period as set by
BrickletIndustrialDual020mA.setCurrentCallbackPeriod(short, long) . |
BrickletVoltageCurrent.CurrentCallbackThreshold |
BrickletVoltageCurrent.getCurrentCallbackThreshold()
Returns the threshold as set by
BrickletVoltageCurrent.setCurrentCallbackThreshold(char, int, int) . |
BrickletCurrent25.CurrentCallbackThreshold |
BrickletCurrent25.getCurrentCallbackThreshold()
Returns the threshold as set by
BrickletCurrent25.setCurrentCallbackThreshold(char, short, short) . |
BrickletCurrent12.CurrentCallbackThreshold |
BrickletCurrent12.getCurrentCallbackThreshold()
Returns the threshold as set by
BrickletCurrent12.setCurrentCallbackThreshold(char, short, short) . |
BrickletIndustrialDual020mA.CurrentCallbackThreshold |
BrickletIndustrialDual020mA.getCurrentCallbackThreshold(short sensor)
Returns the threshold as set by
BrickletIndustrialDual020mA.setCurrentCallbackThreshold(short, char, int, int) . |
int |
BrickDC.getCurrentConsumption()
Returns the current consumption of the motor.
|
int |
BrickStepper.getCurrentConsumption()
Returns the current consumption of the motor.
|
int |
BrickSilentStepper.getCurrentPosition()
Returns the current position of the stepper motor in steps.
|
int |
BrickStepper.getCurrentPosition()
Returns the current position of the stepper motor in steps.
|
int |
BrickletServoV2.getCurrentPosition(int servoChannel)
Returns the *current* position of the specified servo channel.
|
short |
BrickServo.getCurrentPosition(short servoNum)
Returns the *current* position of the specified servo.
|
short |
BrickDC.getCurrentVelocity()
Returns the *current* velocity of the motor.
|
int |
BrickletPerformanceDC.getCurrentVelocity()
Returns the *current* velocity of the motor.
|
int |
BrickSilentStepper.getCurrentVelocity()
Returns the *current* velocity of the stepper motor.
|
int |
BrickStepper.getCurrentVelocity()
Returns the *current* velocity of the stepper motor.
|
int |
BrickletServoV2.getCurrentVelocity(int servoChannel)
Returns the *current* velocity of the specified servo channel.
|
int |
BrickServo.getCurrentVelocity(short servoNum)
Returns the *current* velocity of the specified servo.
|
BrickletPerformanceDC.CurrentVelocityCallbackConfiguration |
BrickletPerformanceDC.getCurrentVelocityCallbackConfiguration()
Returns the listener configuration as set by
BrickletPerformanceDC.setCurrentVelocityCallbackConfiguration(long, boolean) . |
int |
BrickDC.getCurrentVelocityPeriod()
Returns the period as set by
BrickDC.setCurrentVelocityPeriod(int) . |
short[] |
BrickletLCD20x4.getCustomCharacter(short index)
Returns the custom character for a given index, as set with
BrickletLCD20x4.setCustomCharacter(short, short[]) . |
short[] |
BrickletLCD16x2.getCustomCharacter(short index)
Returns the custom character for a given index, as set with
BrickletLCD16x2.setCustomCharacter(short, short[]) . |
BrickRED.CustomProgramOptionNames |
BrickRED.getCustomProgramOptionNames(int programId,
int sessionId) |
BrickRED.CustomProgramOptionValue |
BrickRED.getCustomProgramOptionValue(int programId,
int nameStringId,
int sessionId) |
int |
BrickletPerformanceDC.getCWLEDConfig()
Returns the LED configuration as set by
BrickletPerformanceDC.setCWLEDConfig(int) |
BrickletGPS.DateTime |
BrickletGPS.getDateTime()
Returns the current date and time.
|
BrickletRealTimeClockV2.DateTime |
BrickletRealTimeClockV2.getDateTime()
Returns the current date (including weekday) and the current time of the
real-time.
|
BrickletRealTimeClock.DateTime |
BrickletRealTimeClock.getDateTime()
Returns the current date (including weekday) and the current time of the
real-time clock.
|
BrickletGPSV2.DateTime |
BrickletGPSV2.getDateTime()
Returns the current date and time.
|
long |
BrickletRealTimeClockV2.getDateTimeCallbackConfiguration()
Returns the period as set by
BrickletRealTimeClockV2.setDateTimeCallbackConfiguration(long) . |
long |
BrickletGPS.getDateTimeCallbackPeriod()
Returns the period as set by
BrickletGPS.setDateTimeCallbackPeriod(long) . |
long |
BrickletRealTimeClock.getDateTimeCallbackPeriod()
Returns the period as set by
BrickletRealTimeClock.setDateTimeCallbackPeriod(long) . |
long |
BrickletGPSV2.getDateTimeCallbackPeriod()
Returns the period as set by
BrickletGPSV2.setDateTimeCallbackPeriod(long) . |
long |
BrickletJoystick.getDebouncePeriod()
Returns the debounce period as set by
BrickletJoystick.setDebouncePeriod(long) . |
long |
BrickletBarometer.getDebouncePeriod()
Returns the debounce period as set by
BrickletBarometer.setDebouncePeriod(long) . |
long |
BrickletColor.getDebouncePeriod()
Returns the debounce period as set by
BrickletColor.setDebouncePeriod(long) . |
long |
BrickletLaserRangeFinder.getDebouncePeriod()
Returns the debounce period as set by
BrickletLaserRangeFinder.setDebouncePeriod(long) . |
long |
BrickletVoltageCurrent.getDebouncePeriod()
Returns the debounce period as set by
BrickletVoltageCurrent.setDebouncePeriod(long) . |
long |
BrickletTemperatureIR.getDebouncePeriod()
Returns the debounce period as set by
BrickletTemperatureIR.setDebouncePeriod(long) . |
long |
BrickletAnalogIn.getDebouncePeriod()
Returns the debounce period as set by
BrickletAnalogIn.setDebouncePeriod(long) . |
long |
BrickletPTC.getDebouncePeriod()
Returns the debounce period as set by
BrickletPTC.setDebouncePeriod(long) . |
long |
BrickletHumidity.getDebouncePeriod()
Returns the debounce period as set by
BrickletHumidity.setDebouncePeriod(long) . |
long |
BrickletDistanceIR.getDebouncePeriod()
Returns the debounce period as set by
BrickletDistanceIR.setDebouncePeriod(long) . |
long |
BrickletAnalogInV2.getDebouncePeriod()
Returns the debounce period as set by
BrickletAnalogInV2.setDebouncePeriod(long) . |
long |
BrickletSoundIntensity.getDebouncePeriod()
Returns the debounce period as set by
BrickletSoundIntensity.setDebouncePeriod(long) . |
long |
BrickletVoltage.getDebouncePeriod()
Returns the debounce period as set by
BrickletVoltage.setDebouncePeriod(long) . |
long |
BrickletIndustrialDual020mA.getDebouncePeriod()
Returns the debounce period as set by
BrickletIndustrialDual020mA.setDebouncePeriod(long) . |
long |
BrickletIO16.getDebouncePeriod()
Returns the debounce period as set by
BrickletIO16.setDebouncePeriod(long) . |
long |
BrickletMoisture.getDebouncePeriod()
Returns the debounce period as set by
BrickletMoisture.setDebouncePeriod(long) . |
long |
BrickletCurrent25.getDebouncePeriod()
Returns the debounce period as set by
BrickletCurrent25.setDebouncePeriod(long) . |
long |
BrickletLinearPoti.getDebouncePeriod()
Returns the debounce period as set by
BrickletLinearPoti.setDebouncePeriod(long) . |
long |
BrickletAccelerometer.getDebouncePeriod()
Returns the debounce period as set by
BrickletAccelerometer.setDebouncePeriod(long) . |
long |
BrickletLoadCell.getDebouncePeriod()
Returns the debounce period as set by
BrickletLoadCell.setDebouncePeriod(long) . |
long |
BrickletAmbientLightV2.getDebouncePeriod()
Returns the debounce period as set by
BrickletAmbientLightV2.setDebouncePeriod(long) . |
long |
BrickletAmbientLight.getDebouncePeriod()
Returns the debounce period as set by
BrickletAmbientLight.setDebouncePeriod(long) . |
long |
BrickMaster.getDebouncePeriod()
Returns the debounce period as set by
BrickMaster.setDebouncePeriod(long) . |
long |
BrickletLine.getDebouncePeriod()
Returns the debounce period as set by
BrickletLine.setDebouncePeriod(long) . |
long |
BrickletDistanceUS.getDebouncePeriod()
Returns the debounce period as set by
BrickletDistanceUS.setDebouncePeriod(long) . |
long |
BrickletCO2.getDebouncePeriod()
Returns the debounce period as set by
BrickletCO2.setDebouncePeriod(long) . |
long |
BrickletIO4.getDebouncePeriod()
Returns the debounce period as set by
BrickletIO4.setDebouncePeriod(long) . |
long |
BrickletDustDetector.getDebouncePeriod()
Returns the debounce period as set by
BrickletDustDetector.setDebouncePeriod(long) . |
long |
BrickletCurrent12.getDebouncePeriod()
Returns the debounce period as set by
BrickletCurrent12.setDebouncePeriod(long) . |
long |
BrickletTemperature.getDebouncePeriod()
Returns the debounce period as set by
BrickletTemperature.setDebouncePeriod(long) . |
long |
BrickletRotaryEncoder.getDebouncePeriod()
Returns the debounce period as set by
BrickletRotaryEncoder.setDebouncePeriod(long) . |
long |
BrickletIndustrialDualAnalogIn.getDebouncePeriod()
Returns the debounce period as set by
BrickletIndustrialDualAnalogIn.setDebouncePeriod(long) . |
long |
BrickletThermocouple.getDebouncePeriod()
Returns the debounce period as set by
BrickletThermocouple.setDebouncePeriod(long) . |
long |
BrickletUVLight.getDebouncePeriod()
Returns the debounce period as set by
BrickletUVLight.setDebouncePeriod(long) . |
long |
BrickletRotaryPoti.getDebouncePeriod()
Returns the debounce period as set by
BrickletRotaryPoti.setDebouncePeriod(long) . |
long |
BrickletIndustrialDigitalIn4.getDebouncePeriod()
Returns the debounce period as set by
BrickletIndustrialDigitalIn4.setDebouncePeriod(long) . |
int |
BrickStepper.getDecay()
Returns the decay mode as set by
BrickStepper.setDecay(int) . |
int |
BrickletSoundPressureLevel.getDecibel()
Returns the measured sound pressure in decibels.
|
BrickletSoundPressureLevel.DecibelCallbackConfiguration |
BrickletSoundPressureLevel.getDecibelCallbackConfiguration()
Returns the listener configuration as set by
BrickletSoundPressureLevel.setDecibelCallbackConfiguration(long, boolean, char, int, int) . |
java.lang.String |
BrickletLCD20x4.getDefaultText(short line)
Returns the default text for a given line (0-3) as set by
BrickletLCD20x4.setDefaultText(short, String) . |
int |
BrickletLCD20x4.getDefaultTextCounter()
Returns the current value of the default text counter.
|
BrickletServoV2.Degree |
BrickletServoV2.getDegree(int servoChannel)
Returns the minimum and maximum degree for the specified servo channel as set by
BrickletServoV2.setDegree(int, int, int) . |
BrickServo.Degree |
BrickServo.getDegree(short servoNum)
Returns the minimum and maximum degree for the specified servo as set by
BrickServo.setDegree(short, short, short) . |
int |
BrickletNFC.getDetectionLEDConfig()
Returns the configuration as set by
BrickletNFC.setDetectionLEDConfig(int) |
BrickRED.DirectoryName |
BrickRED.getDirectoryName(int directoryId,
int sessionId)
Returns the name of a directory object, as passed to
BrickRED.openDirectory(int, int) , and
the resulting error code. |
BrickletOLED64x48.DisplayConfiguration |
BrickletOLED64x48.getDisplayConfiguration()
Returns the configuration as set by
BrickletOLED64x48.setDisplayConfiguration(short, boolean) . |
BrickletLCD128x64.DisplayConfiguration |
BrickletLCD128x64.getDisplayConfiguration()
Returns the configuration as set by
BrickletLCD128x64.setDisplayConfiguration(int, int, boolean, boolean) . |
BrickletOLED128x64V2.DisplayConfiguration |
BrickletOLED128x64V2.getDisplayConfiguration()
Returns the configuration as set by
BrickletOLED128x64V2.setDisplayConfiguration(int, boolean, boolean) . |
BrickletOLED128x64.DisplayConfiguration |
BrickletOLED128x64.getDisplayConfiguration()
Returns the configuration as set by
BrickletOLED128x64.setDisplayConfiguration(short, boolean) . |
int |
BrickletEPaper296x128.getDisplayType()
Returns the type of the e-paper display.
|
int |
BrickletLaserRangeFinder.getDistance()
Returns the measured distance.
|
int |
BrickletLaserRangeFinderV2.getDistance()
Returns the measured distance.
|
int |
BrickletDistanceIR.getDistance()
Returns the distance measured by the sensor.
|
int |
BrickletDistanceIRV2.getDistance()
Returns the distance measured by the sensor.
|
int |
BrickletDistanceUSV2.getDistance()
Returns the distance.
|
BrickletLaserRangeFinderV2.DistanceCallbackConfiguration |
BrickletLaserRangeFinderV2.getDistanceCallbackConfiguration()
Returns the listener configuration as set by
BrickletLaserRangeFinderV2.setDistanceCallbackConfiguration(long, boolean, char, int, int) . |
BrickletDistanceIRV2.DistanceCallbackConfiguration |
BrickletDistanceIRV2.getDistanceCallbackConfiguration()
Returns the listener configuration as set by
BrickletDistanceIRV2.setDistanceCallbackConfiguration(long, boolean, char, int, int) . |
BrickletDistanceUSV2.DistanceCallbackConfiguration |
BrickletDistanceUSV2.getDistanceCallbackConfiguration()
Returns the listener configuration as set by
BrickletDistanceUSV2.setDistanceCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletLaserRangeFinder.getDistanceCallbackPeriod()
Returns the period as set by
BrickletLaserRangeFinder.setDistanceCallbackPeriod(long) . |
long |
BrickletDistanceIR.getDistanceCallbackPeriod()
Returns the period as set by
BrickletDistanceIR.setDistanceCallbackPeriod(long) . |
long |
BrickletDistanceUS.getDistanceCallbackPeriod()
Returns the period as set by
BrickletDistanceUS.setDistanceCallbackPeriod(long) . |
BrickletLaserRangeFinder.DistanceCallbackThreshold |
BrickletLaserRangeFinder.getDistanceCallbackThreshold()
Returns the threshold as set by
BrickletLaserRangeFinder.setDistanceCallbackThreshold(char, int, int) . |
BrickletDistanceIR.DistanceCallbackThreshold |
BrickletDistanceIR.getDistanceCallbackThreshold()
Returns the threshold as set by
BrickletDistanceIR.setDistanceCallbackThreshold(char, int, int) . |
BrickletDistanceUS.DistanceCallbackThreshold |
BrickletDistanceUS.getDistanceCallbackThreshold()
Returns the threshold as set by
BrickletDistanceUS.setDistanceCallbackThreshold(char, int, int) . |
int |
BrickletLaserRangeFinderV2.getDistanceLEDConfig()
Returns the LED configuration as set by
BrickletLaserRangeFinderV2.setDistanceLEDConfig(int) |
int |
BrickletDistanceIRV2.getDistanceLEDConfig()
Returns the LED configuration as set by
BrickletDistanceIRV2.setDistanceLEDConfig(int) |
int |
BrickletDistanceUSV2.getDistanceLEDConfig()
Returns the LED configuration as set by
BrickletDistanceUSV2.setDistanceLEDConfig(int) |
int |
BrickletDistanceUS.getDistanceValue()
Returns the current distance value measured by the sensor.
|
int |
BrickletDMX.getDMXMode()
Returns the DMX mode, as set by
BrickletDMX.setDMXMode(int) . |
int |
BrickletEPaper296x128.getDrawStatus()
Returns one of three draw statuses:
* Idle
* Copying: Data is being copied from the buffer of the Bricklet to the buffer of the display.
|
short |
BrickDC.getDriveMode()
Returns the drive mode, as set by
BrickDC.setDriveMode(short) . |
int |
BrickletPerformanceDC.getDriveMode()
Returns the drive mode, as set by
BrickletPerformanceDC.setDriveMode(int) . |
BrickSilentStepper.DriverStatus |
BrickSilentStepper.getDriverStatus()
Returns the current driver status.
|
int |
BrickletDustDetector.getDustDensity()
Returns the dust density.
|
long |
BrickletDustDetector.getDustDensityCallbackPeriod()
Returns the period as set by
BrickletDustDetector.setDustDensityCallbackPeriod(long) . |
BrickletDustDetector.DustDensityCallbackThreshold |
BrickletDustDetector.getDustDensityCallbackThreshold()
Returns the threshold as set by
BrickletDustDetector.setDustDensityCallbackThreshold(char, int, int) . |
long |
BrickletHallEffect.getEdgeCount(boolean resetCounter)
Returns the current value of the edge counter.
|
long |
BrickletIO16V2.getEdgeCount(int channel,
boolean resetCounter)
Returns the current value of the edge counter for the selected channel.
|
long |
BrickletIO4V2.getEdgeCount(int channel,
boolean resetCounter)
Returns the current value of the edge counter for the selected channel.
|
long |
BrickletIndustrialDigitalIn4V2.getEdgeCount(int channel,
boolean resetCounter)
Returns the current value of the edge counter for the selected channel.
|
long |
BrickletIO16.getEdgeCount(short pin,
boolean resetCounter)
Returns the current value of the edge counter for the selected pin on port A.
|
long |
BrickletIO4.getEdgeCount(short pin,
boolean resetCounter)
Returns the current value of the edge counter for the selected pin.
|
long |
BrickletIndustrialDigitalIn4.getEdgeCount(short pin,
boolean resetCounter)
Returns the current value of the edge counter for the selected pin.
|
long |
BrickletHallEffect.getEdgeCountCallbackPeriod()
Returns the period as set by
BrickletHallEffect.setEdgeCountCallbackPeriod(long) . |
BrickletHallEffect.EdgeCountConfig |
BrickletHallEffect.getEdgeCountConfig()
Returns the edge type and debounce time as set by
BrickletHallEffect.setEdgeCountConfig(short, short) . |
BrickletIO16.EdgeCountConfig |
BrickletIO16.getEdgeCountConfig(short pin)
Returns the edge type and debounce time for the selected pin of port A as set by
BrickletIO16.setEdgeCountConfig(short, short, short) . |
BrickletIO4.EdgeCountConfig |
BrickletIO4.getEdgeCountConfig(short pin)
Returns the edge type and debounce time for the selected pin as set by
BrickletIO4.setEdgeCountConfig(short, short, short) . |
BrickletIndustrialDigitalIn4.EdgeCountConfig |
BrickletIndustrialDigitalIn4.getEdgeCountConfig(short pin)
Returns the edge type and debounce time for the selected pin as set by
BrickletIndustrialDigitalIn4.setEdgeCountConfig(int, short, short) . |
BrickletIO16V2.EdgeCountConfiguration |
BrickletIO16V2.getEdgeCountConfiguration(int channel)
Returns the edge type and debounce time for the selected channel as set by
BrickletIO16V2.setEdgeCountConfiguration(int, int, int) . |
BrickletIO4V2.EdgeCountConfiguration |
BrickletIO4V2.getEdgeCountConfiguration(int channel)
Returns the edge type and debounce time for the selected channel as set by
BrickletIO4V2.setEdgeCountConfiguration(int, int, int) . |
BrickletIndustrialDigitalIn4V2.EdgeCountConfiguration |
BrickletIndustrialDigitalIn4V2.getEdgeCountConfiguration(int channel)
Returns the edge type and debounce time for the selected channel as set by
BrickletIndustrialDigitalIn4V2.setEdgeCountConfiguration(int, int, int) . |
long |
BrickletHallEffect.getEdgeInterrupt()
Returns the edges as set by
BrickletHallEffect.setEdgeInterrupt(long) . |
int |
BrickletMultiTouch.getElectrodeConfig()
Returns the electrode configuration, as set by
BrickletMultiTouch.setElectrodeConfig(int) . |
boolean[] |
BrickletMultiTouchV2.getElectrodeConfig()
Returns the electrode configuration, as set by
BrickletMultiTouchV2.setElectrodeConfig(boolean[]) . |
short |
BrickletMultiTouch.getElectrodeSensitivity()
Returns the current sensitivity, as set by
BrickletMultiTouch.setElectrodeSensitivity(short) . |
int |
BrickletMultiTouchV2.getElectrodeSensitivity()
Returns the current sensitivity, as set by
BrickletMultiTouchV2.setElectrodeSensitivity(int) . |
boolean |
BrickletPerformanceDC.getEmergencyShutdownCallbackConfiguration()
Returns the listener configuration as set by
BrickletPerformanceDC.setEmergencyShutdownCallbackConfiguration(boolean) . |
int |
BrickletTemperatureIR.getEmissivity()
Returns the emissivity as set by
BrickletTemperatureIR.setEmissivity(int) . |
int |
BrickletTemperatureIRV2.getEmissivity()
Returns the emissivity as set by
BrickletTemperatureIRV2.setEmissivity(int) . |
boolean |
BrickletLaserRangeFinderV2.getEnable()
Returns the value as set by
BrickletLaserRangeFinderV2.setEnable(boolean) . |
boolean |
BrickletParticulateMatter.getEnable()
Returns the state of the sensor as set by
BrickletParticulateMatter.setEnable(boolean) . |
boolean |
BrickletPerformanceDC.getEnabled()
Returns *true* if the driver chip is enabled, *false* otherwise.
|
boolean |
BrickletIndustrialAnalogOutV2.getEnabled()
Returns *true* if output of voltage and current is enabled, *false* otherwise.
|
boolean |
BrickletServoV2.getEnabled(int servoChannel)
Returns *true* if the specified servo channel is enabled, *false* otherwise.
|
BrickletEnergyMonitor.EnergyData |
BrickletEnergyMonitor.getEnergyData()
Returns all of the measurements that are done by the Energy Monitor Bricklet.
|
BrickletEnergyMonitor.EnergyDataCallbackConfiguration |
BrickletEnergyMonitor.getEnergyDataCallbackConfiguration()
Returns the listener configuration as set by
BrickletEnergyMonitor.setEnergyDataCallbackConfiguration(long, boolean) . |
BrickletRS485.ErrorCount |
BrickletRS485.getErrorCount()
Returns the current number of overrun and parity errors.
|
BrickletRS232V2.ErrorCount |
BrickletRS232V2.getErrorCount()
Returns the current number of overrun and parity errors.
|
int |
BrickletDMX.getErrorLEDConfig()
Returns the configuration as set by
BrickletDMX.setErrorLEDConfig(int) . |
int |
BrickletRS485.getErrorLEDConfig()
Returns the configuration as set by
BrickletRS485.setErrorLEDConfig(int) . |
int |
BrickletPerformanceDC.getErrorLEDConfig()
Returns the LED configuration as set by
BrickletPerformanceDC.setErrorLEDConfig(int) |
int |
BrickletCANV2.getErrorLEDConfig()
Returns the configuration as set by
BrickletCANV2.setErrorLEDConfig(int) . |
BrickletCAN.ErrorLog |
BrickletCAN.getErrorLog()
Returns information about different kinds of errors.
|
BrickletCANV2.ErrorLog |
BrickletCANV2.getErrorLog()
Returns information about different kinds of errors.
|
BrickletCANV2.ErrorLogLowLevel |
BrickletCANV2.getErrorLogLowLevel()
Returns information about different kinds of errors.
|
boolean |
BrickletCANV2.getErrorOccurredCallbackConfiguration()
Returns *true* if the
BrickletCANV2.ErrorOccurredListener listener is enabled, *false* otherwise. |
BrickletThermocoupleV2.ErrorState |
BrickletThermocoupleV2.getErrorState()
Returns the current error state.
|
BrickletThermocouple.ErrorState |
BrickletThermocouple.getErrorState()
Returns the current error state.
|
java.lang.String |
BrickMaster.getEthernetAuthenticationSecret()
Returns the authentication secret as set by
BrickMaster.setEthernetAuthenticationSecret(String) . |
BrickMaster.EthernetConfiguration |
BrickMaster.getEthernetConfiguration()
Returns the configuration as set by
BrickMaster.setEthernetConfiguration(short, short[], short[], short[], int) . |
BrickMaster.EthernetStatus |
BrickMaster.getEthernetStatus()
Returns the status of the Ethernet Extension.
|
BrickMaster.EthernetWebsocketConfiguration |
BrickMaster.getEthernetWebsocketConfiguration()
Returns the configuration as set by
BrickMaster.setEthernetConfiguration(short, short[], short[], short[], int) . |
long |
BrickMaster.getExtensionType(short extension)
Returns the type for a given extension as set by
BrickMaster.setExtensionType(short, long) . |
int |
BrickDC.getExternalInputVoltage()
Returns the external input voltage.
|
int |
BrickServo.getExternalInputVoltage()
Returns the external input voltage.
|
int |
BrickSilentStepper.getExternalInputVoltage()
Returns the external input voltage.
|
int |
BrickStepper.getExternalInputVoltage()
Returns the external input voltage.
|
BrickRED.FileEvents |
BrickRED.getFileEvents(int fileId) |
BrickRED.FileInfo |
BrickRED.getFileInfo(int fileId,
int sessionId)
Returns various information about a file and the resulting error code.
|
BrickRED.FilePosition |
BrickRED.getFilePosition(int fileId)
Returns the current seek position of a file object and returns the
resulting error code.
|
BrickletAccelerometerV2.FilterConfiguration |
BrickletAccelerometerV2.getFilterConfiguration()
Returns the configuration as set by
BrickletAccelerometerV2.setFilterConfiguration(int, int) . |
int |
BrickletGPSV2.getFixLEDConfig()
Returns the configuration as set by
BrickletGPSV2.setFixLEDConfig(int) |
BrickletThermalImaging.FluxLinearParameters |
BrickletThermalImaging.getFluxLinearParameters()
Returns the flux linear parameters, as set by
BrickletThermalImaging.setFluxLinearParameters(int, int, int, int, int, int, int, int) . |
BrickletDMX.FrameCallbackConfig |
BrickletDMX.getFrameCallbackConfig()
Returns the frame listener config as set by
BrickletDMX.setFrameCallbackConfig(boolean, boolean, boolean, boolean) . |
int |
BrickletLEDStrip.getFrameDuration()
Returns the frame duration as set by
BrickletLEDStrip.setFrameDuration(int) . |
int |
BrickletDMX.getFrameDuration()
Returns the frame duration as set by
BrickletDMX.setFrameDuration(int) . |
int |
BrickletRGBLEDMatrix.getFrameDuration()
Returns the frame duration as set by
BrickletRGBLEDMatrix.setFrameDuration(int) . |
int |
BrickletLEDStripV2.getFrameDuration()
Returns the frame duration as set by
BrickletLEDStripV2.setFrameDuration(int) . |
BrickletDMX.FrameErrorCount |
BrickletDMX.getFrameErrorCount()
Returns the current number of overrun and framing errors.
|
int |
BrickletRS485.getFrameReadableCallbackConfiguration()
Returns the listener configuration as set by
BrickletRS485.setFrameReadableCallbackConfiguration(int) . |
boolean |
BrickletCAN.getFrameReadableCallbackConfiguration()
Returns *true* if the
BrickletCAN.FrameReadableListener listener is enabled, *false* otherwise. |
int |
BrickletRS232V2.getFrameReadableCallbackConfiguration()
Returns the listener configuration as set by
BrickletRS232V2.setFrameReadableCallbackConfiguration(int) . |
boolean |
BrickletCANV2.getFrameReadableCallbackConfiguration()
Returns *true* if the
BrickletCANV2.FrameReadableListener listener is enabled, *false* otherwise. |
short |
BrickletRS232.getFrameReadableCallbackConfiguration()
Returns the listener configuration as set by
BrickletRS232.setFrameReadableCallbackConfiguration(short) . |
boolean |
BrickletCANV2.getFrameReadCallbackConfiguration()
Returns *true* if the
BrickletCANV2.FrameReadListener listener is enabled, *false* otherwise. |
boolean |
BrickletLEDStripV2.getFrameStartedCallbackConfiguration()
Returns the configuration as set by
BrickletLEDStripV2.setFrameStartedCallbackConfiguration(boolean) . |
int |
BrickletIndustrialDual020mAV2.getGain()
Returns the gain as set by
BrickletIndustrialDual020mAV2.setGain(int) . |
long |
BrickletPerformanceDC.getGPIOAction(int channel)
Returns the GPIO action for a channel as set by
BrickletPerformanceDC.setGPIOAction(int, long) . |
BrickletPerformanceDC.GPIOConfiguration |
BrickletPerformanceDC.getGPIOConfiguration(int channel)
Returns the GPIO configuration for a channel as set by
BrickletPerformanceDC.setGPIOConfiguration(int, int, int) . |
boolean |
BrickletXMC1400Breakout.getGPIOInput(int port,
int pin)
Example for a getter function.
|
int |
BrickletPerformanceDC.getGPIOLEDConfig(int channel)
Returns the LED configuration as set by
BrickletPerformanceDC.setGPIOLEDConfig(int, int) |
boolean[] |
BrickletPerformanceDC.getGPIOState()
Returns the GPIO state for both channels.
|
BrickIMUV2.GravityVector |
BrickIMUV2.getGravityVector()
Returns the current gravity vector of the IMU Brick for the
x, y and z axis.
|
BrickletIMUV3.GravityVector |
BrickletIMUV3.getGravityVector()
Returns the current gravity vector of the IMU Brick for the
x, y and z axis.
|
BrickletIMUV3.GravityVectorCallbackConfiguration |
BrickletIMUV3.getGravityVectorCallbackConfiguration()
Returns the listener configuration as set by
BrickletIMUV3.setGravityVectorCallbackConfiguration(long, boolean) . |
long |
BrickIMUV2.getGravityVectorPeriod()
Returns the period as set by
BrickIMUV2.setGravityVectorPeriod(long) . |
int[] |
BrickletRGBLEDMatrix.getGreen()
Returns the green LED values as set by
BrickletRGBLEDMatrix.setGreen(int[]) . |
char[] |
BrickletIndustrialDigitalOut4.getGroup()
Returns the group as set by
BrickletIndustrialDigitalOut4.setGroup(char[]) |
char[] |
BrickletIndustrialQuadRelay.getGroup()
Returns the group as set by
BrickletIndustrialQuadRelay.setGroup(char[]) |
char[] |
BrickletIndustrialDigitalIn4.getGroup()
Returns the group as set by
BrickletIndustrialDigitalIn4.setGroup(char[]) |
BrickletLCD128x64.GUIButton |
BrickletLCD128x64.getGUIButton(int index)
Returns the button properties for a given `Index` as set by
BrickletLCD128x64.setGUIButton(int, int, int, int, int, String) . |
boolean |
BrickletLCD128x64.getGUIButtonPressed(int index)
Returns the state of the button for the given index.
|
BrickletLCD128x64.GUIButtonPressedCallbackConfiguration |
BrickletLCD128x64.getGUIButtonPressedCallbackConfiguration()
Returns the listener configuration as set by
BrickletLCD128x64.setGUIButtonPressedCallbackConfiguration(long, boolean) . |
BrickletLCD128x64.GUIGraphConfiguration |
BrickletLCD128x64.getGUIGraphConfiguration(int index)
Returns the graph properties for a given `Index` as set by
BrickletLCD128x64.setGUIGraphConfiguration(int, int, int, int, int, int, String, String) . |
int[] |
BrickletLCD128x64.getGUIGraphData(int index)
Returns the graph data for a given index as set by
BrickletLCD128x64.setGUIGraphData(int, int[]) . |
BrickletLCD128x64.GUIGraphDataLowLevel |
BrickletLCD128x64.getGUIGraphDataLowLevel(int index)
Returns the graph data for a given index as set by
BrickletLCD128x64.setGUIGraphData(int, int[]) . |
BrickletLCD128x64.GUISlider |
BrickletLCD128x64.getGUISlider(int index)
Returns the slider properties for a given `Index` as set by
BrickletLCD128x64.setGUISlider(int, int, int, int, int, int) . |
int |
BrickletLCD128x64.getGUISliderValue(int index)
Returns the current slider value for the given index.
|
BrickletLCD128x64.GUISliderValueCallbackConfiguration |
BrickletLCD128x64.getGUISliderValueCallbackConfiguration()
Returns the listener configuration as set by
BrickletLCD128x64.setGUISliderValueCallbackConfiguration(long, boolean) . |
BrickletLCD128x64.GUITabConfiguration |
BrickletLCD128x64.getGUITabConfiguration()
Returns the tab configuration as set by
BrickletLCD128x64.setGUITabConfiguration(int, boolean) . |
BrickletLCD128x64.GUITabIcon |
BrickletLCD128x64.getGUITabIcon(int index)
Returns the icon for a given index as set by
BrickletLCD128x64.setGUITabIcon(int, boolean[]) . |
int |
BrickletLCD128x64.getGUITabSelected()
Returns the index of the currently selected tab.
|
BrickletLCD128x64.GUITabSelectedCallbackConfiguration |
BrickletLCD128x64.getGUITabSelectedCallbackConfiguration()
Returns the listener configuration as set by
BrickletLCD128x64.setGUITabSelectedCallbackConfiguration(long, boolean) . |
BrickletLCD128x64.GUITabText |
BrickletLCD128x64.getGUITabText(int index)
Returns the text for a given index as set by
BrickletLCD128x64.setGUITabText(int, String) . |
int |
BrickletCompass.getHeading()
Returns the heading (north = 0 degree, east = 90 degree).
|
BrickletCompass.HeadingCallbackConfiguration |
BrickletCompass.getHeadingCallbackConfiguration()
Returns the listener configuration as set by
BrickletCompass.setHeadingCallbackConfiguration(long, boolean, char, int, int) . |
int |
BrickletHumidityV2.getHeaterConfiguration()
Returns the heater configuration as set by
BrickletHumidityV2.setHeaterConfiguration(int) . |
int |
BrickletTemperatureV2.getHeaterConfiguration()
Returns the heater configuration as set by
BrickletTemperatureV2.setHeaterConfiguration(int) . |
BrickletThermalImaging.HighContrastConfig |
BrickletThermalImaging.getHighContrastConfig()
Returns the high contrast config as set by
BrickletThermalImaging.setHighContrastConfig(int[], int, int[], int) . |
int[] |
BrickletThermalImaging.getHighContrastImage()
Returns the current high contrast image.
|
BrickletThermalImaging.HighContrastImageLowLevel |
BrickletThermalImaging.getHighContrastImageLowLevel()
Returns the current high contrast image.
|
int |
BrickletHumidityV2.getHumidity()
Returns the humidity measured by the sensor.
|
int |
BrickletHumidity.getHumidity()
Returns the humidity of the sensor.
|
int |
BrickletAirQuality.getHumidity()
Returns relative humidity.
|
int |
BrickletCO2V2.getHumidity()
Returns relative humidity.
|
BrickletHumidityV2.HumidityCallbackConfiguration |
BrickletHumidityV2.getHumidityCallbackConfiguration()
Returns the listener configuration as set by
BrickletHumidityV2.setHumidityCallbackConfiguration(long, boolean, char, int, int) . |
BrickletAirQuality.HumidityCallbackConfiguration |
BrickletAirQuality.getHumidityCallbackConfiguration()
Returns the listener configuration as set by
BrickletAirQuality.setHumidityCallbackConfiguration(long, boolean, char, int, int) . |
BrickletCO2V2.HumidityCallbackConfiguration |
BrickletCO2V2.getHumidityCallbackConfiguration()
Returns the listener configuration as set by
BrickletCO2V2.setHumidityCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletHumidity.getHumidityCallbackPeriod()
Returns the period as set by
BrickletHumidity.setHumidityCallbackPeriod(long) . |
BrickletHumidity.HumidityCallbackThreshold |
BrickletHumidity.getHumidityCallbackThreshold()
Returns the threshold as set by
BrickletHumidity.setHumidityCallbackThreshold(char, int, int) . |
short |
BrickletBarometer.getI2CMode()
Returns the I2C mode as set by
BrickletBarometer.setI2CMode(short) . |
short |
BrickletTemperature.getI2CMode()
Returns the I2C mode as set by
BrickletTemperature.setI2CMode(short) . |
BrickletAirQuality.IAQIndex |
BrickletAirQuality.getIAQIndex()
Returns the IAQ index and accuracy.
|
BrickletAirQuality.IAQIndexCallbackConfiguration |
BrickletAirQuality.getIAQIndexCallbackConfiguration()
Returns the listener configuration as set by
BrickletAirQuality.setIAQIndexCallbackConfiguration(long, boolean) . |
Device.Identity |
BrickletAnalogInV3.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletDualRelay.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletJoystick.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickDC.getIdentity()
Returns the UID, the UID where the Brick is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletGPS.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletSegmentDisplay4x7V2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletTilt.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletLEDStrip.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletOLED64x48.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletHumidityV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletDualButtonV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletHallEffect.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletBarometer.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletColor.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletLCD20x4.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickHAT.getIdentity()
Returns the UID, the UID where the HAT is connected to
(typically '0' as the HAT is the root device in the topology),
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletDMX.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletBarometerV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletSolidStateRelayV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletLaserRangeFinder.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRGBLEDMatrix.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRS485.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletVoltageCurrent.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletVoltageCurrentV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletJoystickV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletTemperatureIR.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletPerformanceDC.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRealTimeClockV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletPTCV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletCAN.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletMotorizedLinearPoti.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletPiezoBuzzer.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletAnalogIn.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletUVLightV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletSegmentDisplay4x7.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialDigitalOut4.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletSoundPressureLevel.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletXMC1400Breakout.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletMotionDetector.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletPTC.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickIMU.getIdentity()
Returns the UID, the UID where the Brick is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRotaryPotiV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletHumidity.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletOneWire.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletLaserRangeFinderV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletHallEffectV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletTemperatureIRV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletDistanceIR.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletAnalogInV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletSoundIntensity.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletVoltage.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialDual020mA.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletLoadCellV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIO16V2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletNFC.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRS232V2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletPiezoSpeakerV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIO16.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialDualRelay.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialDigitalOut4V2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickServo.getIdentity()
Returns the UID, the UID where the Brick is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletMoisture.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletMultiTouch.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialCounter.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRGBLEDV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialAnalogOutV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletCurrent25.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRGBLEDButton.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletLCD128x64.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletLinearPoti.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletAccelerometer.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletMultiTouchV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletLoadCell.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletAnalogOutV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialQuadRelay.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletAmbientLightV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletAnalogOut.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletColorV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletEnergyMonitor.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletAmbientLight.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletParticulateMatter.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletNFCRFID.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIsolator.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickMaster.getIdentity()
Returns the UID, the UID where the Brick is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
abstract Device.Identity |
Device.getIdentity() |
Device.Identity |
BrickletAccelerometerV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletLine.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialDualACRelay.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRealTimeClock.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletDistanceUS.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletCO2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletOLED128x64V2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickHATZero.getIdentity()
Returns the UID, the UID where the HAT is connected to
(typically '0' as the HAT is the root device in the topology),
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletLEDStripV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletServoV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRGBLED.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletAirQuality.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIO4.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletDustDetector.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletCurrent12.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletDistanceIRV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletSolidStateRelay.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIO4V2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletCompass.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickSilentStepper.getIdentity()
Returns the UID, the UID where the Brick is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletEPaper296x128.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialDual020mAV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletCO2V2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRemoteSwitchV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialAnalogOut.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletThermocoupleV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickStepper.getIdentity()
Returns the UID, the UID where the Brick is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletThermalImaging.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletPiezoSpeaker.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletCANV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletTemperature.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRotaryEncoderV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletLCD16x2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickIMUV2.getIdentity()
Returns the UID, the UID where the Brick is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRotaryEncoder.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialDualAnalogInV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletDualButton.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletAmbientLightV3.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletMotionDetectorV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletOLED128x64.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialDualAnalogIn.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletDistanceUSV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialDigitalIn4V2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialQuadRelayV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRS232.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletThermocouple.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletUVLight.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletTemperatureV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRotaryPoti.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletRemoteSwitch.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletAnalogOutV3.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletOutdoorWeather.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIndustrialDigitalIn4.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletLinearPotiV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletGPSV2.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickletIMUV3.getIdentity()
Returns the UID, the UID where the Bricklet is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
Device.Identity |
BrickRED.getIdentity()
Returns the UID, the UID where the Brick is connected to,
the position, the hardware and firmware version as well as the
device identifier.
|
long |
BrickletColor.getIlluminance()
Returns the illuminance affected by the gain and integration time as
set by
BrickletColor.setConfig(short, short) . |
long |
BrickletAmbientLightV2.getIlluminance()
Returns the illuminance of the ambient light sensor.
|
long |
BrickletColorV2.getIlluminance()
Returns the illuminance affected by the gain and integration time as
set by
BrickletColorV2.setConfiguration(int, int) . |
int |
BrickletAmbientLight.getIlluminance()
Returns the illuminance of the ambient light sensor.
|
long |
BrickletAmbientLightV3.getIlluminance()
Returns the illuminance of the ambient light sensor.
|
BrickletColorV2.IlluminanceCallbackConfiguration |
BrickletColorV2.getIlluminanceCallbackConfiguration()
Returns the listener configuration as set by
BrickletColorV2.setIlluminanceCallbackConfiguration(long, boolean, char, long, long) . |
BrickletAmbientLightV3.IlluminanceCallbackConfiguration |
BrickletAmbientLightV3.getIlluminanceCallbackConfiguration()
Returns the listener configuration as set by
BrickletAmbientLightV3.setIlluminanceCallbackConfiguration(long, boolean, char, long, long) . |
long |
BrickletColor.getIlluminanceCallbackPeriod()
Returns the period as set by
BrickletColor.setIlluminanceCallbackPeriod(long) . |
long |
BrickletAmbientLightV2.getIlluminanceCallbackPeriod()
Returns the period as set by
BrickletAmbientLightV2.setIlluminanceCallbackPeriod(long) . |
long |
BrickletAmbientLight.getIlluminanceCallbackPeriod()
Returns the period as set by
BrickletAmbientLight.setIlluminanceCallbackPeriod(long) . |
BrickletAmbientLightV2.IlluminanceCallbackThreshold |
BrickletAmbientLightV2.getIlluminanceCallbackThreshold()
Returns the threshold as set by
BrickletAmbientLightV2.setIlluminanceCallbackThreshold(char, long, long) . |
BrickletAmbientLight.IlluminanceCallbackThreshold |
BrickletAmbientLight.getIlluminanceCallbackThreshold()
Returns the threshold as set by
BrickletAmbientLight.setIlluminanceCallbackThreshold(char, int, int) . |
int |
BrickletThermalImaging.getImageTransferConfig()
Returns the image transfer config, as set by
BrickletThermalImaging.setImageTransferConfig(int) . |
short |
BrickIMU.getIMUTemperature()
Returns the temperature of the IMU Brick.
|
BrickletMotionDetectorV2.Indicator |
BrickletMotionDetectorV2.getIndicator()
Returns the indicator configuration as set by
BrickletMotionDetectorV2.setIndicator(int, int, int) . |
int |
BrickletLoadCellV2.getInfoLEDConfig()
Returns the LED configuration as set by
BrickletLoadCellV2.setInfoLEDConfig(int) |
int |
BrickletAccelerometerV2.getInfoLEDConfig()
Returns the LED configuration as set by
BrickletAccelerometerV2.setInfoLEDConfig(int) |
BrickletIO16V2.InputValueCallbackConfiguration |
BrickletIO16V2.getInputValueCallbackConfiguration(int channel)
Returns the listener configuration as set by
BrickletIO16V2.setInputValueCallbackConfiguration(int, long, boolean) . |
BrickletIO4V2.InputValueCallbackConfiguration |
BrickletIO4V2.getInputValueCallbackConfiguration(int channel)
Returns the listener configuration for the given channel as set by
BrickletIO4V2.setInputValueCallbackConfiguration(int, long, boolean) . |
int |
BrickletAnalogOutV2.getInputVoltage()
Returns the input voltage.
|
int |
BrickletServoV2.getInputVoltage()
Returns the input voltage in mV.
|
int |
BrickletAnalogOutV3.getInputVoltage()
Returns the input voltage.
|
int |
BrickletServoV2.getInputVoltageConfiguration()
Returns the input voltage configuration as set by
BrickletServoV2.setInputVoltageConfiguration(int) . |
int |
BrickletSoundIntensity.getIntensity()
Returns the current sound intensity.
|
long |
BrickletSoundIntensity.getIntensityCallbackPeriod()
Returns the period as set by
BrickletSoundIntensity.setIntensityCallbackPeriod(long) . |
BrickletSoundIntensity.IntensityCallbackThreshold |
BrickletSoundIntensity.getIntensityCallbackThreshold()
Returns the threshold as set by
BrickletSoundIntensity.setIntensityCallbackThreshold(char, int, int) . |
short |
BrickletIO4.getInterrupt()
Returns the interrupt bitmask as set by
BrickletIO4.setInterrupt(short) . |
int |
BrickletIndustrialDigitalIn4.getInterrupt()
Returns the interrupt bitmask as set by
BrickletIndustrialDigitalIn4.setInterrupt(int) . |
BrickletIsolator.IsolatorSPITFPErrorCount |
BrickletIsolator.getIsolatorSPITFPErrorCount()
Returns the error count for the communication between Isolator Bricklet and
the connected Bricklet.
|
BrickRED.LastSpawnedProgramProcess |
BrickRED.getLastSpawnedProgramProcess(int programId,
int sessionId) |
BrickletDualButtonV2.LEDState |
BrickletDualButtonV2.getLEDState()
Returns the current state of the LEDs, as set by
BrickletDualButtonV2.setLEDState(int, int) . |
BrickletDualButton.LEDState |
BrickletDualButton.getLEDState()
Returns the current state of the LEDs, as set by
BrickletDualButton.setLEDState(short, short) . |
int[] |
BrickletLEDStripV2.getLEDValues(int index,
int length)
Returns *length* RGB(W) values starting from the
given *index*.
|
BrickletLEDStripV2.LEDValuesLowLevel |
BrickletLEDStripV2.getLEDValuesLowLevel(int index,
int length)
Returns *length* RGB(W) values starting from the
given *index*.
|
boolean |
BrickletColorV2.getLight()
Returns the value as set by
BrickletColorV2.setLight(boolean) . |
BrickIMUV2.LinearAcceleration |
BrickIMUV2.getLinearAcceleration()
Returns the linear acceleration of the IMU Brick for the
x, y and z axis.
|
BrickletIMUV3.LinearAcceleration |
BrickletIMUV3.getLinearAcceleration()
Returns the linear acceleration of the IMU Brick for the
x, y and z axis.
|
BrickletIMUV3.LinearAccelerationCallbackConfiguration |
BrickletIMUV3.getLinearAccelerationCallbackConfiguration()
Returns the listener configuration as set by
BrickletIMUV3.setLinearAccelerationCallbackConfiguration(long, boolean) . |
long |
BrickIMUV2.getLinearAccelerationPeriod()
Returns the period as set by
BrickIMUV2.setLinearAccelerationPeriod(long) . |
BrickRED.ListItem |
BrickRED.getListItem(int listId,
int index,
int sessionId)
Returns the object ID and type of the object stored at ``index`` in a list
object and returns the resulting error code.
|
BrickRED.ListLength |
BrickRED.getListLength(int listId)
Returns the length of a list object in items and the resulting error code.
|
java.lang.String |
BrickMaster.getLongWifiKey()
Returns the encryption key as set by
BrickMaster.setLongWifiKey(String) . |
BrickIMU.MagneticField |
BrickIMU.getMagneticField()
Returns the calibrated magnetic field from the magnetometer for the
x, y and z axis.
|
BrickIMUV2.MagneticField |
BrickIMUV2.getMagneticField()
Returns the calibrated magnetic field from the magnetometer for the
x, y and z axis.
|
BrickletIMUV3.MagneticField |
BrickletIMUV3.getMagneticField()
Returns the calibrated magnetic field from the magnetometer for the
x, y and z axis.
|
BrickletIMUV3.MagneticFieldCallbackConfiguration |
BrickletIMUV3.getMagneticFieldCallbackConfiguration()
Returns the listener configuration as set by
BrickletIMUV3.setMagneticFieldCallbackConfiguration(long, boolean) . |
long |
BrickIMU.getMagneticFieldPeriod()
Returns the period as set by
BrickIMU.setMagneticFieldPeriod(long) . |
long |
BrickIMUV2.getMagneticFieldPeriod()
Returns the period as set by
BrickIMUV2.setMagneticFieldPeriod(long) . |
int |
BrickletHallEffectV2.getMagneticFluxDensity()
Returns the `magnetic flux density (magnetic induction) <https://en.wikipedia.org/wiki/Magnetic_flux>`__.
|
BrickletCompass.MagneticFluxDensity |
BrickletCompass.getMagneticFluxDensity()
Returns the `magnetic flux density (magnetic induction) <https://en.wikipedia.org/wiki/Magnetic_flux>`__
for all three axis.
|
BrickletHallEffectV2.MagneticFluxDensityCallbackConfiguration |
BrickletHallEffectV2.getMagneticFluxDensityCallbackConfiguration()
Returns the listener configuration as set by
BrickletHallEffectV2.setMagneticFluxDensityCallbackConfiguration(long, boolean, char, int, int) . |
BrickletCompass.MagneticFluxDensityCallbackConfiguration |
BrickletCompass.getMagneticFluxDensityCallbackConfiguration()
Returns the listener configuration as set by
BrickletCompass.setMagneticFluxDensityCallbackConfiguration(long, boolean) . |
short |
BrickIMU.getMagnetometerRange()
Not implemented yet.
|
int |
BrickletNFC.getMaximumTimeout()
Returns the timeout as set by
BrickletNFC.setMaximumTimeout(int)
.. |
int |
BrickSilentStepper.getMaxVelocity()
Returns the velocity as set by
BrickSilentStepper.setMaxVelocity(int) . |
int |
BrickStepper.getMaxVelocity()
Returns the velocity as set by
BrickStepper.setMaxVelocity(int) . |
int |
BrickDC.getMinimumVoltage()
Returns the minimum voltage as set by
BrickDC.setMinimumVoltage(int) |
int |
BrickServo.getMinimumVoltage()
Returns the minimum voltage as set by
BrickServo.setMinimumVoltage(int) |
int |
BrickSilentStepper.getMinimumVoltage()
Returns the minimum voltage as set by
BrickSilentStepper.setMinimumVoltage(int) . |
int |
BrickStepper.getMinimumVoltage()
Returns the minimum voltage as set by
BrickStepper.setMinimumVoltage(int) . |
BrickSilentStepper.MiscConfiguration |
BrickSilentStepper.getMiscConfiguration()
Returns the configuration as set by
BrickSilentStepper.setMiscConfiguration(boolean, short) . |
BrickletRS485.ModbusCommonErrorCount |
BrickletRS485.getModbusCommonErrorCount()
Returns the current number of errors occurred in Modbus mode.
|
BrickletRS485.ModbusConfiguration |
BrickletRS485.getModbusConfiguration()
Returns the configuration as set by
BrickletRS485.setModbusConfiguration(int, long) . |
short |
BrickletLaserRangeFinder.getMode()
Returns the mode as set by
BrickletLaserRangeFinder.setMode(short) . |
int |
BrickletRS485.getMode()
Returns the configuration as set by
BrickletRS485.setMode(int) . |
int |
BrickletNFC.getMode()
Returns the mode as set by
BrickletNFC.setMode(int) . |
short |
BrickletAnalogOut.getMode()
Returns the mode as set by
BrickletAnalogOut.setMode(short) . |
long |
BrickletMoisture.getMoistureCallbackPeriod()
Returns the period as set by
BrickletMoisture.setMoistureCallbackPeriod(long) . |
BrickletMoisture.MoistureCallbackThreshold |
BrickletMoisture.getMoistureCallbackThreshold()
Returns the threshold as set by
BrickletMoisture.setMoistureCallbackThreshold(char, int, int) . |
int |
BrickletMoisture.getMoistureValue()
Returns the current moisture value.
|
BrickletSolidStateRelayV2.Monoflop |
BrickletSolidStateRelayV2.getMonoflop()
Returns the current state and the time as set by
BrickletSolidStateRelayV2.setMonoflop(boolean, long) as well as the remaining time until the state flips. |
BrickletSolidStateRelay.Monoflop |
BrickletSolidStateRelay.getMonoflop()
Returns the current state and the time as set by
BrickletSolidStateRelay.setMonoflop(boolean, long) as well as the remaining time until the state flips. |
BrickletIO16V2.Monoflop |
BrickletIO16V2.getMonoflop(int channel)
Returns (for the given channel) the current value and the time as set by
BrickletIO16V2.setMonoflop(int, boolean, long) as well as the remaining time until the value flips. |
BrickletIndustrialDualRelay.Monoflop |
BrickletIndustrialDualRelay.getMonoflop(int channel)
Returns (for the given relay) the current state and the time as set by
BrickletIndustrialDualRelay.setMonoflop(int, boolean, long) as well as the remaining time until the state flips. |
BrickletIndustrialDigitalOut4V2.Monoflop |
BrickletIndustrialDigitalOut4V2.getMonoflop(int channel)
Returns (for the given channel) the current value and the time as set by
BrickletIndustrialDigitalOut4V2.setMonoflop(int, boolean, long) as well as the remaining time until the value flips. |
BrickletIndustrialDualACRelay.Monoflop |
BrickletIndustrialDualACRelay.getMonoflop(int channel)
Returns (for the given relay) the current state and the time as set by
BrickletIndustrialDualACRelay.setMonoflop(int, boolean, long) as well as the remaining time until the state flips. |
BrickletIO4V2.Monoflop |
BrickletIO4V2.getMonoflop(int channel)
Returns (for the given channel) the current value and the time as set by
BrickletIO4V2.setMonoflop(int, boolean, long) as well as the remaining time until the value flips. |
BrickletIndustrialQuadRelayV2.Monoflop |
BrickletIndustrialQuadRelayV2.getMonoflop(int channel)
Returns (for the given channel) the current value and the time as set by
BrickletIndustrialQuadRelayV2.setMonoflop(int, boolean, long) as well as the remaining time until the value flips. |
BrickletDualRelay.Monoflop |
BrickletDualRelay.getMonoflop(short relay)
Returns (for the given relay) the current state and the time as set by
BrickletDualRelay.setMonoflop(short, boolean, long) as well as the remaining time until the state flips. |
BrickletIndustrialDigitalOut4.Monoflop |
BrickletIndustrialDigitalOut4.getMonoflop(short pin)
Returns (for the given pin) the current value and the time as set by
BrickletIndustrialDigitalOut4.setMonoflop(int, int, long) as well as the remaining time until the value flips. |
BrickletIndustrialQuadRelay.Monoflop |
BrickletIndustrialQuadRelay.getMonoflop(short pin)
Returns (for the given pin) the current value and the time as set by
BrickletIndustrialQuadRelay.setMonoflop(int, int, long) as well as the remaining time until the value flips. |
BrickletIO4.Monoflop |
BrickletIO4.getMonoflop(short pin)
Returns (for the given pin) the current value and the time as set by
BrickletIO4.setMonoflop(short, short, long) as well as the remaining time until the value flips. |
BrickletGPS.Motion |
BrickletGPS.getMotion()
Returns the current course and speed.
|
BrickletPerformanceDC.Motion |
BrickletPerformanceDC.getMotion()
Returns the acceleration/deceleration as set by
BrickletPerformanceDC.setMotion(int, int) . |
BrickletGPSV2.Motion |
BrickletGPSV2.getMotion()
Returns the current course and speed.
|
long |
BrickletGPS.getMotionCallbackPeriod()
Returns the period as set by
BrickletGPS.setMotionCallbackPeriod(long) . |
long |
BrickletGPSV2.getMotionCallbackPeriod()
Returns the period as set by
BrickletGPSV2.setMotionCallbackPeriod(long) . |
BrickletServoV2.MotionConfiguration |
BrickletServoV2.getMotionConfiguration(int servoChannel)
Returns the motion configuration as set by
BrickletServoV2.setMotionConfiguration(int, long, long, long) . |
short |
BrickletMotionDetector.getMotionDetected()
Returns 1 if a motion was detected.
|
int |
BrickletMotionDetectorV2.getMotionDetected()
Returns 1 if a motion was detected.
|
int |
BrickSilentStepper.getMotorCurrent()
Returns the current as set by
BrickSilentStepper.setMotorCurrent(int) . |
int |
BrickStepper.getMotorCurrent()
Returns the current as set by
BrickStepper.setMotorCurrent(int) . |
BrickletMotorizedLinearPoti.MotorPosition |
BrickletMotorizedLinearPoti.getMotorPosition()
Returns the last motor position as set by
BrickletMotorizedLinearPoti.setMotorPosition(int, int, boolean) . |
BrickletLaserRangeFinder.MovingAverage |
BrickletLaserRangeFinder.getMovingAverage()
Returns the length moving average as set by
BrickletLaserRangeFinder.setMovingAverage(short, short) . |
BrickletLaserRangeFinderV2.MovingAverage |
BrickletLaserRangeFinderV2.getMovingAverage()
Returns the length moving average as set by
BrickletLaserRangeFinderV2.setMovingAverage(int, int) . |
short |
BrickletAnalogInV2.getMovingAverage()
Returns the length of the moving average as set by
BrickletAnalogInV2.setMovingAverage(short) . |
int |
BrickletLoadCellV2.getMovingAverage()
Returns the length moving average as set by
BrickletLoadCellV2.setMovingAverage(int) . |
short |
BrickletMoisture.getMovingAverage()
Returns the length moving average as set by
BrickletMoisture.setMovingAverage(short) . |
short |
BrickletLoadCell.getMovingAverage()
Returns the length moving average as set by
BrickletLoadCell.setMovingAverage(short) . |
short |
BrickletDistanceUS.getMovingAverage()
Returns the length moving average as set by
BrickletDistanceUS.setMovingAverage(short) . |
short |
BrickletDustDetector.getMovingAverage()
Returns the length moving average as set by
BrickletDustDetector.setMovingAverage(short) . |
BrickletHumidityV2.MovingAverageConfiguration |
BrickletHumidityV2.getMovingAverageConfiguration()
Returns the moving average configuration as set by
BrickletHumidityV2.setMovingAverageConfiguration(int, int) . |
BrickletBarometerV2.MovingAverageConfiguration |
BrickletBarometerV2.getMovingAverageConfiguration()
Returns the moving average configuration as set by
BrickletBarometerV2.setMovingAverageConfiguration(int, int) . |
BrickletPTCV2.MovingAverageConfiguration |
BrickletPTCV2.getMovingAverageConfiguration()
Returns the moving average configuration as set by
BrickletPTCV2.setMovingAverageConfiguration(int, int) . |
int |
BrickletDistanceIRV2.getMovingAverageConfiguration()
Returns the moving average configuration as set by
BrickletDistanceIRV2.setMovingAverageConfiguration(int) . |
BrickRED.NextDirectoryEntry |
BrickRED.getNextDirectoryEntry(int directoryId,
int sessionId)
Returns the next entry in a directory object and the resulting error code.
|
int |
BrickletPTCV2.getNoiseRejectionFilter()
Returns the noise rejection filter option as set by
BrickletPTCV2.setNoiseRejectionFilter(int) |
short |
BrickletPTC.getNoiseRejectionFilter()
Returns the noise rejection filter option as set by
BrickletPTC.setNoiseRejectionFilter(short) |
short |
BrickletTemperatureIR.getObjectTemperature()
Returns the object temperature of the sensor, i.e.
|
int |
BrickletTemperatureIRV2.getObjectTemperature()
Returns the object temperature of the sensor, i.e.
|
BrickletTemperatureIRV2.ObjectTemperatureCallbackConfiguration |
BrickletTemperatureIRV2.getObjectTemperatureCallbackConfiguration()
Returns the listener configuration as set by
BrickletTemperatureIRV2.setObjectTemperatureCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletTemperatureIR.getObjectTemperatureCallbackPeriod()
Returns the period as set by
BrickletTemperatureIR.setObjectTemperatureCallbackPeriod(long) . |
BrickletTemperatureIR.ObjectTemperatureCallbackThreshold |
BrickletTemperatureIR.getObjectTemperatureCallbackThreshold()
Returns the threshold as set by
BrickletTemperatureIR.setObjectTemperatureCallbackThreshold(char, short, short) . |
int |
BrickletRealTimeClockV2.getOffset()
Returns the offset as set by
BrickletRealTimeClockV2.setOffset(int) . |
byte |
BrickletRealTimeClock.getOffset()
Returns the offset as set by
BrickletRealTimeClock.setOffset(byte) . |
int |
BrickletLaserRangeFinderV2.getOffsetCalibration()
Returns the offset value as set by
BrickletLaserRangeFinderV2.setOffsetCalibration(int) . |
BrickIMU.Orientation |
BrickIMU.getOrientation()
Returns the current orientation (roll, pitch, yaw) of the IMU Brick as Euler
angles.
|
BrickIMUV2.Orientation |
BrickIMUV2.getOrientation()
Returns the current orientation (heading, roll, pitch) of the IMU Brick as
independent Euler angles.
|
BrickletIMUV3.Orientation |
BrickletIMUV3.getOrientation()
Returns the current orientation (heading, roll, pitch) of the IMU Brick as
independent Euler angles.
|
BrickletIMUV3.OrientationCallbackConfiguration |
BrickletIMUV3.getOrientationCallbackConfiguration()
Returns the listener configuration as set by
BrickletIMUV3.setOrientationCallbackConfiguration(long, boolean) . |
long |
BrickIMU.getOrientationPeriod()
Returns the period as set by
BrickIMU.setOrientationPeriod(long) . |
long |
BrickIMUV2.getOrientationPeriod()
Returns the period as set by
BrickIMUV2.setOrientationPeriod(long) . |
int |
BrickletIndustrialAnalogOutV2.getOutLEDConfig()
Returns the Out LED configuration as set by
BrickletIndustrialAnalogOutV2.setOutLEDConfig(int) |
BrickletIndustrialAnalogOutV2.OutLEDStatusConfig |
BrickletIndustrialAnalogOutV2.getOutLEDStatusConfig()
Returns the Out LED status configuration as set by
BrickletIndustrialAnalogOutV2.setOutLEDStatusConfig(int, int, int) . |
int |
BrickServo.getOutputVoltage()
Returns the output voltage as specified by
BrickServo.setOutputVoltage(int) . |
int |
BrickletAnalogOutV2.getOutputVoltage()
Returns the voltage as set by
BrickletAnalogOutV2.setOutputVoltage(int) . |
int |
BrickletAnalogOutV3.getOutputVoltage()
Returns the voltage as set by
BrickletAnalogOutV3.setOutputVoltage(int) . |
int |
BrickServo.getOverallCurrent()
Returns the current consumption of all servos together.
|
int |
BrickletServoV2.getOverallCurrent()
Returns the current consumption of all servos together in mA.
|
int |
BrickletAnalogInV3.getOversampling()
Returns the oversampling value as set by
BrickletAnalogInV3.setOversampling(int) . |
short[] |
BrickletNFCRFID.getPage()
Returns 16 bytes of data from an internal buffer.
|
long |
BrickletServoV2.getPeriod(int servoChannel)
Returns the period for the specified servo channel as set by
BrickletServoV2.setPeriod(int, long) . |
int |
BrickServo.getPeriod(short servoNum)
Returns the period for the specified servo as set by
BrickServo.setPeriod(short, int) . |
BrickletParticulateMatter.PMConcentration |
BrickletParticulateMatter.getPMConcentration()
Returns the particulate matter concentration, broken down as:
* PM\ :sub:`1.0`\ ,
* PM\ :sub:`2.5`\ and
* PM\ :sub:`10.0`\ .
|
BrickletParticulateMatter.PMConcentrationCallbackConfiguration |
BrickletParticulateMatter.getPMConcentrationCallbackConfiguration()
Returns the listener configuration as set by
BrickletParticulateMatter.setPMConcentrationCallbackConfiguration(long, boolean) . |
BrickletParticulateMatter.PMCount |
BrickletParticulateMatter.getPMCount()
Returns the number of particulates in 100 ml of air, broken down by their
diameter:
* greater 0.3µm,
* greater 0.5µm,
* greater 1.0µm,
* greater 2.5µm,
* greater 5.0µm and
* greater 10.0µm.
|
BrickletParticulateMatter.PMCountCallbackConfiguration |
BrickletParticulateMatter.getPMCountCallbackConfiguration()
Returns the listener configuration as set by
BrickletParticulateMatter.setPMCountCallbackConfiguration(long, boolean) . |
short |
BrickletIO16.getPort(char port)
Returns a bitmask of the values that are currently measured on the
specified port.
|
BrickletIO16.PortConfiguration |
BrickletIO16.getPortConfiguration(char port)
Returns a direction bitmask and a value bitmask for the specified port.
|
short |
BrickletIO16.getPortInterrupt(char port)
Returns the interrupt bitmask for the specified port as set by
BrickletIO16.setPortInterrupt(char, short) . |
BrickletIO16.PortMonoflop |
BrickletIO16.getPortMonoflop(char port,
short pin)
Returns (for the given pin) the current value and the time as set by
BrickletIO16.setPortMonoflop(char, short, short, long) as well as the remaining time until the value flips. |
BrickletJoystick.Position |
BrickletJoystick.getPosition()
Returns the position of the joystick.
|
BrickletJoystickV2.Position |
BrickletJoystickV2.getPosition()
Returns the position of the joystick.
|
int |
BrickletMotorizedLinearPoti.getPosition()
Returns the position of the linear potentiometer.
|
int |
BrickletRotaryPotiV2.getPosition()
Returns the position of the rotary potentiometer.
|
int |
BrickletLinearPoti.getPosition()
Returns the position of the linear potentiometer.
|
short |
BrickletRotaryPoti.getPosition()
Returns the position of the rotary potentiometer.
|
int |
BrickletLinearPotiV2.getPosition()
Returns the position of the linear potentiometer.
|
int |
BrickletServoV2.getPosition(int servoChannel)
Returns the position of the specified servo channel as set by
BrickletServoV2.setPosition(int, int) . |
short |
BrickServo.getPosition(short servoNum)
Returns the position of the specified servo as set by
BrickServo.setPosition(short, short) . |
BrickletJoystickV2.PositionCallbackConfiguration |
BrickletJoystickV2.getPositionCallbackConfiguration()
Returns the listener configuration as set by
BrickletJoystickV2.setPositionCallbackConfiguration(long, boolean) . |
BrickletMotorizedLinearPoti.PositionCallbackConfiguration |
BrickletMotorizedLinearPoti.getPositionCallbackConfiguration()
Returns the listener configuration as set by
BrickletMotorizedLinearPoti.setPositionCallbackConfiguration(long, boolean, char, int, int) . |
BrickletRotaryPotiV2.PositionCallbackConfiguration |
BrickletRotaryPotiV2.getPositionCallbackConfiguration()
Returns the listener configuration as set by
BrickletRotaryPotiV2.setPositionCallbackConfiguration(long, boolean, char, int, int) . |
BrickletLinearPotiV2.PositionCallbackConfiguration |
BrickletLinearPotiV2.getPositionCallbackConfiguration()
Returns the listener configuration as set by
BrickletLinearPotiV2.setPositionCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletJoystick.getPositionCallbackPeriod()
Returns the period as set by
BrickletJoystick.setPositionCallbackPeriod(long) . |
long |
BrickletLinearPoti.getPositionCallbackPeriod()
Returns the period as set by
BrickletLinearPoti.setPositionCallbackPeriod(long) . |
long |
BrickletRotaryPoti.getPositionCallbackPeriod()
Returns the period as set by
BrickletRotaryPoti.setPositionCallbackPeriod(long) . |
BrickletJoystick.PositionCallbackThreshold |
BrickletJoystick.getPositionCallbackThreshold()
Returns the threshold as set by
BrickletJoystick.setPositionCallbackThreshold(char, short, short, short, short) . |
BrickletLinearPoti.PositionCallbackThreshold |
BrickletLinearPoti.getPositionCallbackThreshold()
Returns the threshold as set by
BrickletLinearPoti.setPositionCallbackThreshold(char, int, int) . |
BrickletRotaryPoti.PositionCallbackThreshold |
BrickletRotaryPoti.getPositionCallbackThreshold()
Returns the threshold as set by
BrickletRotaryPoti.setPositionCallbackThreshold(char, short, short) . |
boolean |
BrickletMotorizedLinearPoti.getPositionReachedCallbackConfiguration()
Returns the
BrickletMotorizedLinearPoti.PositionReachedListener listener configuration
as set by BrickletMotorizedLinearPoti.setPositionReachedCallbackConfiguration(boolean) . |
boolean |
BrickletServoV2.getPositionReachedCallbackConfiguration(int servoChannel)
Returns the listener configuration as set by
BrickletServoV2.setPositionReachedCallbackConfiguration(int, boolean) . |
int |
BrickletVoltageCurrent.getPower()
Returns the power.
|
int |
BrickletVoltageCurrentV2.getPower()
Returns the power.
|
BrickletVoltageCurrentV2.PowerCallbackConfiguration |
BrickletVoltageCurrentV2.getPowerCallbackConfiguration()
Returns the listener configuration as set by
BrickletVoltageCurrentV2.setPowerCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletVoltageCurrent.getPowerCallbackPeriod()
Returns the period as set by
BrickletVoltageCurrent.getPowerCallbackPeriod() . |
BrickletVoltageCurrent.PowerCallbackThreshold |
BrickletVoltageCurrent.getPowerCallbackThreshold()
Returns the threshold as set by
BrickletVoltageCurrent.setPowerCallbackThreshold(char, int, int) . |
BrickletPerformanceDC.PowerStatistics |
BrickletPerformanceDC.getPowerStatistics()
Returns input voltage, current usage and temperature of the driver.
|
BrickletJoystickV2.PressedCallbackConfiguration |
BrickletJoystickV2.getPressedCallbackConfiguration()
Returns the listener configuration as set by
BrickletJoystickV2.setPressedCallbackConfiguration(long, boolean) . |
BrickRED.ProcessCommand |
BrickRED.getProcessCommand(int processId,
int sessionId)
Returns the executable, arguments, environment and working directory used to
spawn a process object, as passed to
BrickRED.spawnProcess(int, int, int, int, long, long, int, int, int, int) , and the resulting
error code. |
BrickRED.Processes |
BrickRED.getProcesses(int sessionId) |
BrickRED.ProcessIdentity |
BrickRED.getProcessIdentity(int processId)
Returns the process ID and the user and group ID used to spawn a process object,
as passed to
BrickRED.spawnProcess(int, int, int, int, long, long, int, int, int, int) , and the resulting error code. |
BrickRED.ProcessState |
BrickRED.getProcessState(int processId)
Returns the current state, timestamp and exit code of a process object, and
the resulting error code.
|
BrickRED.ProcessStdio |
BrickRED.getProcessStdio(int processId,
int sessionId)
Returns the stdin, stdout and stderr files used to spawn a process object, as
passed to
BrickRED.spawnProcess(int, int, int, int, long, long, int, int, int, int) , and the resulting error code. |
BrickRED.ProgramCommand |
BrickRED.getProgramCommand(int programId,
int sessionId)
FIXME: working directory is relative to <home>/programs/<identifier>/bin
|
BrickRED.ProgramIdentifier |
BrickRED.getProgramIdentifier(int programId,
int sessionId) |
BrickRED.ProgramRootDirectory |
BrickRED.getProgramRootDirectory(int programId,
int sessionId)
FIXME: root directory is absolute: <home>/programs/<identifier>
|
BrickRED.Programs |
BrickRED.getPrograms(int sessionId) |
BrickRED.ProgramSchedule |
BrickRED.getProgramSchedule(int programId,
int sessionId) |
BrickRED.ProgramSchedulerState |
BrickRED.getProgramSchedulerState(int programId,
int sessionId)
FIXME: message is currently valid in error-occurred state only
|
BrickRED.ProgramStdioRedirection |
BrickRED.getProgramStdioRedirection(int programId,
int sessionId)
FIXME: stdio file names are relative to <home>/programs/<identifier>/bin
|
BrickDC.Protocol1BrickletName |
BrickDC.getProtocol1BrickletName(char port)
Returns the firmware and protocol version and the name of the Bricklet for a
given port.
|
BrickIMU.Protocol1BrickletName |
BrickIMU.getProtocol1BrickletName(char port)
Returns the firmware and protocol version and the name of the Bricklet for a
given port.
|
BrickServo.Protocol1BrickletName |
BrickServo.getProtocol1BrickletName(char port)
Returns the firmware and protocol version and the name of the Bricklet for a
given port.
|
BrickMaster.Protocol1BrickletName |
BrickMaster.getProtocol1BrickletName(char port)
Returns the firmware and protocol version and the name of the Bricklet for a
given port.
|
BrickSilentStepper.Protocol1BrickletName |
BrickSilentStepper.getProtocol1BrickletName(char port)
Returns the firmware and protocol version and the name of the Bricklet for a
given port.
|
BrickStepper.Protocol1BrickletName |
BrickStepper.getProtocol1BrickletName(char port)
Returns the firmware and protocol version and the name of the Bricklet for a
given port.
|
BrickIMUV2.Protocol1BrickletName |
BrickIMUV2.getProtocol1BrickletName(char port)
Returns the firmware and protocol version and the name of the Bricklet for a
given port.
|
BrickletServoV2.PulseWidth |
BrickletServoV2.getPulseWidth(int servoChannel)
Returns the minimum and maximum pulse width for the specified servo channel as set by
BrickletServoV2.setPulseWidth(int, long, long) . |
BrickServo.PulseWidth |
BrickServo.getPulseWidth(short servoNum)
Returns the minimum and maximum pulse width for the specified servo as set by
BrickServo.setPulseWidth(short, int, int) . |
BrickletIndustrialDigitalOut4V2.PWMConfiguration |
BrickletIndustrialDigitalOut4V2.getPWMConfiguration(int channel)
Returns the PWM configuration as set by
BrickletIndustrialDigitalOut4V2.setPWMConfiguration(int, long, int) . |
BrickletIO4V2.PWMConfiguration |
BrickletIO4V2.getPWMConfiguration(int channel)
Returns the PWM configuration as set by
BrickletIO4V2.setPWMConfiguration(int, long, int) . |
int |
BrickDC.getPWMFrequency()
Returns the PWM frequency as set by
BrickDC.setPWMFrequency(int) . |
int |
BrickletPerformanceDC.getPWMFrequency()
Returns the PWM frequency as set by
BrickletPerformanceDC.setPWMFrequency(int) . |
BrickIMU.Quaternion |
BrickIMU.getQuaternion()
Returns the current orientation (x, y, z, w) of the IMU as
`quaternions <https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation>`__.
|
BrickIMUV2.Quaternion |
BrickIMUV2.getQuaternion()
Returns the current orientation (w, x, y, z) of the IMU Brick as
`quaternions <https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation>`__.
|
BrickletIMUV3.Quaternion |
BrickletIMUV3.getQuaternion()
Returns the current orientation (w, x, y, z) of the IMU Brick as
`quaternions <https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation>`__.
|
BrickletIMUV3.QuaternionCallbackConfiguration |
BrickletIMUV3.getQuaternionCallbackConfiguration()
Returns the listener configuration as set by
BrickletIMUV3.setQuaternionCallbackConfiguration(long, boolean) . |
long |
BrickIMU.getQuaternionPeriod()
Returns the period as set by
BrickIMU.setQuaternionPeriod(long) . |
long |
BrickIMUV2.getQuaternionPeriod()
Returns the period as set by
BrickIMUV2.setQuaternionPeriod(long) . |
BrickletCANV2.QueueConfiguration |
BrickletCANV2.getQueueConfiguration()
Returns the queue configuration as set by
BrickletCANV2.setQueueConfiguration(int, int, int, int[], int) . |
BrickletCANV2.QueueConfigurationLowLevel |
BrickletCANV2.getQueueConfigurationLowLevel()
Returns the queue configuration as set by
BrickletCANV2.setQueueConfiguration(int, int, int, int[], int) . |
short |
BrickletAnalogIn.getRange()
Returns the measurement range as set by
BrickletAnalogIn.setRange(short) . |
BrickletCAN.ReadFilter |
BrickletCAN.getReadFilter()
Returns the read filter as set by
BrickletCAN.setReadFilter(short, long, long, long) . |
BrickletCANV2.ReadFilterConfiguration |
BrickletCANV2.getReadFilterConfiguration(int bufferIndex)
Returns the read filter configuration as set by
BrickletCANV2.setReadFilterConfiguration(int, int, long, long) . |
int[] |
BrickletRGBLEDMatrix.getRed()
Returns the red LED values as set by
BrickletRGBLEDMatrix.setRed(int[]) . |
int |
BrickletBarometer.getReferenceAirPressure()
Returns the reference air pressure as set by
BrickletBarometer.setReferenceAirPressure(int) . |
int |
BrickletBarometerV2.getReferenceAirPressure()
Returns the reference air pressure as set by
BrickletBarometerV2.setReferenceAirPressure(int) . |
int |
BrickletLine.getReflectivity()
Returns the currently measured reflectivity.
|
long |
BrickletLine.getReflectivityCallbackPeriod()
Returns the period as set by
BrickletLine.setReflectivityCallbackPeriod(long) . |
BrickletLine.ReflectivityCallbackThreshold |
BrickletLine.getReflectivityCallbackThreshold()
Returns the threshold as set by
BrickletLine.setReflectivityCallbackThreshold(char, int, int) . |
int |
BrickSilentStepper.getRemainingSteps()
Returns the remaining steps of the last call of
BrickSilentStepper.setSteps(int) . |
int |
BrickStepper.getRemainingSteps()
Returns the remaining steps of the last call of
BrickStepper.setSteps(int) . |
BrickletRemoteSwitchV2.RemoteConfiguration |
BrickletRemoteSwitchV2.getRemoteConfiguration()
Returns the remote configuration as set by
BrickletRemoteSwitchV2.setRemoteConfiguration(int, int, boolean) |
BrickletRemoteSwitchV2.RemoteStatusA |
BrickletRemoteSwitchV2.getRemoteStatusA()
Returns the house code, receiver code, switch state (on/off) and number of
repeats for remote type A.
|
BrickletRemoteSwitchV2.RemoteStatusB |
BrickletRemoteSwitchV2.getRemoteStatusB()
Returns the address (unique per remote), unit (button number), switch state
(on/off) and number of repeats for remote type B.
|
BrickletRemoteSwitchV2.RemoteStatusC |
BrickletRemoteSwitchV2.getRemoteStatusC()
Returns the system code, device code, switch state (on/off) and number of repeats for
remote type C.
|
int |
BrickletRemoteSwitchV2.getRepeats()
Returns the number of repeats as set by
BrickletRemoteSwitchV2.setRepeats(int) . |
short |
BrickletRemoteSwitch.getRepeats()
Returns the number of repeats as set by
BrickletRemoteSwitch.setRepeats(short) . |
int |
BrickletPTCV2.getResistance()
Returns the value as measured by the MAX31865 precision delta-sigma ADC.
|
int |
BrickletPTC.getResistance()
Returns the value as measured by the MAX31865 precision delta-sigma ADC.
|
BrickletPTCV2.ResistanceCallbackConfiguration |
BrickletPTCV2.getResistanceCallbackConfiguration()
Returns the listener configuration as set by
BrickletPTCV2.setResistanceCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletPTC.getResistanceCallbackPeriod()
Returns the period as set by
BrickletPTC.setResistanceCallbackPeriod(long) . |
BrickletPTC.ResistanceCallbackThreshold |
BrickletPTC.getResistanceCallbackThreshold()
Returns the threshold as set by
BrickletPTC.setResistanceCallbackThreshold(char, int, int) . |
int |
BrickletThermalImaging.getResolution()
Returns the resolution as set by
BrickletThermalImaging.setResolution(int) . |
BrickletRGBLEDV2.RGBValue |
BrickletRGBLEDV2.getRGBValue()
Returns the *r*, *g* and *b* values of the LED as set by
BrickletRGBLEDV2.setRGBValue(int, int, int) . |
BrickletRGBLED.RGBValue |
BrickletRGBLED.getRGBValue()
Returns the *r*, *g* and *b* values of the LED as set by
BrickletRGBLED.setRGBValue(short, short, short) . |
BrickletLEDStrip.RGBValues |
BrickletLEDStrip.getRGBValues(int index,
short length)
Returns *length* R, G and B values starting from the
given LED *index*.
|
BrickletLEDStrip.RGBWValues |
BrickletLEDStrip.getRGBWValues(int index,
short length)
Returns *length* RGBW values starting from the given *index*.
|
short |
BrickMaster.getRS485Address()
Returns the address as set by
BrickMaster.setRS485Address(short) . |
BrickletRS485.RS485Configuration |
BrickletRS485.getRS485Configuration()
Returns the configuration as set by
BrickletRS485.setRS485Configuration(long, int, int, int, int) . |
BrickMaster.RS485Configuration |
BrickMaster.getRS485Configuration()
Returns the configuration as set by
BrickMaster.setRS485Configuration(long, char, short) . |
int |
BrickMaster.getRS485ErrorLog()
Returns CRC error counts of the RS485 communication.
|
short |
BrickMaster.getRS485SlaveAddress(short num)
Returns the slave address for a given ``num`` as set by
BrickMaster.setRS485SlaveAddress(short, short) . |
short |
BrickletIndustrialDual020mA.getSampleRate()
Returns the sample rate as set by
BrickletIndustrialDual020mA.setSampleRate(short) . |
int |
BrickletIndustrialDual020mAV2.getSampleRate()
Returns the sample rate as set by
BrickletIndustrialDual020mAV2.setSampleRate(int) . |
int |
BrickletIndustrialDualAnalogInV2.getSampleRate()
Returns the sample rate as set by
BrickletIndustrialDualAnalogInV2.setSampleRate(int) . |
short |
BrickletIndustrialDualAnalogIn.getSampleRate()
Returns the sample rate as set by
BrickletIndustrialDualAnalogIn.setSampleRate(short) . |
int |
BrickletHumidityV2.getSamplesPerSecond()
Returnes the samples per second, as set by
BrickletHumidityV2.setSamplesPerSecond(int) . |
int |
BrickletDistanceIR.getSamplingPoint(short position)
Returns the distance to a sampling point position as set by
BrickletDistanceIR.setSamplingPoint(short, int) . |
BrickletGPSV2.SatelliteStatus |
BrickletGPSV2.getSatelliteStatus(int satelliteSystem,
int satelliteNumber)
Returns the current elevation, azimuth and SNR
for a given satellite and satellite system.
|
BrickletGPSV2.SatelliteSystemStatus |
BrickletGPSV2.getSatelliteSystemStatus(int satelliteSystem)
Returns the
* satellite numbers list (up to 12 items)
* fix value,
* PDOP value,
* HDOP value and
* VDOP value
for a given satellite system.
|
BrickletGPSV2.SatelliteSystemStatusLowLevel |
BrickletGPSV2.getSatelliteSystemStatusLowLevel(int satelliteSystem)
Returns the
* satellite numbers list (up to 12 items)
* fix value,
* PDOP value,
* HDOP value and
* VDOP value
for a given satellite system.
|
int |
BrickletGPSV2.getSBASConfig()
Returns the SBAS configuration as set by
BrickletGPSV2.setSBASConfig(int)
.. |
BrickletSegmentDisplay4x7V2.Segments |
BrickletSegmentDisplay4x7V2.getSegments()
Returns the segment data as set by
BrickletSegmentDisplay4x7V2.setSegments(boolean[], boolean[], boolean[], boolean[], boolean[], boolean) . |
BrickletSegmentDisplay4x7.Segments |
BrickletSegmentDisplay4x7.getSegments()
Returns the segment, brightness and color data as set by
BrickletSegmentDisplay4x7.setSegments(short[], short, boolean) . |
boolean |
BrickletSegmentDisplay4x7V2.getSelectedSegment(int segment)
Returns the value of a single segment.
|
long |
BrickDC.getSendTimeoutCount(short communicationMethod)
Returns the timeout count for the different communication methods.
|
long |
BrickIMU.getSendTimeoutCount(short communicationMethod)
Returns the timeout count for the different communication methods.
|
long |
BrickServo.getSendTimeoutCount(short communicationMethod)
Returns the timeout count for the different communication methods.
|
long |
BrickMaster.getSendTimeoutCount(short communicationMethod)
Returns the timeout count for the different communication methods.
|
long |
BrickSilentStepper.getSendTimeoutCount(short communicationMethod)
Returns the timeout count for the different communication methods.
|
long |
BrickStepper.getSendTimeoutCount(short communicationMethod)
Returns the timeout count for the different communication methods.
|
long |
BrickIMUV2.getSendTimeoutCount(short communicationMethod)
Returns the timeout count for the different communication methods.
|
int |
BrickletMotionDetectorV2.getSensitivity()
Returns the sensitivity as set by
BrickletMotionDetectorV2.setSensitivity(int) . |
boolean |
BrickletOutdoorWeather.getSensorCallbackConfiguration()
Returns the configuration as set by
BrickletOutdoorWeather.setSensorCallbackConfiguration(boolean) . |
BrickletBarometerV2.SensorConfiguration |
BrickletBarometerV2.getSensorConfiguration()
Returns the sensor configuration as set by
BrickletBarometerV2.setSensorConfiguration(int, int) . |
BrickIMUV2.SensorConfiguration |
BrickIMUV2.getSensorConfiguration()
Returns the sensor configuration as set by
BrickIMUV2.setSensorConfiguration(short, short, short, short, short) . |
BrickletIMUV3.SensorConfiguration |
BrickletIMUV3.getSensorConfiguration()
Returns the sensor configuration as set by
BrickletIMUV3.setSensorConfiguration(int, int, int, int, int) . |
boolean |
BrickletPTCV2.getSensorConnectedCallbackConfiguration()
Returns the configuration as set by
BrickletPTCV2.setSensorConnectedCallbackConfiguration(boolean) . |
boolean |
BrickletPTC.getSensorConnectedCallbackConfiguration()
Returns the configuration as set by
BrickletPTC.setSensorConnectedCallbackConfiguration(boolean) . |
BrickletOutdoorWeather.SensorData |
BrickletOutdoorWeather.getSensorData(int identifier)
Returns the last measured data for a sensor with the given identifier.
|
short |
BrickIMUV2.getSensorFusionMode()
Returns the sensor fusion mode as set by
BrickIMUV2.setSensorFusionMode(short) . |
int |
BrickletIMUV3.getSensorFusionMode()
Returns the sensor fusion mode as set by
BrickletIMUV3.setSensorFusionMode(int) . |
short |
BrickletLaserRangeFinder.getSensorHardwareVersion()
Returns the LIDAR-Lite hardware version.
|
int[] |
BrickletOutdoorWeather.getSensorIdentifiers()
Returns the identifiers (number between 0 and 255) of all `sensors
<https://www.tinkerforge.com/en/shop/accessories/sensors/temperature-humidity-sensor-th-6148.html>`__
that have been seen since the startup of the Bricklet.
|
BrickletOutdoorWeather.SensorIdentifiersLowLevel |
BrickletOutdoorWeather.getSensorIdentifiersLowLevel()
Returns the identifiers (number between 0 and 255) of all `sensors
<https://www.tinkerforge.com/en/shop/accessories/sensors/temperature-humidity-sensor-th-6148.html>`__
that have been seen since the startup of the Bricklet.
|
BrickletParticulateMatter.SensorInfo |
BrickletParticulateMatter.getSensorInfo()
Returns information about the sensor:
* the sensor version number,
* the last error code reported by the sensor (0 means no error) and
* the number of framing and checksum errors that occurred in the communication
with the sensor.
|
int |
BrickletDistanceIRV2.getSensorType()
Returns the sensor type as set by
BrickletDistanceIRV2.setSensorType(int) . |
int |
BrickletServoV2.getServoCurrent(int servoChannel)
Returns the current consumption of the specified servo channel in mA.
|
int |
BrickServo.getServoCurrent(short servoNum)
Returns the current consumption of the specified servo.
|
int |
BrickletServoV2.getServoCurrentConfiguration(int servoChannel)
Returns the servo current configuration for the specified servo channel as set
by
BrickletServoV2.setServoCurrentConfiguration(int, int) . |
BrickletIndustrialCounter.SignalData |
BrickletIndustrialCounter.getSignalData(int channel)
Returns the signal data (duty cycle, period, frequency and value) for the
given channel.
|
BrickHAT.SleepMode |
BrickHAT.getSleepMode()
Returns the sleep mode settings as set by
BrickHAT.setSleepMode(long, long, boolean, boolean, boolean) . |
int[] |
BrickletSoundPressureLevel.getSpectrum()
Returns the frequency spectrum.
|
long |
BrickletSoundPressureLevel.getSpectrumCallbackConfiguration()
Returns the listener configuration as set by
BrickletSoundPressureLevel.getSpectrumCallbackConfiguration() . |
BrickletSoundPressureLevel.SpectrumLowLevel |
BrickletSoundPressureLevel.getSpectrumLowLevel()
Returns the frequency spectrum.
|
BrickSilentStepper.SpeedRamping |
BrickSilentStepper.getSpeedRamping()
Returns the acceleration and deacceleration as set by
BrickSilentStepper.setSpeedRamping(int, int) . |
BrickStepper.SpeedRamping |
BrickStepper.getSpeedRamping()
Returns the acceleration and deacceleration as set by
BrickStepper.setSpeedRamping(int, int) . |
long |
BrickletIsolator.getSPITFPBaudrate()
Returns the baudrate, see
BrickletIsolator.setSPITFPBaudrate(long) . |
long |
BrickDC.getSPITFPBaudrate(char brickletPort)
Returns the baudrate for a given Bricklet port, see
BrickDC.setSPITFPBaudrate(char, long) . |
long |
BrickIMU.getSPITFPBaudrate(char brickletPort)
Returns the baudrate for a given Bricklet port, see
BrickIMU.setSPITFPBaudrate(char, long) . |
long |
BrickServo.getSPITFPBaudrate(char brickletPort)
Returns the baudrate for a given Bricklet port, see
BrickServo.setSPITFPBaudrate(char, long) . |
long |
BrickMaster.getSPITFPBaudrate(char brickletPort)
Returns the baudrate for a given Bricklet port, see
BrickMaster.setSPITFPBaudrate(char, long) . |
long |
BrickSilentStepper.getSPITFPBaudrate(char brickletPort)
Returns the baudrate for a given Bricklet port, see
BrickSilentStepper.setSPITFPBaudrate(char, long) . |
long |
BrickStepper.getSPITFPBaudrate(char brickletPort)
Returns the baudrate for a given Bricklet port, see
BrickStepper.setSPITFPBaudrate(char, long) . |
long |
BrickIMUV2.getSPITFPBaudrate(char brickletPort)
Returns the baudrate for a given Bricklet port, see
BrickIMUV2.setSPITFPBaudrate(char, long) . |
BrickDC.SPITFPBaudrateConfig |
BrickDC.getSPITFPBaudrateConfig()
Returns the baudrate config, see
BrickDC.setSPITFPBaudrateConfig(boolean, long) . |
BrickIMU.SPITFPBaudrateConfig |
BrickIMU.getSPITFPBaudrateConfig()
Returns the baudrate config, see
BrickIMU.setSPITFPBaudrateConfig(boolean, long) . |
BrickServo.SPITFPBaudrateConfig |
BrickServo.getSPITFPBaudrateConfig()
Returns the baudrate config, see
BrickServo.setSPITFPBaudrateConfig(boolean, long) . |
BrickletIsolator.SPITFPBaudrateConfig |
BrickletIsolator.getSPITFPBaudrateConfig()
Returns the baudrate config, see
BrickletIsolator.setSPITFPBaudrateConfig(boolean, long) . |
BrickMaster.SPITFPBaudrateConfig |
BrickMaster.getSPITFPBaudrateConfig()
Returns the baudrate config, see
BrickMaster.setSPITFPBaudrateConfig(boolean, long) . |
BrickSilentStepper.SPITFPBaudrateConfig |
BrickSilentStepper.getSPITFPBaudrateConfig()
Returns the baudrate config, see
BrickSilentStepper.setSPITFPBaudrateConfig(boolean, long) . |
BrickStepper.SPITFPBaudrateConfig |
BrickStepper.getSPITFPBaudrateConfig()
Returns the baudrate config, see
BrickStepper.setSPITFPBaudrateConfig(boolean, long) . |
BrickIMUV2.SPITFPBaudrateConfig |
BrickIMUV2.getSPITFPBaudrateConfig()
Returns the baudrate config, see
BrickIMUV2.setSPITFPBaudrateConfig(boolean, long) . |
BrickletAnalogInV3.SPITFPErrorCount |
BrickletAnalogInV3.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletSegmentDisplay4x7V2.SPITFPErrorCount |
BrickletSegmentDisplay4x7V2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletHumidityV2.SPITFPErrorCount |
BrickletHumidityV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletDualButtonV2.SPITFPErrorCount |
BrickletDualButtonV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickHAT.SPITFPErrorCount |
BrickHAT.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletDMX.SPITFPErrorCount |
BrickletDMX.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletBarometerV2.SPITFPErrorCount |
BrickletBarometerV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletSolidStateRelayV2.SPITFPErrorCount |
BrickletSolidStateRelayV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletRGBLEDMatrix.SPITFPErrorCount |
BrickletRGBLEDMatrix.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletRS485.SPITFPErrorCount |
BrickletRS485.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletVoltageCurrentV2.SPITFPErrorCount |
BrickletVoltageCurrentV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletJoystickV2.SPITFPErrorCount |
BrickletJoystickV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletPerformanceDC.SPITFPErrorCount |
BrickletPerformanceDC.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletRealTimeClockV2.SPITFPErrorCount |
BrickletRealTimeClockV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletPTCV2.SPITFPErrorCount |
BrickletPTCV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletMotorizedLinearPoti.SPITFPErrorCount |
BrickletMotorizedLinearPoti.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletUVLightV2.SPITFPErrorCount |
BrickletUVLightV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletSoundPressureLevel.SPITFPErrorCount |
BrickletSoundPressureLevel.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletXMC1400Breakout.SPITFPErrorCount |
BrickletXMC1400Breakout.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletRotaryPotiV2.SPITFPErrorCount |
BrickletRotaryPotiV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletOneWire.SPITFPErrorCount |
BrickletOneWire.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletLaserRangeFinderV2.SPITFPErrorCount |
BrickletLaserRangeFinderV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletHallEffectV2.SPITFPErrorCount |
BrickletHallEffectV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletTemperatureIRV2.SPITFPErrorCount |
BrickletTemperatureIRV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletLoadCellV2.SPITFPErrorCount |
BrickletLoadCellV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletIO16V2.SPITFPErrorCount |
BrickletIO16V2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletNFC.SPITFPErrorCount |
BrickletNFC.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletRS232V2.SPITFPErrorCount |
BrickletRS232V2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletPiezoSpeakerV2.SPITFPErrorCount |
BrickletPiezoSpeakerV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletIndustrialDualRelay.SPITFPErrorCount |
BrickletIndustrialDualRelay.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletIndustrialDigitalOut4V2.SPITFPErrorCount |
BrickletIndustrialDigitalOut4V2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletIndustrialCounter.SPITFPErrorCount |
BrickletIndustrialCounter.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletRGBLEDV2.SPITFPErrorCount |
BrickletRGBLEDV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletIndustrialAnalogOutV2.SPITFPErrorCount |
BrickletIndustrialAnalogOutV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletRGBLEDButton.SPITFPErrorCount |
BrickletRGBLEDButton.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletLCD128x64.SPITFPErrorCount |
BrickletLCD128x64.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletMultiTouchV2.SPITFPErrorCount |
BrickletMultiTouchV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletColorV2.SPITFPErrorCount |
BrickletColorV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletEnergyMonitor.SPITFPErrorCount |
BrickletEnergyMonitor.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletParticulateMatter.SPITFPErrorCount |
BrickletParticulateMatter.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletIsolator.SPITFPErrorCount |
BrickletIsolator.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletAccelerometerV2.SPITFPErrorCount |
BrickletAccelerometerV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletIndustrialDualACRelay.SPITFPErrorCount |
BrickletIndustrialDualACRelay.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletOLED128x64V2.SPITFPErrorCount |
BrickletOLED128x64V2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickHATZero.SPITFPErrorCount |
BrickHATZero.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletLEDStripV2.SPITFPErrorCount |
BrickletLEDStripV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletServoV2.SPITFPErrorCount |
BrickletServoV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletAirQuality.SPITFPErrorCount |
BrickletAirQuality.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletDistanceIRV2.SPITFPErrorCount |
BrickletDistanceIRV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletIO4V2.SPITFPErrorCount |
BrickletIO4V2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletCompass.SPITFPErrorCount |
BrickletCompass.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletEPaper296x128.SPITFPErrorCount |
BrickletEPaper296x128.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletIndustrialDual020mAV2.SPITFPErrorCount |
BrickletIndustrialDual020mAV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletCO2V2.SPITFPErrorCount |
BrickletCO2V2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletRemoteSwitchV2.SPITFPErrorCount |
BrickletRemoteSwitchV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletThermocoupleV2.SPITFPErrorCount |
BrickletThermocoupleV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletThermalImaging.SPITFPErrorCount |
BrickletThermalImaging.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletCANV2.SPITFPErrorCount |
BrickletCANV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletRotaryEncoderV2.SPITFPErrorCount |
BrickletRotaryEncoderV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletIndustrialDualAnalogInV2.SPITFPErrorCount |
BrickletIndustrialDualAnalogInV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletAmbientLightV3.SPITFPErrorCount |
BrickletAmbientLightV3.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletMotionDetectorV2.SPITFPErrorCount |
BrickletMotionDetectorV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletDistanceUSV2.SPITFPErrorCount |
BrickletDistanceUSV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletIndustrialDigitalIn4V2.SPITFPErrorCount |
BrickletIndustrialDigitalIn4V2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletIndustrialQuadRelayV2.SPITFPErrorCount |
BrickletIndustrialQuadRelayV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletTemperatureV2.SPITFPErrorCount |
BrickletTemperatureV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletAnalogOutV3.SPITFPErrorCount |
BrickletAnalogOutV3.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletOutdoorWeather.SPITFPErrorCount |
BrickletOutdoorWeather.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletLinearPotiV2.SPITFPErrorCount |
BrickletLinearPotiV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletGPSV2.SPITFPErrorCount |
BrickletGPSV2.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickletIMUV3.SPITFPErrorCount |
BrickletIMUV3.getSPITFPErrorCount()
Returns the error count for the communication between Brick and Bricklet.
|
BrickDC.SPITFPErrorCount |
BrickDC.getSPITFPErrorCount(char brickletPort)
Returns the error count for the communication between Brick and Bricklet.
|
BrickIMU.SPITFPErrorCount |
BrickIMU.getSPITFPErrorCount(char brickletPort)
Returns the error count for the communication between Brick and Bricklet.
|
BrickServo.SPITFPErrorCount |
BrickServo.getSPITFPErrorCount(char brickletPort)
Returns the error count for the communication between Brick and Bricklet.
|
BrickMaster.SPITFPErrorCount |
BrickMaster.getSPITFPErrorCount(char brickletPort)
Returns the error count for the communication between Brick and Bricklet.
|
BrickSilentStepper.SPITFPErrorCount |
BrickSilentStepper.getSPITFPErrorCount(char brickletPort)
Returns the error count for the communication between Brick and Bricklet.
|
BrickStepper.SPITFPErrorCount |
BrickStepper.getSPITFPErrorCount(char brickletPort)
Returns the error count for the communication between Brick and Bricklet.
|
BrickIMUV2.SPITFPErrorCount |
BrickIMUV2.getSPITFPErrorCount(char brickletPort)
Returns the error count for the communication between Brick and Bricklet.
|
int[] |
BrickletThermalImaging.getSpotmeterConfig()
Returns the spotmeter config as set by
BrickletThermalImaging.setSpotmeterConfig(int[]) . |
BrickSilentStepper.SpreadcycleConfiguration |
BrickSilentStepper.getSpreadcycleConfiguration()
Returns the configuration as set by
BrickSilentStepper.setBasicConfiguration(int, int, int, int, int, int, int, boolean) . |
int |
BrickMaster.getStackCurrent()
Returns the stack current.
|
long |
BrickMaster.getStackCurrentCallbackPeriod()
Returns the period as set by
BrickMaster.setStackCurrentCallbackPeriod(long) . |
BrickMaster.StackCurrentCallbackThreshold |
BrickMaster.getStackCurrentCallbackThreshold()
Returns the threshold as set by
BrickMaster.setStackCurrentCallbackThreshold(char, int, int) . |
int |
BrickDC.getStackInputVoltage()
Returns the stack input voltage.
|
int |
BrickServo.getStackInputVoltage()
Returns the stack input voltage.
|
int |
BrickSilentStepper.getStackInputVoltage()
Returns the stack input voltage.
|
int |
BrickStepper.getStackInputVoltage()
Returns the stack input voltage.
|
int |
BrickMaster.getStackVoltage()
Returns the stack voltage.
|
long |
BrickMaster.getStackVoltageCallbackPeriod()
Returns the period as set by
BrickMaster.setStackVoltageCallbackPeriod(long) . |
BrickMaster.StackVoltageCallbackThreshold |
BrickMaster.getStackVoltageCallbackThreshold()
Returns the threshold as set by
BrickMaster.setStackVoltageCallbackThreshold(char, int, int) . |
BrickletDualRelay.State |
BrickletDualRelay.getState()
Returns the state of the relays, *true* means on and *false* means off.
|
boolean |
BrickletSolidStateRelayV2.getState()
Returns the state of the relay, *true* means on and *false* means off.
|
BrickletNFCRFID.State |
BrickletNFCRFID.getState()
Returns the current state of the NFC/RFID Bricklet.
|
boolean |
BrickletSolidStateRelay.getState()
Returns the state of the relay, *true* means on and *false* means off.
|
boolean |
BrickletDualButtonV2.getStateChangedCallbackConfiguration()
Returns the configuration as set by
BrickletDualButtonV2.setStateChangedCallbackConfiguration(boolean) . |
boolean |
BrickletOutdoorWeather.getStationCallbackConfiguration()
Returns the configuration as set by
BrickletOutdoorWeather.setStationCallbackConfiguration(boolean) . |
BrickletOutdoorWeather.StationData |
BrickletOutdoorWeather.getStationData(int identifier)
Returns the last received data for a station with the given identifier.
|
int[] |
BrickletOutdoorWeather.getStationIdentifiers()
Returns the identifiers (number between 0 and 255) of all `stations
<https://www.tinkerforge.com/en/shop/accessories/sensors/outdoor-weather-station-ws-6147.html>`__
that have been seen since the startup of the Bricklet.
|
BrickletOutdoorWeather.StationIdentifiersLowLevel |
BrickletOutdoorWeather.getStationIdentifiersLowLevel()
Returns the identifiers (number between 0 and 255) of all `stations
<https://www.tinkerforge.com/en/shop/accessories/sensors/outdoor-weather-station-ws-6147.html>`__
that have been seen since the startup of the Bricklet.
|
BrickletIsolator.Statistics |
BrickletIsolator.getStatistics()
Returns statistics for the Isolator Bricklet.
|
BrickletThermalImaging.Statistics |
BrickletThermalImaging.getStatistics()
Returns the spotmeter statistics, various temperatures, current resolution and status bits.
|
BrickletIsolator.StatisticsCallbackConfiguration |
BrickletIsolator.getStatisticsCallbackConfiguration()
Returns the listener configuration as set by
BrickletIsolator.setStatisticsCallbackConfiguration(long, boolean) . |
BrickletGPS.Status |
BrickletGPS.getStatus()
Returns the current fix status, the number of satellites that are in view and
the number of satellites that are currently used.
|
BrickletServoV2.Status |
BrickletServoV2.getStatus()
Returns the status information of the Servo Bricklet 2.0.
|
BrickletGPSV2.Status |
BrickletGPSV2.getStatus()
Returns if a fix is currently available as well as the, the number of
satellites that are in view.
|
long |
BrickletGPS.getStatusCallbackPeriod()
Returns the period as set by
BrickletGPS.setStatusCallbackPeriod(long) . |
long |
BrickletGPSV2.getStatusCallbackPeriod()
Returns the period as set by
BrickletGPSV2.setStatusCallbackPeriod(long) . |
int |
BrickletAnalogInV3.getStatusLEDConfig()
Returns the configuration as set by
BrickletAnalogInV3.setStatusLEDConfig(int) |
int |
BrickletSegmentDisplay4x7V2.getStatusLEDConfig()
Returns the configuration as set by
BrickletSegmentDisplay4x7V2.setStatusLEDConfig(int) |
int |
BrickletHumidityV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletHumidityV2.setStatusLEDConfig(int) |
int |
BrickletDualButtonV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletDualButtonV2.setStatusLEDConfig(int) |
int |
BrickHAT.getStatusLEDConfig()
Returns the configuration as set by
BrickHAT.setStatusLEDConfig(int) |
int |
BrickletDMX.getStatusLEDConfig()
Returns the configuration as set by
BrickletDMX.setStatusLEDConfig(int) |
int |
BrickletBarometerV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletBarometerV2.setStatusLEDConfig(int) |
int |
BrickletSolidStateRelayV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletSolidStateRelayV2.setStatusLEDConfig(int) |
int |
BrickletRGBLEDMatrix.getStatusLEDConfig()
Returns the configuration as set by
BrickletRGBLEDMatrix.setStatusLEDConfig(int) |
int |
BrickletRS485.getStatusLEDConfig()
Returns the configuration as set by
BrickletRS485.setStatusLEDConfig(int) |
int |
BrickletVoltageCurrentV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletVoltageCurrentV2.setStatusLEDConfig(int) |
int |
BrickletJoystickV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletJoystickV2.setStatusLEDConfig(int) |
int |
BrickletPerformanceDC.getStatusLEDConfig()
Returns the configuration as set by
BrickletPerformanceDC.setStatusLEDConfig(int) |
int |
BrickletRealTimeClockV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletRealTimeClockV2.setStatusLEDConfig(int) |
int |
BrickletPTCV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletPTCV2.setStatusLEDConfig(int) |
int |
BrickletMotorizedLinearPoti.getStatusLEDConfig()
Returns the configuration as set by
BrickletMotorizedLinearPoti.setStatusLEDConfig(int) |
int |
BrickletUVLightV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletUVLightV2.setStatusLEDConfig(int) |
int |
BrickletSoundPressureLevel.getStatusLEDConfig()
Returns the configuration as set by
BrickletSoundPressureLevel.setStatusLEDConfig(int) |
int |
BrickletXMC1400Breakout.getStatusLEDConfig()
Returns the configuration as set by
BrickletXMC1400Breakout.setStatusLEDConfig(int) |
short |
BrickletMotionDetector.getStatusLEDConfig()
Returns the configuration as set by
BrickletMotionDetector.setStatusLEDConfig(short) . |
int |
BrickletRotaryPotiV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletRotaryPotiV2.setStatusLEDConfig(int) |
int |
BrickletOneWire.getStatusLEDConfig()
Returns the configuration as set by
BrickletOneWire.setStatusLEDConfig(int) |
int |
BrickletLaserRangeFinderV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletLaserRangeFinderV2.setStatusLEDConfig(int) |
int |
BrickletHallEffectV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletHallEffectV2.setStatusLEDConfig(int) |
int |
BrickletTemperatureIRV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletTemperatureIRV2.setStatusLEDConfig(int) |
int |
BrickletLoadCellV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletLoadCellV2.setStatusLEDConfig(int) |
int |
BrickletIO16V2.getStatusLEDConfig()
Returns the configuration as set by
BrickletIO16V2.setStatusLEDConfig(int) |
int |
BrickletNFC.getStatusLEDConfig()
Returns the configuration as set by
BrickletNFC.setStatusLEDConfig(int) |
int |
BrickletRS232V2.getStatusLEDConfig()
Returns the configuration as set by
BrickletRS232V2.setStatusLEDConfig(int) |
int |
BrickletPiezoSpeakerV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletPiezoSpeakerV2.setStatusLEDConfig(int) |
int |
BrickletIndustrialDualRelay.getStatusLEDConfig()
Returns the configuration as set by
BrickletIndustrialDualRelay.setStatusLEDConfig(int) |
int |
BrickletIndustrialDigitalOut4V2.getStatusLEDConfig()
Returns the configuration as set by
BrickletIndustrialDigitalOut4V2.setStatusLEDConfig(int) |
int |
BrickletIndustrialCounter.getStatusLEDConfig()
Returns the configuration as set by
BrickletIndustrialCounter.setStatusLEDConfig(int) |
int |
BrickletRGBLEDV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletRGBLEDV2.setStatusLEDConfig(int) |
int |
BrickletIndustrialAnalogOutV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletIndustrialAnalogOutV2.setStatusLEDConfig(int) |
int |
BrickletRGBLEDButton.getStatusLEDConfig()
Returns the configuration as set by
BrickletRGBLEDButton.setStatusLEDConfig(int) |
int |
BrickletLCD128x64.getStatusLEDConfig()
Returns the configuration as set by
BrickletLCD128x64.setStatusLEDConfig(int) |
int |
BrickletMultiTouchV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletMultiTouchV2.setStatusLEDConfig(int) |
int |
BrickletColorV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletColorV2.setStatusLEDConfig(int) |
int |
BrickletEnergyMonitor.getStatusLEDConfig()
Returns the configuration as set by
BrickletEnergyMonitor.setStatusLEDConfig(int) |
int |
BrickletParticulateMatter.getStatusLEDConfig()
Returns the configuration as set by
BrickletParticulateMatter.setStatusLEDConfig(int) |
int |
BrickletIsolator.getStatusLEDConfig()
Returns the configuration as set by
BrickletIsolator.setStatusLEDConfig(int) |
int |
BrickletAccelerometerV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletAccelerometerV2.setStatusLEDConfig(int) |
int |
BrickletIndustrialDualACRelay.getStatusLEDConfig()
Returns the configuration as set by
BrickletIndustrialDualACRelay.setStatusLEDConfig(int) |
int |
BrickletOLED128x64V2.getStatusLEDConfig()
Returns the configuration as set by
BrickletOLED128x64V2.setStatusLEDConfig(int) |
int |
BrickHATZero.getStatusLEDConfig()
Returns the configuration as set by
BrickHATZero.setStatusLEDConfig(int) |
int |
BrickletLEDStripV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletLEDStripV2.setStatusLEDConfig(int) |
int |
BrickletServoV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletServoV2.setStatusLEDConfig(int) |
int |
BrickletAirQuality.getStatusLEDConfig()
Returns the configuration as set by
BrickletAirQuality.setStatusLEDConfig(int) |
int |
BrickletDistanceIRV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletDistanceIRV2.setStatusLEDConfig(int) |
int |
BrickletIO4V2.getStatusLEDConfig()
Returns the configuration as set by
BrickletIO4V2.setStatusLEDConfig(int) |
int |
BrickletCompass.getStatusLEDConfig()
Returns the configuration as set by
BrickletCompass.setStatusLEDConfig(int) |
int |
BrickletEPaper296x128.getStatusLEDConfig()
Returns the configuration as set by
BrickletEPaper296x128.setStatusLEDConfig(int) |
int |
BrickletIndustrialDual020mAV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletIndustrialDual020mAV2.setStatusLEDConfig(int) |
int |
BrickletCO2V2.getStatusLEDConfig()
Returns the configuration as set by
BrickletCO2V2.setStatusLEDConfig(int) |
int |
BrickletRemoteSwitchV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletRemoteSwitchV2.setStatusLEDConfig(int) |
int |
BrickletThermocoupleV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletThermocoupleV2.setStatusLEDConfig(int) |
int |
BrickletThermalImaging.getStatusLEDConfig()
Returns the configuration as set by
BrickletThermalImaging.setStatusLEDConfig(int) |
int |
BrickletCANV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletCANV2.setStatusLEDConfig(int) |
int |
BrickletRotaryEncoderV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletRotaryEncoderV2.setStatusLEDConfig(int) |
int |
BrickletIndustrialDualAnalogInV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletIndustrialDualAnalogInV2.setStatusLEDConfig(int) |
int |
BrickletAmbientLightV3.getStatusLEDConfig()
Returns the configuration as set by
BrickletAmbientLightV3.setStatusLEDConfig(int) |
int |
BrickletMotionDetectorV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletMotionDetectorV2.setStatusLEDConfig(int) |
int |
BrickletDistanceUSV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletDistanceUSV2.setStatusLEDConfig(int) |
int |
BrickletIndustrialDigitalIn4V2.getStatusLEDConfig()
Returns the configuration as set by
BrickletIndustrialDigitalIn4V2.setStatusLEDConfig(int) |
int |
BrickletIndustrialQuadRelayV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletIndustrialQuadRelayV2.setStatusLEDConfig(int) |
int |
BrickletTemperatureV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletTemperatureV2.setStatusLEDConfig(int) |
int |
BrickletAnalogOutV3.getStatusLEDConfig()
Returns the configuration as set by
BrickletAnalogOutV3.setStatusLEDConfig(int) |
int |
BrickletOutdoorWeather.getStatusLEDConfig()
Returns the configuration as set by
BrickletOutdoorWeather.setStatusLEDConfig(int) |
int |
BrickletLinearPotiV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletLinearPotiV2.setStatusLEDConfig(int) |
int |
BrickletGPSV2.getStatusLEDConfig()
Returns the configuration as set by
BrickletGPSV2.setStatusLEDConfig(int) |
int |
BrickletIMUV3.getStatusLEDConfig()
Returns the configuration as set by
BrickletIMUV3.setStatusLEDConfig(int) |
BrickSilentStepper.StealthConfiguration |
BrickSilentStepper.getStealthConfiguration()
Returns the configuration as set by
BrickSilentStepper.setStealthConfiguration(boolean, short, short, boolean, boolean, short) . |
BrickSilentStepper.StepConfiguration |
BrickSilentStepper.getStepConfiguration()
Returns the step mode as set by
BrickSilentStepper.setStepConfiguration(short, boolean) . |
short |
BrickStepper.getStepMode()
Returns the step mode as set by
BrickStepper.setStepMode(short) . |
int |
BrickSilentStepper.getSteps()
Returns the last steps as set by
BrickSilentStepper.setSteps(int) . |
int |
BrickStepper.getSteps()
Returns the last steps as set by
BrickStepper.setSteps(int) . |
BrickRED.StringChunk |
BrickRED.getStringChunk(int stringId,
long offset)
Returns a chunk up to 63 bytes from a string object beginning at ``offset`` and
returns the resulting error code.
|
BrickRED.StringLength |
BrickRED.getStringLength(int stringId)
Returns the length of a string object and the resulting error code.
|
int |
BrickletLEDStrip.getSupplyVoltage()
Returns the current supply voltage of the LEDs.
|
int |
BrickletRGBLEDMatrix.getSupplyVoltage()
Returns the current supply voltage of the Bricklet.
|
int |
BrickletLEDStripV2.getSupplyVoltage()
Returns the current supply voltage of the LEDs.
|
int |
BrickletRemoteSwitchV2.getSwitchingState()
Returns the current switching state.
|
short |
BrickletRemoteSwitch.getSwitchingState()
Returns the current switching state.
|
BrickletNFCRFID.TagID |
BrickletNFCRFID.getTagID()
Returns the tag type, tag ID and the length of the tag ID
(4 or 7 bytes are possible length).
|
int |
BrickSilentStepper.getTargetPosition()
Returns the last target position as set by
BrickSilentStepper.setTargetPosition(int) . |
int |
BrickStepper.getTargetPosition()
Returns the last target position as set by
BrickStepper.setTargetPosition(int) . |
int |
BrickletHumidityV2.getTemperature()
Returns the temperature measured by the sensor.
|
int |
BrickletBarometerV2.getTemperature()
Returns the temperature of the air pressure sensor.
|
int |
BrickletPTCV2.getTemperature()
Returns the temperature of the connected sensor.
|
int |
BrickletPTC.getTemperature()
Returns the temperature of connected sensor.
|
short |
BrickletAccelerometer.getTemperature()
Returns the temperature of the accelerometer.
|
int |
BrickletAirQuality.getTemperature()
Returns temperature.
|
int |
BrickletCO2V2.getTemperature()
Returns temperature.
|
int |
BrickletThermocoupleV2.getTemperature()
Returns the temperature of the thermocouple.
|
short |
BrickletTemperature.getTemperature()
Returns the temperature of the sensor.
|
byte |
BrickIMUV2.getTemperature()
Returns the temperature of the IMU Brick.
|
int |
BrickletThermocouple.getTemperature()
Returns the temperature of the thermocouple.
|
int |
BrickletTemperatureV2.getTemperature()
Returns the temperature measured by the sensor.
|
int |
BrickletIMUV3.getTemperature()
Returns the temperature of the IMU Brick.
|
BrickletHumidityV2.TemperatureCallbackConfiguration |
BrickletHumidityV2.getTemperatureCallbackConfiguration()
Returns the listener configuration as set by
BrickletHumidityV2.setTemperatureCallbackConfiguration(long, boolean, char, int, int) . |
BrickletBarometerV2.TemperatureCallbackConfiguration |
BrickletBarometerV2.getTemperatureCallbackConfiguration()
Returns the listener configuration as set by
BrickletBarometerV2.setTemperatureCallbackConfiguration(long, boolean, char, int, int) . |
BrickletPTCV2.TemperatureCallbackConfiguration |
BrickletPTCV2.getTemperatureCallbackConfiguration()
Returns the listener configuration as set by
BrickletPTCV2.setTemperatureCallbackConfiguration(long, boolean, char, int, int) . |
BrickletAirQuality.TemperatureCallbackConfiguration |
BrickletAirQuality.getTemperatureCallbackConfiguration()
Returns the listener configuration as set by
BrickletAirQuality.setTemperatureCallbackConfiguration(long, boolean, char, int, int) . |
BrickletCO2V2.TemperatureCallbackConfiguration |
BrickletCO2V2.getTemperatureCallbackConfiguration()
Returns the listener configuration as set by
BrickletCO2V2.setTemperatureCallbackConfiguration(long, boolean, char, int, int) . |
BrickletThermocoupleV2.TemperatureCallbackConfiguration |
BrickletThermocoupleV2.getTemperatureCallbackConfiguration()
Returns the listener configuration as set by
BrickletThermocoupleV2.setTemperatureCallbackConfiguration(long, boolean, char, int, int) . |
BrickletTemperatureV2.TemperatureCallbackConfiguration |
BrickletTemperatureV2.getTemperatureCallbackConfiguration()
Returns the listener configuration as set by
BrickletTemperatureV2.setTemperatureCallbackConfiguration(long, boolean, char, int, int) . |
BrickletIMUV3.TemperatureCallbackConfiguration |
BrickletIMUV3.getTemperatureCallbackConfiguration()
Returns the listener configuration as set by
BrickletIMUV3.setTemperatureCallbackConfiguration(long, boolean) . |
long |
BrickletPTC.getTemperatureCallbackPeriod()
Returns the period as set by
BrickletPTC.setTemperatureCallbackPeriod(long) . |
long |
BrickletTemperature.getTemperatureCallbackPeriod()
Returns the period as set by
BrickletTemperature.setTemperatureCallbackPeriod(long) . |
long |
BrickletThermocouple.getTemperatureCallbackPeriod()
Returns the period as set by
BrickletThermocouple.setTemperatureCallbackPeriod(long) . |
BrickletPTC.TemperatureCallbackThreshold |
BrickletPTC.getTemperatureCallbackThreshold()
Returns the threshold as set by
BrickletPTC.setTemperatureCallbackThreshold(char, int, int) . |
BrickletTemperature.TemperatureCallbackThreshold |
BrickletTemperature.getTemperatureCallbackThreshold()
Returns the threshold as set by
BrickletTemperature.setTemperatureCallbackThreshold(char, short, short) . |
BrickletThermocouple.TemperatureCallbackThreshold |
BrickletThermocouple.getTemperatureCallbackThreshold()
Returns the threshold as set by
BrickletThermocouple.setTemperatureCallbackThreshold(char, int, int) . |
int[] |
BrickletThermalImaging.getTemperatureImage()
Returns the current temperature image.
|
BrickletThermalImaging.TemperatureImageLowLevel |
BrickletThermalImaging.getTemperatureImageLowLevel()
Returns the current temperature image.
|
int |
BrickletAirQuality.getTemperatureOffset()
Returns the temperature offset as set by
BrickletAirQuality.setTemperatureOffset(int) . |
int |
BrickletCO2V2.getTemperatureOffset()
Returns the temperature offset as set by
BrickletCO2V2.setTemperatureOffset(int) . |
long |
BrickIMUV2.getTemperaturePeriod()
Returns the period as set by
BrickIMUV2.setTemperaturePeriod(long) . |
int |
BrickletPerformanceDC.getThermalShutdown()
Returns the thermal shutdown temperature as set by
BrickletPerformanceDC.setThermalShutdown(int) . |
short |
BrickletTilt.getTiltState()
Returns the current tilt state.
|
long |
BrickSilentStepper.getTimeBase()
Returns the time base as set by
BrickSilentStepper.setTimeBase(long) . |
long |
BrickStepper.getTimeBase()
Returns the time base as set by
BrickStepper.setTimeBase(long) . |
long |
BrickletRealTimeClockV2.getTimestamp()
Returns the current date and the time of the real-time clock converted to
milliseconds.
|
long |
BrickletRealTimeClock.getTimestamp()
Returns the current date and the time of the real-time clock.
|
BrickletLCD128x64.TouchGesture |
BrickletLCD128x64.getTouchGesture()
Returns one of four touch gestures that can be automatically detected by the Bricklet.
|
BrickletLCD128x64.TouchGestureCallbackConfiguration |
BrickletLCD128x64.getTouchGestureCallbackConfiguration()
Returns the listener configuration as set by
BrickletLCD128x64.setTouchGestureCallbackConfiguration(long, boolean) . |
int |
BrickletLCD128x64.getTouchLEDConfig()
Returns the configuration as set by
BrickletLCD128x64.setTouchLEDConfig(int)
.. |
int |
BrickletMultiTouchV2.getTouchLEDConfig()
Returns the LED configuration as set by
BrickletMultiTouchV2.setTouchLEDConfig(int) |
BrickletLCD128x64.TouchPosition |
BrickletLCD128x64.getTouchPosition()
Returns the last valid touch position:
* Pressure: Amount of pressure applied by the user
* X: Touch position on x-axis
* Y: Touch position on y-axis
* Age: Age of touch press (how long ago it was)
|
BrickletLCD128x64.TouchPositionCallbackConfiguration |
BrickletLCD128x64.getTouchPositionCallbackConfiguration()
Returns the listener configuration as set by
BrickletLCD128x64.setTouchPositionCallbackConfiguration(long, boolean) . |
int |
BrickletMultiTouch.getTouchState()
Returns the current touch state.
|
boolean[] |
BrickletMultiTouchV2.getTouchState()
Returns the current touch state.
|
BrickletMultiTouchV2.TouchStateCallbackConfiguration |
BrickletMultiTouchV2.getTouchStateCallbackConfiguration()
Returns the listener configuration as set by
BrickletMultiTouchV2.setTouchStateCallbackConfiguration(long, boolean) . |
BrickletCANV2.TransceiverConfiguration |
BrickletCANV2.getTransceiverConfiguration()
Returns the configuration as set by
BrickletCANV2.setTransceiverConfiguration(long, int, int) . |
BrickletEnergyMonitor.TransformerCalibration |
BrickletEnergyMonitor.getTransformerCalibration()
Returns the transformer calibration as set by
BrickletEnergyMonitor.setTransformerCalibration(int, int, int) . |
BrickletEnergyMonitor.TransformerStatus |
BrickletEnergyMonitor.getTransformerStatus()
Returns *true* if a voltage/current transformer is connected to the Bricklet.
|
int |
BrickletEPaper296x128.getUpdateMode()
Returns the update mode as set by
BrickletEPaper296x128.setUpdateMode(int) . |
int |
BrickletDistanceUSV2.getUpdateRate()
Returns the update rate as set by
BrickletDistanceUSV2.setUpdateRate(int) . |
int |
BrickMaster.getUSBVoltage()
Returns the USB voltage.
|
int |
BrickHATZero.getUSBVoltage()
Returns the USB supply voltage of the Raspberry Pi.
|
BrickHATZero.USBVoltageCallbackConfiguration |
BrickHATZero.getUSBVoltageCallbackConfiguration()
Returns the listener configuration as set by
BrickHATZero.setUSBVoltageCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickMaster.getUSBVoltageCallbackPeriod()
Returns the period as set by
BrickMaster.setUSBVoltageCallbackPeriod(long) . |
BrickMaster.USBVoltageCallbackThreshold |
BrickMaster.getUSBVoltageCallbackThreshold()
Returns the threshold as set by
BrickMaster.setUSBVoltageCallbackThreshold(char, int, int) . |
int |
BrickletUVLightV2.getUVA()
Returns the UVA intensity of the sensor.
|
BrickletUVLightV2.UVACallbackConfiguration |
BrickletUVLightV2.getUVACallbackConfiguration()
Returns the listener configuration as set by
BrickletUVLightV2.setUVACallbackConfiguration(long, boolean, char, int, int) . |
int |
BrickletUVLightV2.getUVB()
Returns the UVB intensity of the sensor.
|
BrickletUVLightV2.UVBCallbackConfiguration |
BrickletUVLightV2.getUVBCallbackConfiguration()
Returns the listener configuration as set by
BrickletUVLightV2.setUVBCallbackConfiguration(long, boolean, char, int, int) . |
int |
BrickletUVLightV2.getUVI()
Returns the UV index of the sensor, the index is given in 1/10.
|
BrickletUVLightV2.UVICallbackConfiguration |
BrickletUVLightV2.getUVICallbackConfiguration()
Returns the listener configuration as set by
BrickletUVLightV2.setUVICallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletUVLight.getUVLight()
Returns the UV light intensity of the sensor.
|
long |
BrickletUVLight.getUVLightCallbackPeriod()
Returns the period as set by
BrickletUVLight.setUVLightCallbackPeriod(long) . |
BrickletUVLight.UVLightCallbackThreshold |
BrickletUVLight.getUVLightCallbackThreshold()
Returns the threshold as set by
BrickletUVLight.setUVLightCallbackThreshold(char, long, long) . |
boolean |
BrickletHallEffect.getValue()
Returns *true* if a magnetic field of 3.5 millitesla or greater is detected.
|
int |
BrickletIndustrialDigitalOut4.getValue()
Returns the bitmask as set by
BrickletIndustrialDigitalOut4.setValue(int) . |
boolean[] |
BrickletIO16V2.getValue()
Returns the logic levels that are currently measured on the channels.
|
BrickletIndustrialDualRelay.Value |
BrickletIndustrialDualRelay.getValue()
Returns the state of the relays, *true* means on and *false* means off.
|
boolean[] |
BrickletIndustrialDigitalOut4V2.getValue()
Returns the logic levels that are currently output on the channels.
|
int |
BrickletIndustrialQuadRelay.getValue()
Returns the bitmask as set by
BrickletIndustrialQuadRelay.setValue(int) . |
BrickletIndustrialDualACRelay.Value |
BrickletIndustrialDualACRelay.getValue()
Returns the state of the relays, *true* means on and *false* means off.
|
short |
BrickletIO4.getValue()
Returns a bitmask of the values that are currently measured.
|
boolean[] |
BrickletIO4V2.getValue()
Returns the logic levels that are currently measured on the channels.
|
boolean[] |
BrickletIndustrialDigitalIn4V2.getValue()
Returns the input value as bools, *true* refers to high and *false* refers to low.
|
boolean[] |
BrickletIndustrialQuadRelayV2.getValue()
Returns the values as set by
BrickletIndustrialQuadRelayV2.setValue(boolean[]) . |
int |
BrickletIndustrialDigitalIn4.getValue()
Returns the input value with a bitmask.
|
BrickletIndustrialDigitalIn4V2.ValueCallbackConfiguration |
BrickletIndustrialDigitalIn4V2.getValueCallbackConfiguration(int channel)
Returns the listener configuration for the given channel as set by
BrickletIndustrialDigitalIn4V2.setValueCallbackConfiguration(int, long, boolean) . |
short |
BrickDC.getVelocity()
Returns the velocity as set by
BrickDC.setVelocity(short) . |
short |
BrickletLaserRangeFinder.getVelocity()
Returns the measured velocity.
|
int |
BrickletPerformanceDC.getVelocity()
Returns the velocity as set by
BrickletPerformanceDC.setVelocity(int) . |
int |
BrickletLaserRangeFinderV2.getVelocity()
Returns the measured velocity.
|
int |
BrickServo.getVelocity(short servoNum)
Returns the velocity of the specified servo as set by
BrickServo.setVelocity(short, int) . |
BrickletLaserRangeFinderV2.VelocityCallbackConfiguration |
BrickletLaserRangeFinderV2.getVelocityCallbackConfiguration()
Returns the listener configuration as set by
BrickletLaserRangeFinderV2.setVelocityCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletLaserRangeFinder.getVelocityCallbackPeriod()
Returns the period as set by
BrickletLaserRangeFinder.setVelocityCallbackPeriod(long) . |
BrickletLaserRangeFinder.VelocityCallbackThreshold |
BrickletLaserRangeFinder.getVelocityCallbackThreshold()
Returns the threshold as set by
BrickletLaserRangeFinder.setVelocityCallbackThreshold(char, short, short) . |
boolean |
BrickletPerformanceDC.getVelocityReachedCallbackConfiguration()
Returns the listener configuration as set by
BrickletPerformanceDC.setVelocityReachedCallbackConfiguration(boolean) . |
int |
BrickletAnalogInV3.getVoltage()
Returns the measured voltage.
|
int |
BrickletVoltageCurrent.getVoltage()
Returns the voltage.
|
int |
BrickletVoltageCurrentV2.getVoltage()
Returns the voltage.
|
int |
BrickletAnalogIn.getVoltage()
Returns the voltage of the sensor.
|
int |
BrickletAnalogInV2.getVoltage()
Returns the measured voltage.
|
int |
BrickletVoltage.getVoltage()
Returns the voltage of the sensor.
|
int |
BrickletIndustrialAnalogOutV2.getVoltage()
Returns the voltage as set by
BrickletIndustrialAnalogOutV2.setVoltage(int) . |
int |
BrickletAnalogOut.getVoltage()
Returns the voltage as set by
BrickletAnalogOut.setVoltage(int) . |
int |
BrickletIndustrialAnalogOut.getVoltage()
Returns the voltage as set by
BrickletIndustrialAnalogOut.setVoltage(int) . |
int |
BrickletIndustrialDualAnalogInV2.getVoltage(int channel)
Returns the voltage for the given channel.
|
int |
BrickletIndustrialDualAnalogIn.getVoltage(short channel)
Returns the voltage for the given channel.
|
BrickletAnalogInV3.VoltageCallbackConfiguration |
BrickletAnalogInV3.getVoltageCallbackConfiguration()
Returns the listener configuration as set by
BrickletAnalogInV3.setVoltageCallbackConfiguration(long, boolean, char, int, int) . |
BrickletVoltageCurrentV2.VoltageCallbackConfiguration |
BrickletVoltageCurrentV2.getVoltageCallbackConfiguration()
Returns the listener configuration as set by
BrickletVoltageCurrentV2.setVoltageCallbackConfiguration(long, boolean, char, int, int) . |
BrickletIndustrialDualAnalogInV2.VoltageCallbackConfiguration |
BrickletIndustrialDualAnalogInV2.getVoltageCallbackConfiguration(int channel)
Returns the listener configuration as set by
BrickletIndustrialDualAnalogInV2.setVoltageCallbackConfiguration(int, long, boolean, char, int, int) . |
long |
BrickletVoltageCurrent.getVoltageCallbackPeriod()
Returns the period as set by
BrickletVoltageCurrent.setVoltageCallbackPeriod(long) . |
long |
BrickletAnalogIn.getVoltageCallbackPeriod()
Returns the period as set by
BrickletAnalogIn.setVoltageCallbackPeriod(long) . |
long |
BrickletAnalogInV2.getVoltageCallbackPeriod()
Returns the period as set by
BrickletAnalogInV2.setVoltageCallbackPeriod(long) . |
long |
BrickletVoltage.getVoltageCallbackPeriod()
Returns the period as set by
BrickletVoltage.setVoltageCallbackPeriod(long) . |
long |
BrickletIndustrialDualAnalogIn.getVoltageCallbackPeriod(short channel)
Returns the period as set by
BrickletIndustrialDualAnalogIn.setVoltageCallbackPeriod(short, long) . |
BrickletVoltageCurrent.VoltageCallbackThreshold |
BrickletVoltageCurrent.getVoltageCallbackThreshold()
Returns the threshold as set by
BrickletVoltageCurrent.setVoltageCallbackThreshold(char, int, int) . |
BrickletAnalogIn.VoltageCallbackThreshold |
BrickletAnalogIn.getVoltageCallbackThreshold()
Returns the threshold as set by
BrickletAnalogIn.setVoltageCallbackThreshold(char, int, int) . |
BrickletAnalogInV2.VoltageCallbackThreshold |
BrickletAnalogInV2.getVoltageCallbackThreshold()
Returns the threshold as set by
BrickletAnalogInV2.setVoltageCallbackThreshold(char, int, int) . |
BrickletVoltage.VoltageCallbackThreshold |
BrickletVoltage.getVoltageCallbackThreshold()
Returns the threshold as set by
BrickletVoltage.setVoltageCallbackThreshold(char, int, int) . |
BrickletIndustrialDualAnalogIn.VoltageCallbackThreshold |
BrickletIndustrialDualAnalogIn.getVoltageCallbackThreshold(short channel)
Returns the threshold as set by
BrickletIndustrialDualAnalogIn.setVoltageCallbackThreshold(short, char, int, int) . |
BrickHAT.Voltages |
BrickHAT.getVoltages()
Returns the USB supply voltage and the DC input supply voltage.
|
BrickHAT.VoltagesCallbackConfiguration |
BrickHAT.getVoltagesCallbackConfiguration()
Returns the listener configuration as set by
BrickHAT.setVoltagesCallbackConfiguration(long, boolean) . |
int[] |
BrickletEnergyMonitor.getWaveform()
Returns a snapshot of the voltage and current waveform.
|
BrickletEnergyMonitor.WaveformLowLevel |
BrickletEnergyMonitor.getWaveformLowLevel()
Returns a snapshot of the voltage and current waveform.
|
int |
BrickletLoadCellV2.getWeight()
Returns the currently measured weight.
|
int |
BrickletLoadCell.getWeight()
Returns the currently measured weight.
|
BrickletLoadCellV2.WeightCallbackConfiguration |
BrickletLoadCellV2.getWeightCallbackConfiguration()
Returns the listener configuration as set by
BrickletLoadCellV2.setWeightCallbackConfiguration(long, boolean, char, int, int) . |
long |
BrickletLoadCell.getWeightCallbackPeriod()
Returns the period as set by
BrickletLoadCell.setWeightCallbackPeriod(long) . |
BrickletLoadCell.WeightCallbackThreshold |
BrickletLoadCell.getWeightCallbackThreshold()
Returns the threshold as set by
BrickletLoadCell.setWeightCallbackThreshold(char, int, int) . |
BrickMaster.Wifi2APConfiguration |
BrickMaster.getWifi2APConfiguration()
Returns the access point configuration as set by
BrickMaster.setWifi2APConfiguration(boolean, String, short[], short[], short[], short, boolean, short, short[]) . |
java.lang.String |
BrickMaster.getWifi2APPassword()
Returns the access point password as set by
BrickMaster.setWifi2APPassword(String) . |
java.lang.String |
BrickMaster.getWifi2AuthenticationSecret()
Returns the WIFI authentication secret as set by
BrickMaster.setWifi2AuthenticationSecret(String) . |
BrickMaster.Wifi2ClientConfiguration |
BrickMaster.getWifi2ClientConfiguration()
Returns the client configuration as set by
BrickMaster.setWifi2ClientConfiguration(boolean, String, short[], short[], short[], short[], short[]) . |
java.lang.String |
BrickMaster.getWifi2ClientHostname()
Returns the client hostname as set by
BrickMaster.setWifi2ClientHostname(String) . |
java.lang.String |
BrickMaster.getWifi2ClientPassword()
Returns the client password as set by
BrickMaster.setWifi2ClientPassword(String) . |
BrickMaster.Wifi2Configuration |
BrickMaster.getWifi2Configuration()
Returns the general configuration as set by
BrickMaster.setWifi2Configuration(int, int, int, short, short, short) . |
short[] |
BrickMaster.getWifi2FirmwareVersion()
Returns the current version of the WIFI Extension 2.0 firmware.
|
BrickMaster.Wifi2MeshAPStatus |
BrickMaster.getWifi2MeshAPStatus()
Requires WIFI Extension 2.0 firmware 2.1.0.
|
BrickMaster.Wifi2MeshClientStatus |
BrickMaster.getWifi2MeshClientStatus()
Requires WIFI Extension 2.0 firmware 2.1.0.
|
BrickMaster.Wifi2MeshCommonStatus |
BrickMaster.getWifi2MeshCommonStatus()
Requires WIFI Extension 2.0 firmware 2.1.0.
|
BrickMaster.Wifi2MeshConfiguration |
BrickMaster.getWifi2MeshConfiguration()
Requires WIFI Extension 2.0 firmware 2.1.0.
|
java.lang.String |
BrickMaster.getWifi2MeshRouterPassword()
Requires WIFI Extension 2.0 firmware 2.1.0.
|
java.lang.String |
BrickMaster.getWifi2MeshRouterSSID()
Requires WIFI Extension 2.0 firmware 2.1.0.
|
BrickMaster.Wifi2Status |
BrickMaster.getWifi2Status()
Returns the client and access point status of the WIFI Extension 2.0.
|
java.lang.String |
BrickMaster.getWifiAuthenticationSecret()
Returns the authentication secret as set by
BrickMaster.setWifiAuthenticationSecret(String) . |
BrickMaster.WifiBufferInfo |
BrickMaster.getWifiBufferInfo()
Returns informations about the Wi-Fi receive buffer.
|
BrickMaster.WifiCertificate |
BrickMaster.getWifiCertificate(int index)
Returns the certificate for a given index as set by
BrickMaster.setWifiCertificate(int, short[], short) . |
BrickMaster.WifiConfiguration |
BrickMaster.getWifiConfiguration()
Returns the configuration as set by
BrickMaster.setWifiConfiguration(String, short, short[], short[], short[], int) . |
BrickMaster.WifiEncryption |
BrickMaster.getWifiEncryption()
Returns the encryption as set by
BrickMaster.setWifiEncryption(short, String, short, short, int, int, int) . |
java.lang.String |
BrickMaster.getWifiHostname()
Returns the hostname as set by
BrickMaster.setWifiHostname(String) . |
short |
BrickMaster.getWifiPowerMode()
Returns the power mode as set by
BrickMaster.setWifiPowerMode(short) . |
short |
BrickMaster.getWifiRegulatoryDomain()
Returns the regulatory domain as set by
BrickMaster.setWifiRegulatoryDomain(short) . |
BrickMaster.WifiStatus |
BrickMaster.getWifiStatus()
Returns the status of the WIFI Extension.
|
int |
BrickletPTCV2.getWireMode()
Returns the wire mode as set by
BrickletPTCV2.setWireMode(int) |
short |
BrickletPTC.getWireMode()
Returns the wire mode as set by
BrickletPTC.setWireMode(short) |
boolean |
BrickletLCD20x4.isBacklightOn()
Returns *true* if the backlight is on and *false* otherwise.
|
boolean |
BrickletLCD16x2.isBacklightOn()
Returns *true* if the backlight is on and *false* otherwise.
|
boolean |
BrickletLCD20x4.isButtonPressed(short button)
Returns *true* if the button (0 to 2 or 0 to 3 since hardware version 1.2)
is pressed.
|
boolean |
BrickletLCD16x2.isButtonPressed(short button)
Returns *true* if the button is pressed.
|
boolean |
BrickMaster.isChibiPresent()
Returns *true* if the Master Brick is at position 0 in the stack and a Chibi
Extension is available.
|
boolean |
BrickDC.isEnabled()
Returns *true* if the driver chip is enabled, *false* otherwise.
|
boolean |
BrickSilentStepper.isEnabled()
Returns *true* if the driver chip is enabled, *false* otherwise.
|
boolean |
BrickletIndustrialAnalogOut.isEnabled()
Returns *true* if output of voltage and current is enabled, *false* otherwise.
|
boolean |
BrickStepper.isEnabled()
Returns *true* if the driver chip is enabled, *false* otherwise.
|
boolean |
BrickServo.isEnabled(short servoNum)
Returns *true* if the specified servo is enabled, *false* otherwise.
|
boolean |
BrickletRS485.isErrorCountCallbackEnabled()
Returns *true* if the
BrickletRS485.ErrorCountListener listener is enabled,
*false* otherwise. |
boolean |
BrickMaster.isEthernetPresent()
Returns *true* if the Master Brick is at position 0 in the stack and an Ethernet
Extension is available.
|
boolean |
BrickletCAN.isFrameReadCallbackEnabled()
Returns *true* if the
BrickletCAN.FrameReadListener listener is enabled, *false* otherwise. |
boolean |
BrickletLEDStrip.isFrameRenderedCallbackEnabled()
Returns *true* if the
BrickletLEDStrip.FrameRenderedListener listener is enabled, *false* otherwise. |
boolean |
BrickletLaserRangeFinder.isLaserEnabled()
Returns *true* if the laser is enabled, *false* otherwise.
|
boolean |
BrickletAccelerometer.isLEDOn()
Returns *true* if the LED is enabled, *false* otherwise.
|
boolean |
BrickletLoadCell.isLEDOn()
Returns *true* if the led is on, *false* otherwise.
|
short |
BrickletColor.isLightOn()
Returns the state of the LED.
|
boolean |
BrickIMU.isOrientationCalculationOn()
Returns *true* if the orientation calculation of the IMU Brick
is on, *false* otherwise.
|
boolean |
BrickletCurrent25.isOverCurrent()
Returns *true* if more than 25A were measured.
|
boolean |
BrickletCurrent12.isOverCurrent()
Returns *true* if more than 12.5A were measured.
|
boolean |
BrickServo.isPositionReachedCallbackEnabled()
Returns *true* if
BrickServo.PositionReachedListener listener is enabled, *false* otherwise. |
boolean |
BrickletJoystick.isPressed()
Returns *true* if the button is pressed and *false* otherwise.
|
boolean |
BrickletJoystickV2.isPressed()
Returns *true* if the button is pressed and *false* otherwise.
|
boolean |
BrickletRotaryEncoderV2.isPressed()
Returns *true* if the button is pressed and *false* otherwise.
|
boolean |
BrickletRotaryEncoder.isPressed()
Returns *true* if the button is pressed and *false* otherwise.
|
boolean |
BrickletRS485.isReadCallbackEnabled()
Returns *true* if the
BrickletRS485.ReadListener listener is enabled,
*false* otherwise. |
boolean |
BrickletRS232V2.isReadCallbackEnabled()
Returns *true* if the
BrickletRS232V2.ReadListener listener is enabled,
*false* otherwise. |
boolean |
BrickletRS232.isReadCallbackEnabled()
Returns *true* if the
BrickletRS232.ReadListener listener is enabled,
*false* otherwise. |
boolean |
BrickMaster.isRS485Present()
Returns *true* if the Master Brick is at position 0 in the stack and a RS485
Extension is available.
|
boolean |
BrickletPTCV2.isSensorConnected()
Returns *true* if the sensor is connected correctly.
|
boolean |
BrickletPTC.isSensorConnected()
Returns *true* if the sensor is connected correctly.
|
boolean |
BrickDC.isStatusLEDEnabled()
Returns *true* if the status LED is enabled, *false* otherwise.
|
boolean |
BrickIMU.isStatusLEDEnabled()
Returns *true* if the status LED is enabled, *false* otherwise.
|
boolean |
BrickServo.isStatusLEDEnabled()
Returns *true* if the status LED is enabled, *false* otherwise.
|
boolean |
BrickMaster.isStatusLEDEnabled()
Returns *true* if the status LED is enabled, *false* otherwise.
|
boolean |
BrickSilentStepper.isStatusLEDEnabled()
Returns *true* if the status LED is enabled, *false* otherwise.
|
boolean |
BrickStepper.isStatusLEDEnabled()
Returns *true* if the status LED is enabled, *false* otherwise.
|
boolean |
BrickIMUV2.isStatusLEDEnabled()
Returns *true* if the status LED is enabled, *false* otherwise.
|
boolean |
BrickStepper.isSyncRect()
Returns *true* if synchronous rectification is enabled, *false* otherwise.
|
boolean |
BrickletTilt.isTiltStateCallbackEnabled()
Returns *true* if the
BrickletTilt.TiltStateListener listener is enabled. |
boolean |
BrickServo.isVelocityReachedCallbackEnabled()
Returns *true* if
BrickServo.VelocityReachedListener listener is enabled, *false* otherwise. |
boolean |
BrickMaster.isWifi2Present()
Returns *true* if the Master Brick is at position 0 in the stack and a WIFI
Extension 2.0 is available.
|
boolean |
BrickMaster.isWifi2StatusLEDEnabled()
Returns *true* if the green status LED of the WIFI Extension 2.0 is turned on.
|
boolean |
BrickMaster.isWifiPresent()
Returns *true* if the Master Brick is at position 0 in the stack and a WIFI
Extension is available.
|
short |
BrickRED.keepSessionAlive(int sessionId,
long lifetime) |
short |
BrickRED.killProcess(int processId,
short signal)
Sends a UNIX signal to a process object and returns the resulting error code.
|
void |
BrickletAccelerometer.ledOff()
Disables the LED on the Bricklet.
|
void |
BrickletLoadCell.ledOff()
Turns the LED off.
|
void |
BrickletAccelerometer.ledOn()
Enables the LED on the Bricklet.
|
void |
BrickletLoadCell.ledOn()
Turns the LED on.
|
void |
BrickIMU.ledsOff()
Turns the orientation and direction LEDs of the IMU Brick off.
|
void |
BrickIMUV2.ledsOff()
Turns the orientation and direction LEDs of the IMU Brick off.
|
void |
BrickIMU.ledsOn()
Turns the orientation and direction LEDs of the IMU Brick on.
|
void |
BrickIMUV2.ledsOn()
Turns the orientation and direction LEDs of the IMU Brick on.
|
void |
BrickletColor.lightOff()
Turns the LED off.
|
void |
BrickletColor.lightOn()
Turns the LED on.
|
int |
BrickletRS485.modbusMasterReadCoils(int slaveAddress,
long startingAddress,
int count)
In Modbus master mode this function can be used to read coils from a slave.
|
int |
BrickletRS485.modbusMasterReadDiscreteInputs(int slaveAddress,
long startingAddress,
int count)
In Modbus master mode this function can be used to read discrete inputs from a slave.
|
int |
BrickletRS485.modbusMasterReadHoldingRegisters(int slaveAddress,
long startingAddress,
int count)
In Modbus master mode this function can be used to read holding registers from a slave.
|
int |
BrickletRS485.modbusMasterReadInputRegisters(int slaveAddress,
long startingAddress,
int count)
In Modbus master mode this function can be used to read input registers from a slave.
|
int |
BrickletRS485.modbusMasterWriteMultipleCoils(int slaveAddress,
long startingAddress,
boolean[] coils)
In Modbus master mode this function can be used to write multiple coils of a slave.
|
int |
BrickletRS485.modbusMasterWriteMultipleCoilsLowLevel(int slaveAddress,
long startingAddress,
int coilsLength,
int coilsChunkOffset,
boolean[] coilsChunkData)
In Modbus master mode this function can be used to write multiple coils of a slave.
|
int |
BrickletRS485.modbusMasterWriteMultipleRegisters(int slaveAddress,
long startingAddress,
int[] registers)
In Modbus master mode this function can be used to write multiple registers of a slave.
|
int |
BrickletRS485.modbusMasterWriteMultipleRegistersLowLevel(int slaveAddress,
long startingAddress,
int registersLength,
int registersChunkOffset,
int[] registersChunkData)
In Modbus master mode this function can be used to write multiple registers of a slave.
|
int |
BrickletRS485.modbusMasterWriteSingleCoil(int slaveAddress,
long coilAddress,
boolean coilValue)
In Modbus master mode this function can be used to write a single coil of a slave.
|
int |
BrickletRS485.modbusMasterWriteSingleRegister(int slaveAddress,
long registerAddress,
int registerValue)
In Modbus master mode this function can be used to write a single holding register of a
slave.
|
void |
BrickletRS485.modbusSlaveAnswerReadCoilsRequest(int requestID,
boolean[] coils)
In Modbus slave mode this function can be used to answer a master request to
read coils.
|
void |
BrickletRS485.modbusSlaveAnswerReadCoilsRequestLowLevel(int requestID,
int coilsLength,
int coilsChunkOffset,
boolean[] coilsChunkData)
In Modbus slave mode this function can be used to answer a master request to
read coils.
|
void |
BrickletRS485.modbusSlaveAnswerReadDiscreteInputsRequest(int requestID,
boolean[] discreteInputs)
In Modbus slave mode this function can be used to answer a master request to
read discrete inputs.
|
void |
BrickletRS485.modbusSlaveAnswerReadDiscreteInputsRequestLowLevel(int requestID,
int discreteInputsLength,
int discreteInputsChunkOffset,
boolean[] discreteInputsChunkData)
In Modbus slave mode this function can be used to answer a master request to
read discrete inputs.
|
void |
BrickletRS485.modbusSlaveAnswerReadHoldingRegistersRequest(int requestID,
int[] holdingRegisters)
In Modbus slave mode this function can be used to answer a master request to
read holding registers.
|
void |
BrickletRS485.modbusSlaveAnswerReadHoldingRegistersRequestLowLevel(int requestID,
int holdingRegistersLength,
int holdingRegistersChunkOffset,
int[] holdingRegistersChunkData)
In Modbus slave mode this function can be used to answer a master request to
read holding registers.
|
void |
BrickletRS485.modbusSlaveAnswerReadInputRegistersRequest(int requestID,
int[] inputRegisters)
In Modbus slave mode this function can be used to answer a master request to
read input registers.
|
void |
BrickletRS485.modbusSlaveAnswerReadInputRegistersRequestLowLevel(int requestID,
int inputRegistersLength,
int inputRegistersChunkOffset,
int[] inputRegistersChunkData)
In Modbus slave mode this function can be used to answer a master request to
read input registers.
|
void |
BrickletRS485.modbusSlaveAnswerWriteMultipleCoilsRequest(int requestID)
In Modbus slave mode this function can be used to answer a master request to
write multiple coils.
|
void |
BrickletRS485.modbusSlaveAnswerWriteMultipleRegistersRequest(int requestID)
In Modbus slave mode this function can be used to answer a master request to
write multiple registers.
|
void |
BrickletRS485.modbusSlaveAnswerWriteSingleCoilRequest(int requestID)
In Modbus slave mode this function can be used to answer a master request to
write a single coil.
|
void |
BrickletRS485.modbusSlaveAnswerWriteSingleRegisterRequest(int requestID)
In Modbus slave mode this function can be used to answer a master request to
write a single register.
|
void |
BrickletRS485.modbusSlaveReportException(int requestID,
int exceptionCode)
In Modbus slave mode this function can be used to report a Modbus exception for
a Modbus master request.
|
void |
BrickletPiezoBuzzer.morseCode(java.lang.String morse)
Sets morse code that will be played by the piezo buzzer.
|
void |
BrickletPiezoSpeaker.morseCode(java.lang.String morse,
int frequency)
Sets morse code that will be played by the piezo buzzer.
|
void |
BrickletOLED64x48.newWindow(short columnFrom,
short columnTo,
short rowFrom,
short rowTo)
Sets the window in which you can write with
BrickletOLED64x48.write(short[]) . |
void |
BrickletOLED128x64.newWindow(short columnFrom,
short columnTo,
short rowFrom,
short rowTo)
Sets the window in which you can write with
BrickletOLED128x64.write(short[]) . |
BrickRED.OpenDirectory |
BrickRED.openDirectory(int nameStringId,
int sessionId)
Opens an existing directory and allocates a new directory object for it.
|
BrickRED.OpenFile |
BrickRED.openFile(int nameStringId,
long flags,
int permissions,
long uid,
long gid,
int sessionId)
Opens an existing file or creates a new file and allocates a new file object
for it.
|
void |
BrickIMU.orientationCalculationOff()
Turns the orientation calculation of the IMU Brick off.
|
void |
BrickIMU.orientationCalculationOn()
Turns the orientation calculation of the IMU Brick on.
|
BrickletNFC.P2PGetState |
BrickletNFC.p2pGetState()
Returns the current P2P state of the NFC Bricklet.
|
int[] |
BrickletNFC.p2pReadNDEF()
Returns the NDEF message that was written by a NFC peer in NFC P2P mode.
|
BrickletNFC.P2PReadNDEFLowLevel |
BrickletNFC.p2pReadNDEFLowLevel()
Returns the NDEF message that was written by a NFC peer in NFC P2P mode.
|
void |
BrickletNFC.p2pStartDiscovery()
Starts the discovery process.
|
void |
BrickletNFC.p2pStartTransfer(int transfer)
You can start the transfer of a NDEF message if the P2P state is *P2PDiscoveryReady*.
|
void |
BrickletNFC.p2pWriteNDEF(int[] ndef)
Writes the NDEF message that is to be transferred to the NFC peer.
|
void |
BrickletNFC.p2pWriteNDEFLowLevel(int ndefLength,
int ndefChunkOffset,
int[] ndefChunkData)
Writes the NDEF message that is to be transferred to the NFC peer.
|
short |
BrickRED.purgeProgram(int programId,
long cookie) |
BrickletOneWire.Read |
BrickletOneWire.read()
Reads a byte of data from the 1-Wire bus.
|
BrickletRS232.Read |
BrickletRS232.read()
Returns the currently buffered message.
|
char[] |
BrickletRS485.read(int length)
Returns up to *length* characters from receive buffer.
|
char[] |
BrickletRS232V2.read(int length)
Returns up to *length* characters from receive buffer.
|
boolean[] |
BrickletEPaper296x128.readBlackWhite(int xStart,
int yStart,
int xEnd,
int yEnd)
Returns the current content of the black/white pixel buffer for the specified window.
|
BrickletEPaper296x128.ReadBlackWhiteLowLevel |
BrickletEPaper296x128.readBlackWhiteLowLevel(int xStart,
int yStart,
int xEnd,
int yEnd)
Returns the current content of the black/white pixel buffer for the specified window.
|
short[] |
BrickDC.readBrickletPlugin(char port,
short offset)
Reads 32 bytes of firmware from the bricklet attached at the given port.
|
short[] |
BrickIMU.readBrickletPlugin(char port,
short offset)
Reads 32 bytes of firmware from the bricklet attached at the given port.
|
short[] |
BrickServo.readBrickletPlugin(char port,
short offset)
Reads 32 bytes of firmware from the bricklet attached at the given port.
|
short[] |
BrickMaster.readBrickletPlugin(char port,
short offset)
Reads 32 bytes of firmware from the bricklet attached at the given port.
|
short[] |
BrickSilentStepper.readBrickletPlugin(char port,
short offset)
Reads 32 bytes of firmware from the bricklet attached at the given port.
|
short[] |
BrickStepper.readBrickletPlugin(char port,
short offset)
Reads 32 bytes of firmware from the bricklet attached at the given port.
|
short[] |
BrickIMUV2.readBrickletPlugin(char port,
short offset)
Reads 32 bytes of firmware from the bricklet attached at the given port.
|
boolean[] |
BrickletEPaper296x128.readColor(int xStart,
int yStart,
int xEnd,
int yEnd)
Returns the current content of the red or gray pixel buffer for the specified window.
|
BrickletEPaper296x128.ReadColorLowLevel |
BrickletEPaper296x128.readColorLowLevel(int xStart,
int yStart,
int xEnd,
int yEnd)
Returns the current content of the red or gray pixel buffer for the specified window.
|
void |
BrickletNFC.readerAuthenticateMifareClassicPage(int page,
int keyNumber,
int[] key)
Mifare Classic tags use authentication.
|
BrickletNFC.ReaderGetState |
BrickletNFC.readerGetState()
Returns the current reader state of the NFC Bricklet.
|
BrickletNFC.ReaderGetTagID |
BrickletNFC.readerGetTagID()
Returns the tag type and the tag ID.
|
BrickletNFC.ReaderGetTagIDLowLevel |
BrickletNFC.readerGetTagIDLowLevel()
Returns the tag type and the tag ID.
|
int[] |
BrickletNFC.readerReadNDEF()
Returns the NDEF data from an internal buffer.
|
BrickletNFC.ReaderReadNDEFLowLevel |
BrickletNFC.readerReadNDEFLowLevel()
Returns the NDEF data from an internal buffer.
|
int[] |
BrickletNFC.readerReadPage()
Returns the page data from an internal buffer.
|
BrickletNFC.ReaderReadPageLowLevel |
BrickletNFC.readerReadPageLowLevel()
Returns the page data from an internal buffer.
|
void |
BrickletNFC.readerRequestNDEF()
Reads NDEF formated data from a tag.
|
void |
BrickletNFC.readerRequestPage(int page,
int length)
Reads a maximum of 8192 bytes starting from the given page and stores them into a buffer.
|
void |
BrickletNFC.readerRequestTagID()
After you call
BrickletNFC.readerRequestTagID() the NFC Bricklet will try to read
the tag ID from the tag. |
void |
BrickletNFC.readerWriteNDEF(int[] ndef)
Writes NDEF formated data.
|
void |
BrickletNFC.readerWriteNDEFLowLevel(int ndefLength,
int ndefChunkOffset,
int[] ndefChunkData)
Writes NDEF formated data.
|
void |
BrickletNFC.readerWritePage(int page,
int[] data)
Writes a maximum of 8192 bytes starting from the given page.
|
void |
BrickletNFC.readerWritePageLowLevel(int page,
int dataLength,
int dataChunkOffset,
int[] dataChunkData)
Writes a maximum of 8192 bytes starting from the given page.
|
BrickRED.ReadFile |
BrickRED.readFile(int fileId,
short lengthToRead)
Reads up to 62 bytes from a file object.
|
void |
BrickRED.readFileAsync(int fileId,
long lengthToRead)
Reads up to 2\ :sup:`63`\ - 1 bytes from a file object asynchronously.
|
BrickletDMX.ReadFrame |
BrickletDMX.readFrame()
Returns the last frame that was written by the DMX master.
|
BrickletCAN.ReadFrame |
BrickletCAN.readFrame()
Tries to read the next data or remote frame from the read buffer and return it.
|
BrickletCANV2.ReadFrame |
BrickletCANV2.readFrame()
Tries to read the next data or remote frame from the read queue and returns it.
|
BrickletRS232.ReadFrame |
BrickletRS232.readFrame()
Returns up to one frame of bytes from the read buffer.
|
BrickletDMX.ReadFrameLowLevel |
BrickletDMX.readFrameLowLevel()
Returns the last frame that was written by the DMX master.
|
BrickletCANV2.ReadFrameLowLevel |
BrickletCANV2.readFrameLowLevel()
Tries to read the next data or remote frame from the read queue and returns it.
|
BrickletRS485.ReadLowLevel |
BrickletRS485.readLowLevel(int length)
Returns up to *length* characters from receive buffer.
|
BrickletRS232V2.ReadLowLevel |
BrickletRS232V2.readLowLevel(int length)
Returns up to *length* characters from receive buffer.
|
boolean[] |
BrickletLCD128x64.readPixels(int xStart,
int yStart,
int xEnd,
int yEnd)
Reads pixels from the specified window.
|
boolean[] |
BrickletOLED128x64V2.readPixels(int xStart,
int yStart,
int xEnd,
int yEnd)
Reads pixels from the specified window.
|
BrickletLCD128x64.ReadPixelsLowLevel |
BrickletLCD128x64.readPixelsLowLevel(int xStart,
int yStart,
int xEnd,
int yEnd)
Reads pixels from the specified window.
|
BrickletOLED128x64V2.ReadPixelsLowLevel |
BrickletOLED128x64V2.readPixelsLowLevel(int xStart,
int yStart,
int xEnd,
int yEnd)
Reads pixels from the specified window.
|
long |
BrickletAnalogInV3.readUID()
Returns the current UID as an integer.
|
long |
BrickletSegmentDisplay4x7V2.readUID()
Returns the current UID as an integer.
|
long |
BrickletHumidityV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletDualButtonV2.readUID()
Returns the current UID as an integer.
|
long |
BrickHAT.readUID()
Returns the current UID as an integer.
|
long |
BrickletDMX.readUID()
Returns the current UID as an integer.
|
long |
BrickletBarometerV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletSolidStateRelayV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletRGBLEDMatrix.readUID()
Returns the current UID as an integer.
|
long |
BrickletRS485.readUID()
Returns the current UID as an integer.
|
long |
BrickletVoltageCurrentV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletJoystickV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletPerformanceDC.readUID()
Returns the current UID as an integer.
|
long |
BrickletRealTimeClockV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletPTCV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletMotorizedLinearPoti.readUID()
Returns the current UID as an integer.
|
long |
BrickletUVLightV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletSoundPressureLevel.readUID()
Returns the current UID as an integer.
|
long |
BrickletXMC1400Breakout.readUID()
Returns the current UID as an integer.
|
long |
BrickletRotaryPotiV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletOneWire.readUID()
Returns the current UID as an integer.
|
long |
BrickletLaserRangeFinderV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletHallEffectV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletTemperatureIRV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletLoadCellV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletIO16V2.readUID()
Returns the current UID as an integer.
|
long |
BrickletNFC.readUID()
Returns the current UID as an integer.
|
long |
BrickletRS232V2.readUID()
Returns the current UID as an integer.
|
long |
BrickletPiezoSpeakerV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletIndustrialDualRelay.readUID()
Returns the current UID as an integer.
|
long |
BrickletIndustrialDigitalOut4V2.readUID()
Returns the current UID as an integer.
|
long |
BrickletIndustrialCounter.readUID()
Returns the current UID as an integer.
|
long |
BrickletRGBLEDV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletIndustrialAnalogOutV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletRGBLEDButton.readUID()
Returns the current UID as an integer.
|
long |
BrickletLCD128x64.readUID()
Returns the current UID as an integer.
|
long |
BrickletMultiTouchV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletColorV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletEnergyMonitor.readUID()
Returns the current UID as an integer.
|
long |
BrickletParticulateMatter.readUID()
Returns the current UID as an integer.
|
long |
BrickletIsolator.readUID()
Returns the current UID as an integer.
|
long |
BrickletAccelerometerV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletIndustrialDualACRelay.readUID()
Returns the current UID as an integer.
|
long |
BrickletOLED128x64V2.readUID()
Returns the current UID as an integer.
|
long |
BrickHATZero.readUID()
Returns the current UID as an integer.
|
long |
BrickletLEDStripV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletServoV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletAirQuality.readUID()
Returns the current UID as an integer.
|
long |
BrickletDistanceIRV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletIO4V2.readUID()
Returns the current UID as an integer.
|
long |
BrickletCompass.readUID()
Returns the current UID as an integer.
|
long |
BrickletEPaper296x128.readUID()
Returns the current UID as an integer.
|
long |
BrickletIndustrialDual020mAV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletCO2V2.readUID()
Returns the current UID as an integer.
|
long |
BrickletRemoteSwitchV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletThermocoupleV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletThermalImaging.readUID()
Returns the current UID as an integer.
|
long |
BrickletCANV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletRotaryEncoderV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletIndustrialDualAnalogInV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletAmbientLightV3.readUID()
Returns the current UID as an integer.
|
long |
BrickletMotionDetectorV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletDistanceUSV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletIndustrialDigitalIn4V2.readUID()
Returns the current UID as an integer.
|
long |
BrickletIndustrialQuadRelayV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletTemperatureV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletAnalogOutV3.readUID()
Returns the current UID as an integer.
|
long |
BrickletOutdoorWeather.readUID()
Returns the current UID as an integer.
|
long |
BrickletLinearPotiV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletGPSV2.readUID()
Returns the current UID as an integer.
|
long |
BrickletIMUV3.readUID()
Returns the current UID as an integer.
|
BrickMaster.ReadWifi2SerialPort |
BrickMaster.readWifi2SerialPort(short length)
Reads up to 60 bytes (number of bytes to be read specified by ``length``)
from the serial port of the bootloader of the WIFI Extension 2.0.
|
void |
BrickletMultiTouch.recalibrate()
Recalibrates the electrodes.
|
void |
BrickletMultiTouchV2.recalibrate()
Recalibrates the electrodes.
|
void |
BrickMaster.refreshWifiStatus()
Refreshes the Wi-Fi status (see
BrickMaster.getWifiStatus() ). |
short |
BrickRED.releaseObject(int objectId,
int sessionId)
Decreases the reference count of an object by one and returns the resulting
error code.
|
void |
BrickRED.releaseObjectUnchecked(int objectId,
int sessionId) |
void |
BrickletLCD128x64.removeAllGUI()
Removes all GUI elements (buttons, slider, graphs, tabs).
|
void |
BrickletAirQuality.removeCalibration()
Deletes the calibration from flash.
|
short |
BrickRED.removeCustomProgramOption(int programId,
int nameStringId) |
short |
BrickRED.removeFromList(int listId,
int index)
Removes the object stored at ``index`` from a list object and decreases the
reference count of the removed object by one.
|
void |
BrickletLCD128x64.removeGUIButton(int index)
Removes the button with the given index.
|
void |
BrickletLCD128x64.removeGUIGraph(int index)
Removes the graph with the given index.
|
void |
BrickletLCD128x64.removeGUISlider(int index)
Removes the slider with the given index.
|
void |
BrickletLCD128x64.removeGUITab(int index)
Removes the tab with the given index.
|
void |
BrickletNFCRFID.requestPage(int page)
Reads 16 bytes starting from the given page and stores them into a buffer.
|
void |
BrickletNFCRFID.requestTagID(short tagType)
To read or write a tag that is in proximity of the NFC/RFID Bricklet you
first have to call this function with the expected tag type as parameter.
|
void |
BrickletAnalogInV3.reset()
Calling this function will reset the Bricklet.
|
void |
BrickDC.reset()
Calling this function will reset the Brick.
|
void |
BrickletSegmentDisplay4x7V2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletHumidityV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletDualButtonV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickHAT.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletDMX.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletBarometerV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletSolidStateRelayV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletRGBLEDMatrix.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletRS485.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletVoltageCurrentV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletJoystickV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletPerformanceDC.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletRealTimeClockV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletPTCV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletMotorizedLinearPoti.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletUVLightV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletSoundPressureLevel.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletXMC1400Breakout.reset()
Calling this function will reset the Bricklet.
|
void |
BrickIMU.reset()
Calling this function will reset the Brick.
|
void |
BrickletRotaryPotiV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletOneWire.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletLaserRangeFinderV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletHallEffectV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletTemperatureIRV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletLoadCellV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletIO16V2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletNFC.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletRS232V2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletPiezoSpeakerV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletIndustrialDualRelay.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletIndustrialDigitalOut4V2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickServo.reset()
Calling this function will reset the Brick.
|
void |
BrickletIndustrialCounter.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletRGBLEDV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletIndustrialAnalogOutV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletRGBLEDButton.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletLCD128x64.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletMultiTouchV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletColorV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletEnergyMonitor.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletParticulateMatter.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletIsolator.reset()
Calling this function will reset the Bricklet.
|
void |
BrickMaster.reset()
Calling this function will reset the Brick.
|
void |
BrickletAccelerometerV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletIndustrialDualACRelay.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletOLED128x64V2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickHATZero.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletLEDStripV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletServoV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletAirQuality.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletDistanceIRV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletIO4V2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletCompass.reset()
Calling this function will reset the Bricklet.
|
void |
BrickSilentStepper.reset()
Calling this function will reset the Brick.
|
void |
BrickletEPaper296x128.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletIndustrialDual020mAV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletCO2V2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletRemoteSwitchV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletThermocoupleV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickStepper.reset()
Calling this function will reset the Brick.
|
void |
BrickletThermalImaging.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletCANV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletRotaryEncoderV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickIMUV2.reset()
Calling this function will reset the Brick.
|
void |
BrickletIndustrialDualAnalogInV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletAmbientLightV3.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletMotionDetectorV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletDistanceUSV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletIndustrialDigitalIn4V2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletIndustrialQuadRelayV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletTemperatureV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletAnalogOutV3.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletOutdoorWeather.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletLinearPotiV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletGPSV2.reset()
Calling this function will reset the Bricklet.
|
void |
BrickletIMUV3.reset()
Calling this function will reset the Bricklet.
|
int |
BrickletOneWire.resetBus()
Resets the bus with the 1-Wire reset operation.
|
void |
BrickletEnergyMonitor.resetEnergy()
Sets the energy value (see
BrickletEnergyMonitor.getEnergyData() ) back to 0Wh. |
void |
BrickletGPSV2.restart(int restartType)
Restarts the GPS Bricklet, the following restart types are available:
\verbatim
"Value", "Description"
"0", "Hot start (use all available data in the NV store)"
"1", "Warm start (don't use ephemeris at restart)"
"2", "Cold start (don't use time, position, almanacs and ephemeris at restart)"
"3", "Factory reset (clear all system/user configurations at restart)"
\endverbatim
|
void |
BrickletGPS.restart(short restartType)
Restarts the GPS Bricklet, the following restart types are available:
\verbatim
"Value", "Description"
"0", "Hot start (use all available data in the NV store)"
"1", "Warm start (don't use ephemeris at restart)"
"2", "Cold start (don't use time, position, almanacs and ephemeris at restart)"
"3", "Factory reset (clear all system/user configurations at restart)"
\endverbatim
|
short |
BrickRED.rewindDirectory(int directoryId)
Rewinds a directory object and returns the resulting error code.
|
boolean |
BrickIMUV2.saveCalibration()
A call of this function saves the current calibration to be used
as a starting point for the next restart of continuous calibration
of the IMU Brick.
|
boolean |
BrickletIMUV3.saveCalibration()
A call of this function saves the current calibration to be used
as a starting point for the next restart of continuous calibration
of the IMU Brick.
|
short |
BrickMaster.saveWifi2Configuration()
All configuration functions for the WIFI Extension 2.0 do not change the
values permanently.
|
BrickletOneWire.SearchBus |
BrickletOneWire.searchBus()
Returns a list of up to 64 identifiers of the connected 1-Wire devices.
|
BrickletOneWire.SearchBusLowLevel |
BrickletOneWire.searchBusLowLevel()
Returns a list of up to 64 identifiers of the connected 1-Wire devices.
|
void |
BrickDC.setAcceleration(int acceleration)
Sets the acceleration of the motor.
|
void |
BrickServo.setAcceleration(short servoNum,
int acceleration)
Sets the acceleration of the specified servo.
|
void |
BrickletAccelerometerV2.setAccelerationCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletAccelerometerV2.AccelerationListener
listener is triggered periodically. |
void |
BrickletIMUV3.setAccelerationCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIMUV3.AccelerationListener listener
is triggered periodically. |
void |
BrickletAccelerometer.setAccelerationCallbackPeriod(long period)
Sets the period with which the
BrickletAccelerometer.AccelerationListener listener is triggered
periodically. |
void |
BrickletAccelerometer.setAccelerationCallbackThreshold(char option,
short minX,
short maxX,
short minY,
short maxY,
short minZ,
short maxZ)
Sets the thresholds for the
BrickletAccelerometer.AccelerationReachedListener listener. |
void |
BrickIMU.setAccelerationPeriod(long period)
Sets the period with which the
BrickIMU.AccelerationListener listener is triggered
periodically. |
void |
BrickIMUV2.setAccelerationPeriod(long period)
Sets the period with which the
BrickIMUV2.AccelerationListener listener is triggered
periodically. |
void |
BrickIMU.setAccelerationRange(short range)
Not implemented yet.
|
void |
BrickletXMC1400Breakout.setADCChannelConfig(int channel,
boolean enable)
Enables a ADC channel for the ADC driver example (adc.c/adc.h).
|
void |
BrickletXMC1400Breakout.setADCValuesCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletXMC1400Breakout.ADCValuesListener
listener is triggered periodically. |
void |
BrickletCO2V2.setAirPressure(int airPressure)
The CO2 concentration depends (among other things) on the ambient air pressure.
|
void |
BrickletBarometerV2.setAirPressureCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletBarometerV2.AirPressureListener listener is triggered
periodically. |
void |
BrickletAirQuality.setAirPressureCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletAirQuality.AirPressureListener listener is triggered
periodically. |
void |
BrickletBarometer.setAirPressureCallbackPeriod(long period)
Sets the period with which the
BrickletBarometer.AirPressureListener listener is triggered
periodically. |
void |
BrickletBarometer.setAirPressureCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletBarometer.AirPressureReachedListener listener. |
void |
BrickletRealTimeClock.setAlarm(byte month,
byte day,
byte hour,
byte minute,
byte second,
byte weekday,
int interval)
Configures a repeatable alarm.
|
void |
BrickletRealTimeClockV2.setAlarm(int month,
int day,
int hour,
int minute,
int second,
int weekday,
int interval)
Configures a repeatable alarm.
|
void |
BrickletPiezoSpeakerV2.setAlarm(int startFrequency,
int endFrequency,
int stepSize,
int stepDelay,
int volume,
long duration)
Creates an alarm (a tone that goes back and force between two specified frequencies).
|
void |
BrickletIndustrialCounter.setAllCounter(long[] counter)
Sets the counter values for all four channels.
|
void |
BrickletIndustrialCounter.setAllCounterActive(boolean[] active)
Activates/deactivates the counter of all four channels.
|
void |
BrickletIndustrialCounter.setAllCounterCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIndustrialCounter.AllCounterListener
listener is triggered periodically. |
void |
BrickletIMUV3.setAllDataCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIMUV3.AllDataListener listener
is triggered periodically. |
void |
BrickIMU.setAllDataPeriod(long period)
Sets the period with which the
BrickIMU.AllDataListener listener is triggered
periodically. |
void |
BrickSilentStepper.setAllDataPeriod(long period)
Sets the period with which the
BrickSilentStepper.AllDataListener listener is triggered
periodically. |
void |
BrickStepper.setAllDataPeriod(long period)
Sets the period with which the
BrickStepper.AllDataListener listener is triggered
periodically. |
void |
BrickIMUV2.setAllDataPeriod(long period)
Sets the period with which the
BrickIMUV2.AllDataListener listener is triggered
periodically. |
void |
BrickletIO16V2.setAllInputValueCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIO16V2.AllInputValueListener
listener is triggered periodically. |
void |
BrickletIO4V2.setAllInputValueCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIO4V2.AllInputValueListener
listener is triggered periodically. |
void |
BrickletIndustrialCounter.setAllSignalDataCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIndustrialCounter.AllSignalDataListener
listener is triggered periodically. |
void |
BrickletIndustrialDigitalIn4V2.setAllValueCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIndustrialDigitalIn4V2.AllValueListener
listener is triggered periodically. |
void |
BrickletAirQuality.setAllValuesCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletAirQuality.AllValuesListener
listener is triggered periodically. |
void |
BrickletCO2V2.setAllValuesCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletCO2V2.AllValuesListener
listener is triggered periodically. |
void |
BrickletIndustrialDualAnalogInV2.setAllVoltagesCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIndustrialDualAnalogInV2.AllVoltagesListener
listener is triggered periodically. |
void |
BrickletBarometerV2.setAltitudeCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletBarometerV2.AltitudeListener listener is triggered
periodically. |
void |
BrickletGPS.setAltitudeCallbackPeriod(long period)
Sets the period with which the
BrickletGPS.AltitudeListener listener is triggered
periodically. |
void |
BrickletBarometer.setAltitudeCallbackPeriod(long period)
Sets the period with which the
BrickletBarometer.AltitudeListener listener is triggered
periodically. |
void |
BrickletGPSV2.setAltitudeCallbackPeriod(long period)
Sets the period with which the
BrickletGPSV2.AltitudeListener listener is triggered
periodically. |
void |
BrickletBarometer.setAltitudeCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletBarometer.AltitudeReachedListener listener. |
void |
BrickletTemperatureIRV2.setAmbientTemperatureCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletTemperatureIRV2.AmbientTemperatureListener listener is triggered
periodically. |
void |
BrickletTemperatureIR.setAmbientTemperatureCallbackPeriod(long period)
Sets the period with which the
BrickletTemperatureIR.AmbientTemperatureListener listener is
triggered periodically. |
void |
BrickletTemperatureIR.setAmbientTemperatureCallbackThreshold(char option,
short min,
short max)
Sets the thresholds for the
BrickletTemperatureIR.AmbientTemperatureReachedListener listener. |
void |
BrickletDistanceIRV2.setAnalogValueCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
long min,
long max)
The period is the period with which the
BrickletDistanceIRV2.AnalogValueListener listener is triggered
periodically. |
void |
BrickletJoystick.setAnalogValueCallbackPeriod(long period)
Sets the period with which the
BrickletJoystick.AnalogValueListener listener is triggered
periodically. |
void |
BrickletAnalogIn.setAnalogValueCallbackPeriod(long period)
Sets the period with which the
BrickletAnalogIn.AnalogValueListener listener is triggered
periodically. |
void |
BrickletHumidity.setAnalogValueCallbackPeriod(long period)
Sets the period with which the
BrickletHumidity.AnalogValueListener listener is triggered
periodically. |
void |
BrickletDistanceIR.setAnalogValueCallbackPeriod(long period)
Sets the period with which the
BrickletDistanceIR.AnalogValueListener listener is triggered
periodically. |
void |
BrickletAnalogInV2.setAnalogValueCallbackPeriod(long period)
Sets the period with which the
BrickletAnalogInV2.AnalogValueListener listener is triggered
periodically. |
void |
BrickletVoltage.setAnalogValueCallbackPeriod(long period)
Sets the period with which the
BrickletVoltage.AnalogValueListener listener is triggered
periodically. |
void |
BrickletCurrent25.setAnalogValueCallbackPeriod(long period)
Sets the period with which the
BrickletCurrent25.AnalogValueListener listener is triggered
periodically. |
void |
BrickletLinearPoti.setAnalogValueCallbackPeriod(long period)
Sets the period with which the
BrickletLinearPoti.AnalogValueListener listener is triggered
periodically. |
void |
BrickletAmbientLight.setAnalogValueCallbackPeriod(long period)
Sets the period with which the
BrickletAmbientLight.AnalogValueListener listener is triggered
periodically. |
void |
BrickletCurrent12.setAnalogValueCallbackPeriod(long period)
Sets the period with which the
BrickletCurrent12.AnalogValueListener listener is triggered
periodically. |
void |
BrickletRotaryPoti.setAnalogValueCallbackPeriod(long period)
Sets the period with which the
BrickletRotaryPoti.AnalogValueListener listener is triggered
periodically. |
void |
BrickletAnalogIn.setAnalogValueCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletAnalogIn.AnalogValueReachedListener listener. |
void |
BrickletHumidity.setAnalogValueCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletHumidity.AnalogValueReachedListener listener. |
void |
BrickletDistanceIR.setAnalogValueCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletDistanceIR.AnalogValueReachedListener listener. |
void |
BrickletAnalogInV2.setAnalogValueCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletAnalogInV2.AnalogValueReachedListener listener. |
void |
BrickletVoltage.setAnalogValueCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletVoltage.AnalogValueReachedListener listener. |
void |
BrickletCurrent25.setAnalogValueCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletCurrent25.AnalogValueReachedListener listener. |
void |
BrickletLinearPoti.setAnalogValueCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletLinearPoti.AnalogValueReachedListener listener. |
void |
BrickletAmbientLight.setAnalogValueCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletAmbientLight.AnalogValueReachedListener listener. |
void |
BrickletCurrent12.setAnalogValueCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletCurrent12.AnalogValueReachedListener listener. |
void |
BrickletRotaryPoti.setAnalogValueCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletRotaryPoti.AnalogValueReachedListener listener. |
void |
BrickletJoystick.setAnalogValueCallbackThreshold(char option,
int minX,
int maxX,
int minY,
int maxY)
Sets the thresholds for the
BrickletJoystick.AnalogValueReachedListener listener. |
void |
BrickletIMUV3.setAngularVelocityCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIMUV3.AngularVelocityListener listener
is triggered periodically. |
void |
BrickIMU.setAngularVelocityPeriod(long period)
Sets the period with which the
BrickIMU.AngularVelocityListener listener is
triggered periodically. |
void |
BrickIMUV2.setAngularVelocityPeriod(long period)
Sets the period with which the
BrickIMUV2.AngularVelocityListener listener is
triggered periodically. |
void |
BrickletAnalogIn.setAveraging(short average)
Set the length of a averaging for the voltage value.
|
void |
BrickletBarometer.setAveraging(short movingAveragePressure,
short averagePressure,
short averageTemperature)
Sets the different averaging parameters.
|
void |
BrickletAirQuality.setBackgroundCalibrationDuration(int duration)
The Air Quality Bricklet uses an automatic background calibration mechanism to
calculate the IAQ Index.
|
void |
BrickSilentStepper.setBasicConfiguration(int standstillCurrent,
int motorRunCurrent,
int standstillDelayTime,
int powerDownTime,
int stealthThreshold,
int coolstepThreshold,
int classicThreshold,
boolean highVelocityChopperMode)
Sets the basic configuration parameters for the different modes (Stealth, Coolstep, Classic).
|
void |
BrickletPiezoSpeakerV2.setBeep(int frequency,
int volume,
long duration)
Beeps with the given frequency and volume for the duration.
|
void |
BrickletRGBLEDMatrix.setBlue(int[] blue)
Sets the 64 blue LED values of the matrix.
|
int |
BrickletAnalogInV3.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletSegmentDisplay4x7V2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletHumidityV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletDualButtonV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickHAT.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletDMX.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletBarometerV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletSolidStateRelayV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletRGBLEDMatrix.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletRS485.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletVoltageCurrentV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletJoystickV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletPerformanceDC.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletRealTimeClockV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletPTCV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletMotorizedLinearPoti.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletUVLightV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletSoundPressureLevel.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletXMC1400Breakout.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletRotaryPotiV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletOneWire.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletLaserRangeFinderV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletHallEffectV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletTemperatureIRV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletLoadCellV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletIO16V2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletNFC.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletRS232V2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletPiezoSpeakerV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletIndustrialDualRelay.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletIndustrialDigitalOut4V2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletIndustrialCounter.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletRGBLEDV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletIndustrialAnalogOutV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletRGBLEDButton.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletLCD128x64.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletMultiTouchV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletColorV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletEnergyMonitor.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletParticulateMatter.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletIsolator.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletAccelerometerV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletIndustrialDualACRelay.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletOLED128x64V2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickHATZero.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletLEDStripV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletServoV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletAirQuality.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletDistanceIRV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletIO4V2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletCompass.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletEPaper296x128.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletIndustrialDual020mAV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletCO2V2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletRemoteSwitchV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletThermocoupleV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletThermalImaging.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletCANV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletRotaryEncoderV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletIndustrialDualAnalogInV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletAmbientLightV3.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletMotionDetectorV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletDistanceUSV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletIndustrialDigitalIn4V2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletIndustrialQuadRelayV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletTemperatureV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletAnalogOutV3.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletOutdoorWeather.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletLinearPotiV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletGPSV2.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
int |
BrickletIMUV3.setBootloaderMode(int mode)
Sets the bootloader mode and returns the status after the requested
mode change was instigated.
|
void |
BrickletRS232.setBreakCondition(int breakTime)
Sets a break condition (the TX output is forced to a logic 0 state).
|
void |
BrickHAT.setBrickletPower(boolean brickletPower)
Set to true/false to turn the power supply of the connected Bricklets on/off.
|
void |
BrickMaster.setBrickletsEnabled(boolean brickletsEnabled)
This function is only available in Master Brick hardware version >= 3.0.
|
BrickMaster.SetBrickletXMCFlashConfig |
BrickMaster.setBrickletXMCFlashConfig(long config,
long parameter1,
long parameter2,
short[] data)
This function is for internal use to flash the initial
bootstrapper and bootloader to the Bricklets.
|
long |
BrickMaster.setBrickletXMCFlashData(short[] data)
This function is for internal use to flash the initial
bootstrapper and bootloader to the Bricklets.
|
void |
BrickletSegmentDisplay4x7V2.setBrightness(int brightness)
The brightness can be set between 0 (dark) and 7 (bright).
|
void |
BrickletRS485.setBufferConfig(int sendBufferSize,
int receiveBufferSize)
Sets the send and receive buffer size in byte.
|
void |
BrickletRS232V2.setBufferConfig(int sendBufferSize,
int receiveBufferSize)
Sets the send and receive buffer size in byte.
|
void |
BrickletCompass.setCalibration(int[] offset,
int[] gain)
Sets offset and gain for each of the three axes.
|
void |
BrickletIndustrialDualAnalogInV2.setCalibration(int[] offset,
int[] gain)
Sets offset and gain of MCP3911 internal calibration registers.
|
void |
BrickletIndustrialDualAnalogIn.setCalibration(int[] offset,
int[] gain)
Sets offset and gain of MCP3911 internal calibration registers.
|
void |
BrickletBarometerV2.setCalibration(int measuredAirPressure,
int actualAirPressure)
Sets the one point calibration (OPC) values for the air pressure measurement.
|
void |
BrickletVoltageCurrent.setCalibration(int gainMultiplier,
int gainDivisor)
Since the shunt resistor that is used to measure the current is not
perfectly precise, it needs to be calibrated by a multiplier and
divisor if a very precise reading is needed.
|
void |
BrickletAnalogInV3.setCalibration(int offset,
int multiplier,
int divisor)
Sets a calibration for the measured voltage value.
|
void |
BrickletVoltageCurrentV2.setCalibration(int voltageMultiplier,
int voltageDivisor,
int currentMultiplier,
int currentDivisor)
Since the ADC and the shunt resistor used for the measurements
are not perfect they need to be calibrated by a multiplier and
a divisor if a very precise reading is needed.
|
void |
BrickIMU.setCalibration(short typ,
short[] data)
There are several different types that can be calibrated:
\verbatim
"Type", "Description", "Values"
"0", "Accelerometer Gain", "``[mul x, mul y, mul z, div x, div y, div z, 0, 0, 0, 0]``"
"1", "Accelerometer Bias", "``[bias x, bias y, bias z, 0, 0, 0, 0, 0, 0, 0]``"
"2", "Magnetometer Gain", "``[mul x, mul y, mul z, div x, div y, div z, 0, 0, 0, 0]``"
"3", "Magnetometer Bias", "``[bias x, bias y, bias z, 0, 0, 0, 0, 0, 0, 0]``"
"4", "Gyroscope Gain", "``[mul x, mul y, mul z, div x, div y, div z, 0, 0, 0, 0]``"
"5", "Gyroscope Bias", "``[bias xl, bias yl, bias zl, temp l, bias xh, bias yh, bias zh, temp h, 0, 0]``"
\endverbatim
The calibration via gain and bias is done with the following formula::
new_value = (bias + orig_value) * gain_mul / gain_div
If you really want to write your own calibration software, please keep
in mind that you first have to undo the old calibration (set bias to 0 and
gain to 1/1) and that you have to average over several thousand values
to obtain a usable result in the end.
|
void |
BrickletPerformanceDC.setCCWLEDConfig(int config)
Configures the CCW LED to be either turned off, turned on, blink in
heartbeat mode or if the motor turn counter-clockwise.
|
void |
BrickletIndustrialDigitalOut4V2.setChannelLEDConfig(int channel,
int config)
Each channel has a corresponding LED.
|
void |
BrickletIndustrialCounter.setChannelLEDConfig(int channel,
int config)
Each channel has a corresponding LED.
|
void |
BrickletIndustrialDualACRelay.setChannelLEDConfig(int channel,
int config)
Each channel has a corresponding LED.
|
void |
BrickletIndustrialDual020mAV2.setChannelLEDConfig(int channel,
int config)
Each channel has a corresponding LED.
|
void |
BrickletIndustrialDualAnalogInV2.setChannelLEDConfig(int channel,
int config)
Each channel has a corresponding LED.
|
void |
BrickletIndustrialDigitalIn4V2.setChannelLEDConfig(int channel,
int config)
Each channel has a corresponding LED.
|
void |
BrickletIndustrialQuadRelayV2.setChannelLEDConfig(int channel,
int config)
Each channel has a corresponding LED.
|
void |
BrickletIndustrialDual020mAV2.setChannelLEDStatusConfig(int channel,
int min,
int max,
int config)
Sets the channel LED status config.
|
void |
BrickletIndustrialDualAnalogInV2.setChannelLEDStatusConfig(int channel,
int min,
int max,
int config)
Sets the channel LED status config.
|
void |
BrickletLEDStripV2.setChannelMapping(int mapping)
Sets the channel mapping for the connected LEDs.
|
void |
BrickletLEDStrip.setChannelMapping(short mapping)
Sets the channel mapping for the connected LEDs.
|
void |
BrickMaster.setChibiAddress(short address)
Sets the address belonging to the Chibi Extension.
|
void |
BrickMaster.setChibiChannel(short channel)
Sets the channel used by the Chibi Extension.
|
void |
BrickMaster.setChibiFrequency(short frequency)
Sets the Chibi frequency range for the Chibi Extension.
|
void |
BrickMaster.setChibiMasterAddress(short address)
Sets the address of the Chibi Master.
|
void |
BrickMaster.setChibiSlaveAddress(short num,
short address)
Sets up to 254 slave addresses.
|
void |
BrickletLEDStrip.setChipType(int chip)
Sets the type of the LED driver chip.
|
void |
BrickletLEDStripV2.setChipType(int chip)
Sets the type of the LED driver chip.
|
void |
BrickletLEDStrip.setClockFrequency(long frequency)
Sets the frequency of the clock.
|
void |
BrickletLEDStripV2.setClockFrequency(long frequency)
Sets the frequency of the clock.
|
void |
BrickletCO2V2.setCO2ConcentrationCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletCO2V2.CO2ConcentrationListener listener is triggered
periodically. |
void |
BrickletCO2.setCO2ConcentrationCallbackPeriod(long period)
Sets the period with which the
BrickletCO2.CO2ConcentrationListener listener is
triggered periodically. |
void |
BrickletCO2.setCO2ConcentrationCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletCO2.CO2ConcentrationReachedListener listener. |
void |
BrickletRGBLEDButton.setColor(int red,
int green,
int blue)
Sets the color of the LED.
|
void |
BrickletRGBLEDButton.setColorCalibration(int red,
int green,
int blue)
Sets a color calibration.
|
void |
BrickletColorV2.setColorCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletColorV2.ColorListener
listener is triggered periodically. |
void |
BrickletColor.setColorCallbackPeriod(long period)
Sets the period with which the
BrickletColor.ColorListener listener is triggered
periodically. |
void |
BrickletColor.setColorCallbackThreshold(char option,
int minR,
int maxR,
int minG,
int maxG,
int minB,
int maxB,
int minC,
int maxC)
Sets the thresholds for the
BrickletColor.ColorReachedListener listener. |
void |
BrickletColorV2.setColorTemperatureCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletColorV2.ColorTemperatureListener listener is triggered
periodically. |
void |
BrickletColor.setColorTemperatureCallbackPeriod(long period)
Sets the period with which the
BrickletColor.ColorTemperatureListener listener is
triggered periodically. |
void |
BrickletDMX.setCommunicationLEDConfig(int config)
Sets the communication LED configuration.
|
void |
BrickletRS485.setCommunicationLEDConfig(int config)
Sets the communication LED configuration.
|
void |
BrickletOneWire.setCommunicationLEDConfig(int config)
Sets the communication LED configuration.
|
void |
BrickletCANV2.setCommunicationLEDConfig(int config)
Sets the communication LED configuration.
|
void |
BrickletLCD20x4.setConfig(boolean cursor,
boolean blinking)
Configures if the cursor (shown as "_") should be visible and if it
should be blinking (shown as a blinking block).
|
void |
BrickletLCD16x2.setConfig(boolean cursor,
boolean blinking)
Configures if the cursor (shown as "_") should be visible and if it
should be blinking (shown as a blinking block).
|
void |
BrickletColor.setConfig(short gain,
short integrationTime)
Sets the configuration of the sensor.
|
void |
BrickletUVLightV2.setConfiguration(int integrationTime)
Sets the configuration of the sensor.
|
void |
BrickletCompass.setConfiguration(int dataRate,
boolean backgroundCalibration)
Configures the data rate and background calibration.
|
void |
BrickletLaserRangeFinderV2.setConfiguration(int acquisitionCount,
boolean enableQuickTermination,
int thresholdValue,
int measurementFrequency)
The **Acquisition Count** defines the number of times the Laser Range Finder Bricklet
will integrate acquisitions to find a correlation record peak.
|
void |
BrickletIO16V2.setConfiguration(int channel,
char direction,
boolean value)
Configures the value and direction of a specific channel.
|
void |
BrickletIO4V2.setConfiguration(int channel,
char direction,
boolean value)
Configures the value and direction of a specific channel.
|
void |
BrickletSoundPressureLevel.setConfiguration(int fftSize,
int weighting)
Sets the Sound Pressure Level Bricklet configuration.
|
void |
BrickletLoadCellV2.setConfiguration(int rate,
int gain)
The measurement rate and gain are configurable.
|
void |
BrickletIndustrialAnalogOutV2.setConfiguration(int voltageRange,
int currentRange)
Configures the voltage and current range.
|
void |
BrickletColorV2.setConfiguration(int gain,
int integrationTime)
Sets the configuration of the sensor.
|
void |
BrickletAccelerometerV2.setConfiguration(int dataRate,
int fullScale)
Configures the data rate and full scale range.
|
void |
BrickletAmbientLightV3.setConfiguration(int illuminanceRange,
int integrationTime)
Sets the configuration.
|
void |
BrickletVoltageCurrentV2.setConfiguration(int averaging,
int voltageConversionTime,
int currentConversionTime)
Sets the configuration of the Voltage/Current Bricklet 2.0.
|
void |
BrickletThermocoupleV2.setConfiguration(int averaging,
int thermocoupleType,
int filter)
You can configure averaging size, thermocouple type and frequency
filtering.
|
void |
BrickletRS232V2.setConfiguration(long baudrate,
int parity,
int stopbits,
int wordlength,
int flowcontrol)
Sets the configuration for the RS232 communication.
|
void |
BrickletLaserRangeFinder.setConfiguration(short acquisitionCount,
boolean enableQuickTermination,
short thresholdValue,
int measurementFrequency)
\note
This function is only available if you have a LIDAR-Lite sensor with hardware
version 3.
|
void |
BrickletIO4.setConfiguration(short selectionMask,
char direction,
boolean value)
Configures the value and direction of the specified pins.
|
void |
BrickletLoadCell.setConfiguration(short rate,
short gain)
The measurement rate and gain are configurable.
|
void |
BrickletAmbientLightV2.setConfiguration(short illuminanceRange,
short integrationTime)
Sets the configuration.
|
void |
BrickletIndustrialAnalogOut.setConfiguration(short voltageRange,
short currentRange)
Configures the voltage and current range.
|
void |
BrickletCAN.setConfiguration(short baudRate,
short transceiverMode,
int writeTimeout)
Sets the configuration for the CAN bus communication.
|
void |
BrickletVoltageCurrent.setConfiguration(short averaging,
short voltageConversionTime,
short currentConversionTime)
Sets the configuration of the Voltage/Current Bricklet.
|
void |
BrickletAccelerometer.setConfiguration(short dataRate,
short fullScale,
short filterBandwidth)
Configures the data rate, full scale range and filter bandwidth.
|
void |
BrickletThermocouple.setConfiguration(short averaging,
short thermocoupleType,
short filter)
You can configure averaging size, thermocouple type and frequency
filtering.
|
void |
BrickletRS232.setConfiguration(short baudrate,
short parity,
short stopbits,
short wordlength,
short hardwareFlowcontrol,
short softwareFlowcontrol)
Sets the configuration for the RS232 communication.
|
void |
BrickletAccelerometerV2.setContinuousAccelerationConfiguration(boolean enableX,
boolean enableY,
boolean enableZ,
int resolution)
For high throughput of acceleration data (> 1000Hz) you have to use the
BrickletAccelerometerV2.ContinuousAcceleration16BitListener or BrickletAccelerometerV2.ContinuousAcceleration8BitListener
callbacks. |
void |
BrickIMU.setConvergenceSpeed(int speed)
Sets the convergence speed of the IMU Brick.
|
void |
BrickSilentStepper.setCoolstepConfiguration(short minimumStallguardValue,
short maximumStallguardValue,
short currentUpStepWidth,
short currentDownStepWidth,
short minimumCurrent,
byte stallguardThresholdValue,
short stallguardMode)
Note: If you don't know what any of this means you can very likely keep all of
the values as default!
Sets the configuration relevant for Coolstep.
|
void |
BrickletGPS.setCoordinatesCallbackPeriod(long period)
Sets the period with which the
BrickletGPS.CoordinatesListener listener is triggered
periodically. |
void |
BrickletGPSV2.setCoordinatesCallbackPeriod(long period)
Sets the period with which the
BrickletGPSV2.CoordinatesListener listener is triggered
periodically. |
void |
BrickletRotaryEncoderV2.setCountCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletRotaryEncoderV2.CountListener listener is triggered
periodically. |
void |
BrickletXMC1400Breakout.setCountCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
long min,
long max)
The period is the period with which the
BrickletXMC1400Breakout.CountListener listener is triggered
periodically. |
void |
BrickletRotaryEncoder.setCountCallbackPeriod(long period)
Sets the period with which the
BrickletRotaryEncoder.CountListener listener is triggered
periodically. |
void |
BrickletRotaryEncoder.setCountCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletRotaryEncoder.CountReachedListener listener. |
void |
BrickletIndustrialCounter.setCounter(int channel,
long counter)
Sets the counter value for the given channel.
|
void |
BrickletIndustrialCounter.setCounterActive(int channel,
boolean active)
Activates/deactivates the counter of the given channel.
|
void |
BrickletHallEffectV2.setCounterCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletHallEffectV2.CounterListener
listener is triggered periodically. |
void |
BrickletHallEffectV2.setCounterConfig(int highThreshold,
int lowThreshold,
long debounce)
Sets a high and a low threshold as well as a debounce time.
|
void |
BrickletIndustrialCounter.setCounterConfiguration(int channel,
int countEdge,
int countDirection,
int dutyCyclePrescaler,
int frequencyIntegrationTime)
Sets the counter configuration for the given channel.
|
void |
BrickletIndustrialAnalogOutV2.setCurrent(int current)
Sets the output current.
|
void |
BrickletIndustrialAnalogOut.setCurrent(int current)
Sets the output current.
|
void |
BrickletServoV2.setCurrentCalibration(int[] offset)
Sets an offset value (in mA) for each channel.
|
void |
BrickletIndustrialDual020mAV2.setCurrentCallbackConfiguration(int channel,
long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletIndustrialDual020mAV2.CurrentListener listener is triggered
periodically. |
void |
BrickletVoltageCurrentV2.setCurrentCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletVoltageCurrentV2.CurrentListener listener is triggered
periodically. |
void |
BrickletVoltageCurrent.setCurrentCallbackPeriod(long period)
Sets the period with which the
BrickletVoltageCurrent.CurrentListener listener is triggered
periodically. |
void |
BrickletCurrent25.setCurrentCallbackPeriod(long period)
Sets the period with which the
BrickletCurrent25.CurrentListener listener is triggered
periodically. |
void |
BrickletCurrent12.setCurrentCallbackPeriod(long period)
Sets the period with which the
BrickletCurrent12.CurrentListener listener is triggered
periodically. |
void |
BrickletIndustrialDual020mA.setCurrentCallbackPeriod(short sensor,
long period)
Sets the period with which the
BrickletIndustrialDual020mA.CurrentListener listener is triggered
periodically for the given sensor. |
void |
BrickletVoltageCurrent.setCurrentCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletVoltageCurrent.CurrentReachedListener listener. |
void |
BrickletCurrent25.setCurrentCallbackThreshold(char option,
short min,
short max)
Sets the thresholds for the
BrickletCurrent25.CurrentReachedListener listener. |
void |
BrickletCurrent12.setCurrentCallbackThreshold(char option,
short min,
short max)
Sets the thresholds for the
BrickletCurrent12.CurrentReachedListener listener. |
void |
BrickletIndustrialDual020mA.setCurrentCallbackThreshold(short sensor,
char option,
int min,
int max)
Sets the thresholds for the
BrickletIndustrialDual020mA.CurrentReachedListener listener for the given
sensor. |
void |
BrickSilentStepper.setCurrentPosition(int position)
Sets the current steps of the internal step counter.
|
void |
BrickStepper.setCurrentPosition(int position)
Sets the current steps of the internal step counter.
|
void |
BrickletPerformanceDC.setCurrentVelocityCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletPerformanceDC.CurrentVelocityListener
listener is triggered periodically. |
void |
BrickDC.setCurrentVelocityPeriod(int period)
Sets a period with which the
BrickDC.CurrentVelocityListener listener is triggered. |
void |
BrickletLCD20x4.setCustomCharacter(short index,
short[] character)
The LCD 20x4 Bricklet can store up to 8 custom characters.
|
void |
BrickletLCD16x2.setCustomCharacter(short index,
short[] character)
The LCD 16x2 Bricklet can store up to 8 custom characters.
|
short |
BrickRED.setCustomProgramOptionValue(int programId,
int nameStringId,
int valueStringId) |
void |
BrickletPerformanceDC.setCWLEDConfig(int config)
Configures the CW LED to be either turned off, turned on, blink in
heartbeat mode or if the motor turn clockwise.
|
void |
BrickletRealTimeClockV2.setDateTime(int year,
int month,
int day,
int hour,
int minute,
int second,
int centisecond,
int weekday)
Sets the current date (including weekday) and the current time.
|
void |
BrickletRealTimeClock.setDateTime(int year,
short month,
short day,
short hour,
short minute,
short second,
short centisecond,
short weekday)
Sets the current date (including weekday) and the current time.
|
void |
BrickletRealTimeClockV2.setDateTimeCallbackConfiguration(long period)
Sets the period with which the
BrickletRealTimeClockV2.DateTimeListener listener is triggered
periodically. |
void |
BrickletGPS.setDateTimeCallbackPeriod(long period)
Sets the period with which the
BrickletGPS.DateTimeListener listener is triggered
periodically. |
void |
BrickletRealTimeClock.setDateTimeCallbackPeriod(long period)
Sets the period with which the
BrickletRealTimeClock.DateTimeListener listener is triggered
periodically. |
void |
BrickletGPSV2.setDateTimeCallbackPeriod(long period)
Sets the period with which the
BrickletGPSV2.DateTimeListener listener is triggered
periodically. |
void |
BrickletJoystick.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletJoystick.PositionReachedListener ,
* BrickletJoystick.AnalogValueReachedListener
are triggered, if the thresholds
* BrickletJoystick.setPositionCallbackThreshold(char, short, short, short, short) ,
* BrickletJoystick.setAnalogValueCallbackThreshold(char, int, int, int, int)
keep being reached. |
void |
BrickletBarometer.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletBarometer.AirPressureReachedListener ,
* BrickletBarometer.AltitudeReachedListener
are triggered, if the thresholds
* BrickletBarometer.setAirPressureCallbackThreshold(char, int, int) ,
* BrickletBarometer.setAltitudeCallbackThreshold(char, int, int)
keep being reached. |
void |
BrickletColor.setDebouncePeriod(long debounce)
Sets the period with which the threshold listener
*
BrickletColor.ColorReachedListener
is triggered, if the threshold
* BrickletColor.setColorCallbackThreshold(char, int, int, int, int, int, int, int, int)
keeps being reached. |
void |
BrickletLaserRangeFinder.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletLaserRangeFinder.DistanceReachedListener ,
* BrickletLaserRangeFinder.VelocityReachedListener ,
are triggered, if the thresholds
* BrickletLaserRangeFinder.setDistanceCallbackThreshold(char, int, int) ,
* BrickletLaserRangeFinder.setVelocityCallbackThreshold(char, short, short) ,
keep being reached. |
void |
BrickletVoltageCurrent.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletVoltageCurrent.CurrentReachedListener ,
* BrickletVoltageCurrent.VoltageReachedListener ,
* BrickletVoltageCurrent.PowerReachedListener
are triggered, if the thresholds
* BrickletVoltageCurrent.setCurrentCallbackThreshold(char, int, int) ,
* BrickletVoltageCurrent.setVoltageCallbackThreshold(char, int, int) ,
* BrickletVoltageCurrent.setPowerCallbackThreshold(char, int, int)
keep being reached. |
void |
BrickletTemperatureIR.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletTemperatureIR.AmbientTemperatureReachedListener ,
* BrickletTemperatureIR.ObjectTemperatureReachedListener
are triggered, if the thresholds
* BrickletTemperatureIR.setAmbientTemperatureCallbackThreshold(char, short, short) ,
* BrickletTemperatureIR.setObjectTemperatureCallbackThreshold(char, short, short)
keep being reached. |
void |
BrickletAnalogIn.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletAnalogIn.VoltageReachedListener ,
* BrickletAnalogIn.AnalogValueReachedListener
are triggered, if the thresholds
* BrickletAnalogIn.setVoltageCallbackThreshold(char, int, int) ,
* BrickletAnalogIn.setAnalogValueCallbackThreshold(char, int, int)
keep being reached. |
void |
BrickletPTC.setDebouncePeriod(long debounce)
Sets the period with which the threshold listener
*
BrickletPTC.TemperatureReachedListener ,
* BrickletPTC.ResistanceReachedListener
is triggered, if the threshold
* BrickletPTC.setTemperatureCallbackThreshold(char, int, int) ,
* BrickletPTC.setResistanceCallbackThreshold(char, int, int)
keeps being reached. |
void |
BrickletHumidity.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletHumidity.HumidityReachedListener ,
* BrickletHumidity.AnalogValueReachedListener
are triggered, if the thresholds
* BrickletHumidity.setHumidityCallbackThreshold(char, int, int) ,
* BrickletHumidity.setAnalogValueCallbackThreshold(char, int, int)
keep being reached. |
void |
BrickletDistanceIR.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletDistanceIR.DistanceReachedListener ,
* BrickletDistanceIR.AnalogValueReachedListener
are triggered, if the thresholds
* BrickletDistanceIR.setDistanceCallbackThreshold(char, int, int) ,
* BrickletDistanceIR.setAnalogValueCallbackThreshold(char, int, int)
keep being reached. |
void |
BrickletAnalogInV2.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletAnalogInV2.VoltageReachedListener ,
* BrickletAnalogInV2.AnalogValueReachedListener
are triggered, if the thresholds
* BrickletAnalogInV2.setVoltageCallbackThreshold(char, int, int) ,
* BrickletAnalogInV2.setAnalogValueCallbackThreshold(char, int, int)
keep being reached. |
void |
BrickletSoundIntensity.setDebouncePeriod(long debounce)
Sets the period with which the threshold listener
*
BrickletSoundIntensity.IntensityReachedListener
is triggered, if the thresholds
* BrickletSoundIntensity.setIntensityCallbackThreshold(char, int, int)
keeps being reached. |
void |
BrickletVoltage.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletVoltage.VoltageReachedListener ,
* BrickletVoltage.AnalogValueReachedListener
are triggered, if the thresholds
* BrickletVoltage.setVoltageCallbackThreshold(char, int, int) ,
* BrickletVoltage.setAnalogValueCallbackThreshold(char, int, int)
keep being reached. |
void |
BrickletIndustrialDual020mA.setDebouncePeriod(long debounce)
Sets the period with which the threshold listener
*
BrickletIndustrialDual020mA.CurrentReachedListener
is triggered, if the threshold
* BrickletIndustrialDual020mA.setCurrentCallbackThreshold(short, char, int, int)
keeps being reached. |
void |
BrickletIO16.setDebouncePeriod(long debounce)
Sets the debounce period of the
BrickletIO16.InterruptListener listener. |
void |
BrickletMoisture.setDebouncePeriod(long debounce)
Sets the period with which the threshold listener
*
BrickletMoisture.MoistureReachedListener
is triggered, if the threshold
* BrickletMoisture.setMoistureCallbackThreshold(char, int, int)
keeps being reached. |
void |
BrickletCurrent25.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletCurrent25.CurrentReachedListener ,
* BrickletCurrent25.AnalogValueReachedListener
are triggered, if the thresholds
* BrickletCurrent25.setCurrentCallbackThreshold(char, short, short) ,
* BrickletCurrent25.setAnalogValueCallbackThreshold(char, int, int)
keep being reached. |
void |
BrickletLinearPoti.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletLinearPoti.PositionReachedListener ,
* BrickletLinearPoti.AnalogValueReachedListener
are triggered, if the thresholds
* BrickletLinearPoti.setPositionCallbackThreshold(char, int, int) ,
* BrickletLinearPoti.setAnalogValueCallbackThreshold(char, int, int)
keep being reached. |
void |
BrickletAccelerometer.setDebouncePeriod(long debounce)
Sets the period with which the threshold listener
*
BrickletAccelerometer.AccelerationReachedListener
is triggered, if the threshold
* BrickletAccelerometer.setAccelerationCallbackThreshold(char, short, short, short, short, short, short)
keeps being reached. |
void |
BrickletLoadCell.setDebouncePeriod(long debounce)
Sets the period with which the threshold listener
*
BrickletLoadCell.WeightReachedListener
is triggered, if the threshold
* BrickletLoadCell.setWeightCallbackThreshold(char, int, int)
keeps being reached. |
void |
BrickletAmbientLightV2.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletAmbientLightV2.IlluminanceReachedListener ,
are triggered, if the thresholds
* BrickletAmbientLightV2.setIlluminanceCallbackThreshold(char, long, long) ,
keep being reached. |
void |
BrickletAmbientLight.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletAmbientLight.IlluminanceReachedListener ,
* BrickletAmbientLight.AnalogValueReachedListener
are triggered, if the thresholds
* BrickletAmbientLight.setIlluminanceCallbackThreshold(char, int, int) ,
* BrickletAmbientLight.setAnalogValueCallbackThreshold(char, int, int)
keep being reached. |
void |
BrickMaster.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickMaster.StackCurrentReachedListener ,
* BrickMaster.StackVoltageReachedListener ,
* BrickMaster.USBVoltageReachedListener
are triggered, if the thresholds
* BrickMaster.setStackCurrentCallbackThreshold(char, int, int) ,
* BrickMaster.setStackVoltageCallbackThreshold(char, int, int) ,
* BrickMaster.setUSBVoltageCallbackThreshold(char, int, int)
keep being reached. |
void |
BrickletLine.setDebouncePeriod(long debounce)
Sets the period with which the threshold listener
*
BrickletLine.ReflectivityReachedListener
is triggered, if the threshold
* BrickletLine.setReflectivityCallbackThreshold(char, int, int)
keeps being reached. |
void |
BrickletDistanceUS.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletDistanceUS.DistanceReachedListener ,
are triggered, if the thresholds
* BrickletDistanceUS.setDistanceCallbackThreshold(char, int, int) ,
keep being reached. |
void |
BrickletCO2.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletCO2.CO2ConcentrationReachedListener ,
are triggered, if the thresholds
* BrickletCO2.setCO2ConcentrationCallbackThreshold(char, int, int) ,
keep being reached. |
void |
BrickletIO4.setDebouncePeriod(long debounce)
Sets the debounce period of the
BrickletIO4.InterruptListener listener. |
void |
BrickletDustDetector.setDebouncePeriod(long debounce)
Sets the period with which the threshold listener
*
BrickletDustDetector.DustDensityReachedListener
is triggered, if the threshold
* BrickletDustDetector.setDustDensityCallbackThreshold(char, int, int)
keeps being reached. |
void |
BrickletCurrent12.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletCurrent12.CurrentReachedListener ,
* BrickletCurrent12.AnalogValueReachedListener
are triggered, if the thresholds
* BrickletCurrent12.setCurrentCallbackThreshold(char, short, short) ,
* BrickletCurrent12.setAnalogValueCallbackThreshold(char, int, int)
keep being reached. |
void |
BrickletTemperature.setDebouncePeriod(long debounce)
Sets the period with which the threshold listener
*
BrickletTemperature.TemperatureReachedListener
is triggered, if the threshold
* BrickletTemperature.setTemperatureCallbackThreshold(char, short, short)
keeps being reached. |
void |
BrickletRotaryEncoder.setDebouncePeriod(long debounce)
Sets the period with which the threshold listener
*
BrickletRotaryEncoder.CountReachedListener
is triggered, if the thresholds
* BrickletRotaryEncoder.setCountCallbackThreshold(char, int, int)
keeps being reached. |
void |
BrickletIndustrialDualAnalogIn.setDebouncePeriod(long debounce)
Sets the period with which the threshold listener
*
BrickletIndustrialDualAnalogIn.VoltageReachedListener
is triggered, if the threshold
* BrickletIndustrialDualAnalogIn.setVoltageCallbackThreshold(short, char, int, int)
keeps being reached. |
void |
BrickletThermocouple.setDebouncePeriod(long debounce)
Sets the period with which the threshold listener
*
BrickletThermocouple.TemperatureReachedListener
is triggered, if the threshold
* BrickletThermocouple.setTemperatureCallbackThreshold(char, int, int)
keeps being reached. |
void |
BrickletUVLight.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletUVLight.UVLightReachedListener ,
are triggered, if the thresholds
* BrickletUVLight.setUVLightCallbackThreshold(char, long, long) ,
keep being reached. |
void |
BrickletRotaryPoti.setDebouncePeriod(long debounce)
Sets the period with which the threshold listeners
*
BrickletRotaryPoti.PositionReachedListener ,
* BrickletRotaryPoti.AnalogValueReachedListener
are triggered, if the thresholds
* BrickletRotaryPoti.setPositionCallbackThreshold(char, short, short) ,
* BrickletRotaryPoti.setAnalogValueCallbackThreshold(char, int, int)
keep being reached. |
void |
BrickletIndustrialDigitalIn4.setDebouncePeriod(long debounce)
Sets the debounce period of the
BrickletIndustrialDigitalIn4.InterruptListener listener. |
void |
BrickStepper.setDecay(int decay)
Sets the decay mode of the stepper motor.
|
void |
BrickletSoundPressureLevel.setDecibelCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletSoundPressureLevel.DecibelListener listener is triggered
periodically. |
void |
BrickletLCD20x4.setDefaultText(short line,
java.lang.String text)
Sets the default text for lines 0-3.
|
void |
BrickletLCD20x4.setDefaultTextCounter(int counter)
Sets the default text counter.
|
void |
BrickletServoV2.setDegree(int servoChannel,
int min,
int max)
Sets the minimum and maximum degree for the specified servo channel (by default
given as °/100).
|
void |
BrickServo.setDegree(short servoNum,
short min,
short max)
Sets the minimum and maximum degree for the specified servo (by default
given as °/100).
|
void |
BrickletNFC.setDetectionLEDConfig(int config)
Sets the detection LED configuration.
|
void |
BrickletOLED128x64V2.setDisplayConfiguration(int contrast,
boolean invert,
boolean automaticDraw)
Sets the configuration of the display.
|
void |
BrickletLCD128x64.setDisplayConfiguration(int contrast,
int backlight,
boolean invert,
boolean automaticDraw)
Sets the configuration of the display.
|
void |
BrickletOLED64x48.setDisplayConfiguration(short contrast,
boolean invert)
Sets the configuration of the display.
|
void |
BrickletOLED128x64.setDisplayConfiguration(short contrast,
boolean invert)
Sets the configuration of the display.
|
void |
BrickletEPaper296x128.setDisplayType(int displayType)
Sets the type of the display.
|
void |
BrickletLaserRangeFinderV2.setDistanceCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletLaserRangeFinderV2.DistanceListener listener is triggered
periodically. |
void |
BrickletDistanceIRV2.setDistanceCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletDistanceIRV2.DistanceListener listener is triggered
periodically. |
void |
BrickletDistanceUSV2.setDistanceCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletDistanceUSV2.DistanceListener listener is triggered
periodically. |
void |
BrickletLaserRangeFinder.setDistanceCallbackPeriod(long period)
Sets the period with which the
BrickletLaserRangeFinder.DistanceListener listener is triggered
periodically. |
void |
BrickletDistanceIR.setDistanceCallbackPeriod(long period)
Sets the period with which the
BrickletDistanceIR.DistanceListener listener is triggered
periodically. |
void |
BrickletDistanceUS.setDistanceCallbackPeriod(long period)
Sets the period with which the
BrickletDistanceUS.DistanceListener listener is triggered
periodically. |
void |
BrickletLaserRangeFinder.setDistanceCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletLaserRangeFinder.DistanceReachedListener listener. |
void |
BrickletDistanceIR.setDistanceCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletDistanceIR.DistanceReachedListener listener. |
void |
BrickletDistanceUS.setDistanceCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletDistanceUS.DistanceReachedListener listener. |
void |
BrickletLaserRangeFinderV2.setDistanceLEDConfig(int config)
Configures the distance LED to be either turned off, turned on, blink in
heartbeat mode or show the distance (brighter = object is nearer).
|
void |
BrickletDistanceIRV2.setDistanceLEDConfig(int config)
Configures the distance LED to be either turned off, turned on, blink in
heartbeat mode or show the distance (brighter = object is nearer).
|
void |
BrickletDistanceUSV2.setDistanceLEDConfig(int config)
Configures the distance LED to be either turned off, turned on, blink in
heartbeat mode or show the distance (brighter = object is nearer).
|
void |
BrickletDMX.setDMXMode(int dmxMode)
Sets the DMX mode to either master or slave.
|
void |
BrickletPerformanceDC.setDriveMode(int mode)
Sets the drive mode.
|
void |
BrickDC.setDriveMode(short mode)
Sets the drive mode.
|
void |
BrickletDustDetector.setDustDensityCallbackPeriod(long period)
Sets the period with which the
BrickletDustDetector.DustDensityListener listener is triggered
periodically. |
void |
BrickletDustDetector.setDustDensityCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletDustDetector.DustDensityReachedListener listener. |
void |
BrickletHallEffect.setEdgeCountCallbackPeriod(long period)
Sets the period with which the
BrickletHallEffect.EdgeCountListener listener is triggered
periodically. |
void |
BrickletIndustrialDigitalIn4.setEdgeCountConfig(int selectionMask,
short edgeType,
short debounce)
Configures the edge counter for the selected pins.
|
void |
BrickletHallEffect.setEdgeCountConfig(short edgeType,
short debounce)
The edge type parameter configures if rising edges, falling edges or
both are counted.
|
void |
BrickletIO16.setEdgeCountConfig(short pin,
short edgeType,
short debounce)
Configures the edge counter for the selected pin of port A.
|
void |
BrickletIO4.setEdgeCountConfig(short selectionMask,
short edgeType,
short debounce)
Configures the edge counter for the selected pins.
|
void |
BrickletIO16V2.setEdgeCountConfiguration(int channel,
int edgeType,
int debounce)
Configures the edge counter for a specific channel.
|
void |
BrickletIO4V2.setEdgeCountConfiguration(int channel,
int edgeType,
int debounce)
Configures the edge counter for a specific channel.
|
void |
BrickletIndustrialDigitalIn4V2.setEdgeCountConfiguration(int channel,
int edgeType,
int debounce)
Configures the edge counter for a specific channel.
|
void |
BrickletHallEffect.setEdgeInterrupt(long edges)
Sets the number of edges until an interrupt is invoked.
|
void |
BrickletMultiTouchV2.setElectrodeConfig(boolean[] enabledElectrodes)
Enables/disables electrodes with a bool array (see
BrickletMultiTouchV2.getTouchState() ). |
void |
BrickletMultiTouch.setElectrodeConfig(int enabledElectrodes)
Enables/disables electrodes with a bitfield (see
BrickletMultiTouch.getTouchState() ). |
void |
BrickletMultiTouchV2.setElectrodeSensitivity(int sensitivity)
Sets the sensitivity of the electrodes.
|
void |
BrickletMultiTouch.setElectrodeSensitivity(short sensitivity)
Sets the sensitivity of the electrodes.
|
void |
BrickletPerformanceDC.setEmergencyShutdownCallbackConfiguration(boolean enabled)
Enable/Disable
BrickletPerformanceDC.EmergencyShutdownListener listener. |
void |
BrickletTemperatureIR.setEmissivity(int emissivity)
Sets the `emissivity <https://en.wikipedia.org/wiki/Emissivity>`__ that is
used to calculate the surface temperature as returned by
BrickletTemperatureIR.getObjectTemperature() . |
void |
BrickletTemperatureIRV2.setEmissivity(int emissivity)
Sets the `emissivity <https://en.wikipedia.org/wiki/Emissivity>`__ that is
used to calculate the surface temperature as returned by
BrickletTemperatureIRV2.getObjectTemperature() . |
void |
BrickletLaserRangeFinderV2.setEnable(boolean enable)
Enables the laser of the LIDAR if set to *true*.
|
void |
BrickletParticulateMatter.setEnable(boolean enable)
Enables/Disables the fan and the laser diode of the sensors.
|
void |
BrickletServoV2.setEnable(int servoChannel,
boolean enable)
Enables a servo channel (0 to 9).
|
void |
BrickletPerformanceDC.setEnabled(boolean enabled)
Enables/Disables the driver chip.
|
void |
BrickletIndustrialAnalogOutV2.setEnabled(boolean enabled)
Enables/disables the output of voltage and current.
|
void |
BrickletEnergyMonitor.setEnergyDataCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletEnergyMonitor.EnergyDataListener
listener is triggered periodically. |
void |
BrickletDMX.setErrorLEDConfig(int config)
Sets the error LED configuration.
|
void |
BrickletRS485.setErrorLEDConfig(int config)
Sets the error LED configuration.
|
void |
BrickletPerformanceDC.setErrorLEDConfig(int config)
Configures the error LED to be either turned off, turned on, blink in
heartbeat mode or show an error.
|
void |
BrickletCANV2.setErrorLEDConfig(int config)
Sets the error LED configuration.
|
void |
BrickletCANV2.setErrorOccurredCallbackConfiguration(boolean enabled)
Enables and disables the
BrickletCANV2.ErrorOccurredListener listener. |
void |
BrickMaster.setEthernetAuthenticationSecret(java.lang.String secret)
Sets the Ethernet authentication secret.
|
void |
BrickMaster.setEthernetConfiguration(short connection,
short[] ip,
short[] subnetMask,
short[] gateway,
int port)
Sets the configuration of the Ethernet Extension.
|
void |
BrickMaster.setEthernetHostname(java.lang.String hostname)
Sets the hostname of the Ethernet Extension.
|
void |
BrickMaster.setEthernetMACAddress(short[] macAddress)
Sets the MAC address of the Ethernet Extension.
|
void |
BrickMaster.setEthernetWebsocketConfiguration(short sockets,
int port)
Sets the Ethernet WebSocket configuration.
|
void |
BrickMaster.setExtensionType(short extension,
long exttype)
Writes the extension type to the EEPROM of a specified extension.
|
short |
BrickRED.setFileEvents(int fileId,
int events) |
BrickRED.SetFilePosition |
BrickRED.setFilePosition(int fileId,
long offset,
short origin)
Set the current seek position of a file object relative to ``origin``.
|
void |
BrickletAccelerometerV2.setFilterConfiguration(int iirBypass,
int lowPassFilter)
Configures IIR Bypass filter mode and low pass filter roll off corner frequency.
|
void |
BrickletGPSV2.setFixLEDConfig(int config)
Sets the fix LED configuration.
|
void |
BrickletThermalImaging.setFluxLinearParameters(int sceneEmissivity,
int temperatureBackground,
int tauWindow,
int temperaturWindow,
int tauAtmosphere,
int temperatureAtmosphere,
int reflectionWindow,
int temperatureReflection)
Sets the flux linear parameters that can be used for radiometry calibration.
|
void |
BrickletDMX.setFrameCallbackConfig(boolean frameStartedCallbackEnabled,
boolean frameAvailableCallbackEnabled,
boolean frameCallbackEnabled,
boolean frameErrorCountCallbackEnabled)
Enables/Disables the different listeners.
|
void |
BrickletLEDStrip.setFrameDuration(int duration)
Sets the frame duration.
|
void |
BrickletDMX.setFrameDuration(int frameDuration)
Sets the duration of a frame.
|
void |
BrickletRGBLEDMatrix.setFrameDuration(int frameDuration)
Sets the frame duration.
|
void |
BrickletLEDStripV2.setFrameDuration(int duration)
Sets the frame duration.
|
void |
BrickletCAN.setFrameReadableCallbackConfiguration(boolean enabled)
Enables/disables the
BrickletCAN.FrameReadableListener listener. |
void |
BrickletCANV2.setFrameReadableCallbackConfiguration(boolean enabled)
Enables and disables the
BrickletCANV2.FrameReadableListener listener. |
void |
BrickletRS485.setFrameReadableCallbackConfiguration(int frameSize)
Configures the
BrickletRS485.FrameReadableListener listener. |
void |
BrickletRS232V2.setFrameReadableCallbackConfiguration(int frameSize)
Configures the
BrickletRS232V2.FrameReadableListener listener. |
void |
BrickletRS232.setFrameReadableCallbackConfiguration(short frameSize)
Configures the
BrickletRS232.FrameReadableListener listener. |
void |
BrickletCANV2.setFrameReadCallbackConfiguration(boolean enabled)
Enables and disables the
BrickletCANV2.FrameReadListener listener. |
void |
BrickletLEDStripV2.setFrameStartedCallbackConfiguration(boolean enable)
Enables/disables the
BrickletLEDStripV2.FrameStartedListener listener. |
void |
BrickletIndustrialDual020mAV2.setGain(int gain)
Sets a gain between 1x and 8x.
|
void |
BrickletPerformanceDC.setGPIOAction(int channel,
long action)
Sets the GPIO action for the given channel.
|
void |
BrickletXMC1400Breakout.setGPIOConfig(int port,
int pin,
int mode,
int inputHysteresis,
boolean outputLevel)
Example for a setter function.
|
void |
BrickletPerformanceDC.setGPIOConfiguration(int channel,
int debounce,
int stopDeceleration)
Sets the GPIO configuration for the given channel.
|
void |
BrickletPerformanceDC.setGPIOLEDConfig(int channel,
int config)
Configures the GPIO LED to be either turned off, turned on, blink in
heartbeat mode or the GPIO state.
|
void |
BrickletIMUV3.setGravityVectorCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIMUV3.GravityVectorListener listener
is triggered periodically. |
void |
BrickIMUV2.setGravityVectorPeriod(long period)
Sets the period with which the
BrickIMUV2.GravityVectorListener listener is triggered
periodically. |
void |
BrickletRGBLEDMatrix.setGreen(int[] green)
Sets the 64 green LED values of the matrix.
|
void |
BrickletIndustrialDigitalOut4.setGroup(char[] group)
Sets a group of Digital Out 4 Bricklets that should work together.
|
void |
BrickletIndustrialQuadRelay.setGroup(char[] group)
Sets a group of Quad Relay Bricklets that should work together.
|
void |
BrickletIndustrialDigitalIn4.setGroup(char[] group)
Sets a group of Digital In 4 Bricklets that should work together.
|
void |
BrickletLCD128x64.setGUIButton(int index,
int positionX,
int positionY,
int width,
int height,
java.lang.String text)
Draws a clickable button at position (x, y) with the given text.
|
void |
BrickletLCD128x64.setGUIButtonPressedCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletLCD128x64.GUIButtonPressedListener listener
is triggered periodically. |
void |
BrickletLCD128x64.setGUIGraphConfiguration(int index,
int graphType,
int positionX,
int positionY,
int width,
int height,
java.lang.String textX,
java.lang.String textY)
Sets the configuration for up to four graphs.
|
void |
BrickletLCD128x64.setGUIGraphData(int index,
int[] data)
Sets the data for a graph with the given index.
|
void |
BrickletLCD128x64.setGUIGraphDataLowLevel(int index,
int dataLength,
int dataChunkOffset,
int[] dataChunkData)
Sets the data for a graph with the given index.
|
void |
BrickletLCD128x64.setGUISlider(int index,
int positionX,
int positionY,
int length,
int direction,
int value)
Draws a slider at position (x, y) with the given length.
|
void |
BrickletLCD128x64.setGUISliderValueCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletLCD128x64.GUISliderValueListener listener
is triggered periodically. |
void |
BrickletLCD128x64.setGUITabConfiguration(int changeTabConfig,
boolean clearGUI)
Sets the general configuration for tabs.
|
void |
BrickletLCD128x64.setGUITabIcon(int index,
boolean[] icon)
Adds a icon-tab with the given index.
|
void |
BrickletLCD128x64.setGUITabSelected(int index)
Sets the tab with the given index as selected (drawn as selected on the display).
|
void |
BrickletLCD128x64.setGUITabSelectedCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletLCD128x64.GUITabSelectedListener listener
is triggered periodically. |
void |
BrickletLCD128x64.setGUITabText(int index,
java.lang.String text)
Adds a text-tab with the given index.
|
void |
BrickletCompass.setHeadingCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletCompass.HeadingListener listener is triggered
periodically. |
void |
BrickletHumidityV2.setHeaterConfiguration(int heaterConfig)
Enables/disables the heater.
|
void |
BrickletTemperatureV2.setHeaterConfiguration(int heaterConfig)
Enables/disables the heater.
|
void |
BrickletThermalImaging.setHighContrastConfig(int[] regionOfInterest,
int dampeningFactor,
int[] clipLimit,
int emptyCounts)
Sets the high contrast region of interest, dampening factor, clip limit and empty counts.
|
void |
BrickletHumidityV2.setHumidityCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletHumidityV2.HumidityListener listener is triggered
periodically. |
void |
BrickletAirQuality.setHumidityCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletAirQuality.HumidityListener listener is triggered
periodically. |
void |
BrickletCO2V2.setHumidityCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletCO2V2.HumidityListener listener is triggered
periodically. |
void |
BrickletHumidity.setHumidityCallbackPeriod(long period)
Sets the period with which the
BrickletHumidity.HumidityListener listener is triggered
periodically. |
void |
BrickletHumidity.setHumidityCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletHumidity.HumidityReachedListener listener. |
void |
BrickletBarometer.setI2CMode(short mode)
Sets the I2C mode.
|
void |
BrickletTemperature.setI2CMode(short mode)
Sets the I2C mode.
|
void |
BrickletAirQuality.setIAQIndexCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletAirQuality.IAQIndexListener
listener is triggered periodically. |
void |
BrickletColorV2.setIlluminanceCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
long min,
long max)
The period is the period with which the
BrickletColorV2.IlluminanceListener listener is triggered
periodically. |
void |
BrickletAmbientLightV3.setIlluminanceCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
long min,
long max)
The period is the period with which the
BrickletAmbientLightV3.IlluminanceListener listener is triggered
periodically. |
void |
BrickletColor.setIlluminanceCallbackPeriod(long period)
Sets the period with which the
BrickletColor.IlluminanceListener listener is triggered
periodically. |
void |
BrickletAmbientLightV2.setIlluminanceCallbackPeriod(long period)
Sets the period with which the
BrickletAmbientLightV2.IlluminanceListener listener is triggered
periodically. |
void |
BrickletAmbientLight.setIlluminanceCallbackPeriod(long period)
Sets the period with which the
BrickletAmbientLight.IlluminanceListener listener is triggered
periodically. |
void |
BrickletAmbientLight.setIlluminanceCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletAmbientLight.IlluminanceReachedListener listener. |
void |
BrickletAmbientLightV2.setIlluminanceCallbackThreshold(char option,
long min,
long max)
Sets the thresholds for the
BrickletAmbientLightV2.IlluminanceReachedListener listener. |
void |
BrickletThermalImaging.setImageTransferConfig(int config)
The necessary bandwidth of this Bricklet is too high to use getter/listener or
high contrast/temperature image at the same time.
|
void |
BrickletMotionDetectorV2.setIndicator(int topLeft,
int topRight,
int bottom)
Sets the blue backlight of the fresnel lens.
|
void |
BrickletLoadCellV2.setInfoLEDConfig(int config)
Configures the info LED to be either turned off, turned on, or blink in
heartbeat mode.
|
void |
BrickletAccelerometerV2.setInfoLEDConfig(int config)
Configures the info LED (marked as "Force" on the Bricklet) to be either turned off,
turned on, or blink in heartbeat mode.
|
void |
BrickletIO16V2.setInputValueCallbackConfiguration(int channel,
long period,
boolean valueHasToChange)
This listener can be configured per channel.
|
void |
BrickletIO4V2.setInputValueCallbackConfiguration(int channel,
long period,
boolean valueHasToChange)
This listener can be configured per channel.
|
void |
BrickletServoV2.setInputVoltageConfiguration(int averagingDuration)
Sets the averaging duration of the input voltage measurement for the specified servo channel in ms.
|
void |
BrickletSoundIntensity.setIntensityCallbackPeriod(long period)
Sets the period with which the
BrickletSoundIntensity.IntensityListener listener is triggered
periodically. |
void |
BrickletSoundIntensity.setIntensityCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletSoundIntensity.IntensityReachedListener listener. |
void |
BrickletIndustrialDigitalIn4.setInterrupt(int interruptMask)
Sets the pins on which an interrupt is activated with a bitmask.
|
void |
BrickletIO4.setInterrupt(short interruptMask)
Sets the pins on which an interrupt is activated with a bitmask.
|
void |
BrickletDualButtonV2.setLEDState(int ledL,
int ledR)
Sets the state of the LEDs.
|
void |
BrickletDualButton.setLEDState(short ledL,
short ledR)
Sets the state of the LEDs.
|
void |
BrickletLEDStripV2.setLEDValues(int index,
int[] value)
Sets the RGB(W) values for the LEDs starting from *index*.
|
void |
BrickletLEDStripV2.setLEDValuesLowLevel(int index,
int valueLength,
int valueChunkOffset,
int[] valueChunkData)
Sets the RGB(W) values for the LEDs starting from *index*.
|
void |
BrickletColorV2.setLight(boolean enable)
Turns the white LED on the Bricklet on/off.
|
void |
BrickletIMUV3.setLinearAccelerationCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIMUV3.LinearAccelerationListener listener
is triggered periodically. |
void |
BrickIMUV2.setLinearAccelerationPeriod(long period)
Sets the period with which the
BrickIMUV2.LinearAccelerationListener listener is
triggered periodically. |
void |
BrickMaster.setLongWifiKey(java.lang.String key)
Sets a long Wi-Fi key (up to 63 chars, at least 8 chars) for WPA encryption.
|
void |
BrickletIMUV3.setMagneticFieldCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIMUV3.MagneticFieldListener listener
is triggered periodically. |
void |
BrickIMU.setMagneticFieldPeriod(long period)
Sets the period with which the
BrickIMU.MagneticFieldListener listener is
triggered periodically. |
void |
BrickIMUV2.setMagneticFieldPeriod(long period)
Sets the period with which the
BrickIMUV2.MagneticFieldListener listener is triggered
periodically. |
void |
BrickletCompass.setMagneticFluxDensityCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletCompass.MagneticFluxDensityListener listener
is triggered periodically. |
void |
BrickletHallEffectV2.setMagneticFluxDensityCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletHallEffectV2.MagneticFluxDensityListener listener is triggered
periodically. |
void |
BrickIMU.setMagnetometerRange(short range)
Not implemented yet.
|
void |
BrickletNFC.setMaximumTimeout(int timeout)
Sets the maximum timeout.
|
void |
BrickSilentStepper.setMaxVelocity(int velocity)
Sets the maximum velocity of the stepper motor.
|
void |
BrickStepper.setMaxVelocity(int velocity)
Sets the maximum velocity of the stepper motor.
|
void |
BrickDC.setMinimumVoltage(int voltage)
Sets the minimum voltage, below which the
BrickDC.UnderVoltageListener listener
is triggered. |
void |
BrickServo.setMinimumVoltage(int voltage)
Sets the minimum voltage, below which the
BrickServo.UnderVoltageListener listener
is triggered. |
void |
BrickSilentStepper.setMinimumVoltage(int voltage)
Sets the minimum voltage, below which the
BrickSilentStepper.UnderVoltageListener listener
is triggered. |
void |
BrickStepper.setMinimumVoltage(int voltage)
Sets the minimum voltage, below which the
BrickStepper.UnderVoltageListener listener
is triggered. |
void |
BrickSilentStepper.setMiscConfiguration(boolean disableShortToGroundProtection,
short synchronizePhaseFrequency)
Note: If you don't know what any of this means you can very likely keep all of
the values as default!
Sets miscellaneous configuration parameters.
|
void |
BrickletRS485.setModbusConfiguration(int slaveAddress,
long masterRequestTimeout)
Sets the configuration for the RS485 Modbus communication.
|
void |
BrickletRS485.setMode(int mode)
Sets the mode of the Bricklet in which it operates.
|
void |
BrickletNFC.setMode(int mode)
Sets the mode.
|
void |
BrickletLaserRangeFinder.setMode(short mode)
\note
This function is only available if you have a LIDAR-Lite sensor with hardware
version 1.
|
void |
BrickletAnalogOut.setMode(short mode)
Sets the mode of the analog value.
|
void |
BrickletMoisture.setMoistureCallbackPeriod(long period)
Sets the period with which the
BrickletMoisture.MoistureListener listener is triggered
periodically. |
void |
BrickletMoisture.setMoistureCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletMoisture.MoistureReachedListener listener. |
void |
BrickletSolidStateRelayV2.setMonoflop(boolean state,
long time)
The first parameter is the desired state of the relay (*true* means on
and *false* means off).
|
void |
BrickletSolidStateRelay.setMonoflop(boolean state,
long time)
The first parameter is the desired state of the relay (*true* means on
and *false* means off).
|
void |
BrickletIO16V2.setMonoflop(int channel,
boolean value,
long time)
Configures a monoflop of the specified channel.
|
void |
BrickletIndustrialDualRelay.setMonoflop(int channel,
boolean value,
long time)
The first parameter can be 0 or 1 (relay 0 or relay 1).
|
void |
BrickletIndustrialDigitalOut4V2.setMonoflop(int channel,
boolean value,
long time)
The first parameter is the desired state of the channel (*true* means output *high*
and *false* means output *low*).
|
void |
BrickletIndustrialDualACRelay.setMonoflop(int channel,
boolean value,
long time)
The first parameter can be 0 or 1 (relay 0 or relay 1).
|
void |
BrickletIO4V2.setMonoflop(int channel,
boolean value,
long time)
The first parameter is the desired state of the channel (*true* means output *high*
and *false* means output *low*).
|
void |
BrickletIndustrialQuadRelayV2.setMonoflop(int channel,
boolean value,
long time)
Configures a monoflop of the specified channel.
|
void |
BrickletIndustrialDigitalOut4.setMonoflop(int selectionMask,
int valueMask,
long time)
Configures a monoflop of the pins specified by the first parameter
bitmask.
|
void |
BrickletIndustrialQuadRelay.setMonoflop(int selectionMask,
int valueMask,
long time)
Configures a monoflop of the pins specified by the first parameter
bitmask.
|
void |
BrickletDualRelay.setMonoflop(short relay,
boolean state,
long time)
The first parameter can be 1 or 2 (relay 1 or relay 2).
|
void |
BrickletIO4.setMonoflop(short selectionMask,
short valueMask,
long time)
Configures a monoflop of the pins specified by the first parameter as 4 bit
long bitmask.
|
void |
BrickletPerformanceDC.setMotion(int acceleration,
int deceleration)
Sets the acceleration and deceleration of the motor.
|
void |
BrickletGPS.setMotionCallbackPeriod(long period)
Sets the period with which the
BrickletGPS.MotionListener listener is triggered
periodically. |
void |
BrickletGPSV2.setMotionCallbackPeriod(long period)
Sets the period with which the
BrickletGPSV2.MotionListener listener is triggered
periodically. |
void |
BrickletServoV2.setMotionConfiguration(int servoChannel,
long velocity,
long acceleration,
long deceleration)
Sets the maximum velocity of the specified servo channel in °/100s as well as
the acceleration and deceleration in °/100s²
With a velocity of 0 °/100s the position will be set immediately (no velocity).
|
void |
BrickSilentStepper.setMotorCurrent(int current)
Sets the current with which the motor will be driven.
|
void |
BrickStepper.setMotorCurrent(int current)
Sets the current with which the motor will be driven.
|
void |
BrickletMotorizedLinearPoti.setMotorPosition(int position,
int driveMode,
boolean holdPosition)
Sets the position of the potentiometer.
|
void |
BrickletLoadCellV2.setMovingAverage(int average)
Sets the length of a `moving averaging <https://en.wikipedia.org/wiki/Moving_average>`__
for the weight value.
|
void |
BrickletLaserRangeFinderV2.setMovingAverage(int distanceAverageLength,
int velocityAverageLength)
Sets the length of a `moving averaging <https://en.wikipedia.org/wiki/Moving_average>`__
for the distance and velocity.
|
void |
BrickletAnalogInV2.setMovingAverage(short average)
Sets the length of a `moving averaging <https://en.wikipedia.org/wiki/Moving_average>`__
for the voltage.
|
void |
BrickletMoisture.setMovingAverage(short average)
Sets the length of a `moving averaging <https://en.wikipedia.org/wiki/Moving_average>`__
for the moisture value.
|
void |
BrickletLoadCell.setMovingAverage(short average)
Sets the length of a `moving averaging <https://en.wikipedia.org/wiki/Moving_average>`__
for the weight value.
|
void |
BrickletDistanceUS.setMovingAverage(short average)
Sets the length of a `moving averaging <https://en.wikipedia.org/wiki/Moving_average>`__
for the distance value.
|
void |
BrickletDustDetector.setMovingAverage(short average)
Sets the length of a `moving averaging <https://en.wikipedia.org/wiki/Moving_average>`__
for the dust density.
|
void |
BrickletLaserRangeFinder.setMovingAverage(short distanceAverageLength,
short velocityAverageLength)
Sets the length of a `moving averaging <https://en.wikipedia.org/wiki/Moving_average>`__
for the distance and velocity.
|
void |
BrickletDistanceIRV2.setMovingAverageConfiguration(int movingAverageLength)
Sets the length of a `moving averaging <https://en.wikipedia.org/wiki/Moving_average>`__
for the distance.
|
void |
BrickletHumidityV2.setMovingAverageConfiguration(int movingAverageLengthHumidity,
int movingAverageLengthTemperature)
Sets the length of a `moving averaging <https://en.wikipedia.org/wiki/Moving_average>`__
for the humidity and temperature.
|
void |
BrickletBarometerV2.setMovingAverageConfiguration(int movingAverageLengthAirPressure,
int movingAverageLengthTemperature)
Sets the length of a `moving averaging <https://en.wikipedia.org/wiki/Moving_average>`__
for the air pressure and temperature measurements.
|
void |
BrickletPTCV2.setMovingAverageConfiguration(int movingAverageLengthResistance,
int movingAverageLengthTemperature)
Sets the length of a `moving averaging <https://en.wikipedia.org/wiki/Moving_average>`__
for the resistance and temperature.
|
void |
BrickletPTCV2.setNoiseRejectionFilter(int filter)
Sets the noise rejection filter to either 50Hz (0) or 60Hz (1).
|
void |
BrickletPTC.setNoiseRejectionFilter(short filter)
Sets the noise rejection filter to either 50Hz (0) or 60Hz (1).
|
void |
BrickletSegmentDisplay4x7V2.setNumericValue(int[] value)
Sets a numeric value for each of the digits.
|
void |
BrickletTemperatureIRV2.setObjectTemperatureCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletTemperatureIRV2.ObjectTemperatureListener listener is triggered
periodically. |
void |
BrickletTemperatureIR.setObjectTemperatureCallbackPeriod(long period)
Sets the period with which the
BrickletTemperatureIR.ObjectTemperatureListener listener is
triggered periodically. |
void |
BrickletTemperatureIR.setObjectTemperatureCallbackThreshold(char option,
short min,
short max)
Sets the thresholds for the
BrickletTemperatureIR.ObjectTemperatureReachedListener listener. |
void |
BrickletRealTimeClock.setOffset(byte offset)
Sets the offset the real-time clock should compensate for in 2.17 ppm steps
between -277.76 ppm (-128) and +275.59 ppm (127).
|
void |
BrickletRealTimeClockV2.setOffset(int offset)
Sets the offset the real-time clock should compensate for in 2.17 ppm steps
between -277.76 ppm (-128) and +275.59 ppm (127).
|
void |
BrickletLaserRangeFinderV2.setOffsetCalibration(int offset)
The offset is added to the measured distance.
|
void |
BrickletIMUV3.setOrientationCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIMUV3.OrientationListener listener
is triggered periodically. |
void |
BrickIMU.setOrientationPeriod(long period)
Sets the period with which the
BrickIMU.OrientationListener listener is triggered
periodically. |
void |
BrickIMUV2.setOrientationPeriod(long period)
Sets the period with which the
BrickIMUV2.OrientationListener listener is triggered
periodically. |
void |
BrickletIndustrialAnalogOutV2.setOutLEDConfig(int config)
You can turn the Out LED off, on or show a
heartbeat.
|
void |
BrickletIndustrialAnalogOutV2.setOutLEDStatusConfig(int min,
int max,
int config)
Sets the Out LED status config.
|
void |
BrickServo.setOutputVoltage(int voltage)
Sets the output voltages with which the servos are driven.
|
void |
BrickletAnalogOutV2.setOutputVoltage(int voltage)
Sets the voltage.
|
void |
BrickletAnalogOutV3.setOutputVoltage(int voltage)
Sets the voltage.
|
void |
BrickletAnalogInV3.setOversampling(int oversampling)
Sets the oversampling between 32x and 16384x.
|
void |
BrickletServoV2.setPeriod(int servoChannel,
long period)
Sets the period of the specified servo channel in µs.
|
void |
BrickServo.setPeriod(short servoNum,
int period)
Sets the period of the specified servo.
|
void |
BrickletParticulateMatter.setPMConcentrationCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletParticulateMatter.PMConcentrationListener
listener is triggered periodically. |
void |
BrickletParticulateMatter.setPMCountCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletParticulateMatter.PMCountListener listener
is triggered periodically. |
void |
BrickletIO16.setPort(char port,
short valueMask)
Sets the output value (high or low) for a port ("a" or "b") with a bitmask
(8bit).
|
void |
BrickletIO16.setPortConfiguration(char port,
short selectionMask,
char direction,
boolean value)
Configures the value and direction of a specified port.
|
void |
BrickletIO16.setPortInterrupt(char port,
short interruptMask)
Sets the pins on which an interrupt is activated with a bitmask.
|
void |
BrickletIO16.setPortMonoflop(char port,
short selectionMask,
short valueMask,
long time)
Configures a monoflop of the pins specified by the second parameter as 8 bit
long bitmask.
|
void |
BrickletServoV2.setPosition(int servoChannel,
int position)
Sets the position in °/100 for the specified servo channel.
|
void |
BrickServo.setPosition(short servoNum,
short position)
Sets the position for the specified servo.
|
void |
BrickletJoystickV2.setPositionCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletJoystickV2.PositionListener
listener is triggered periodically. |
void |
BrickletMotorizedLinearPoti.setPositionCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletMotorizedLinearPoti.PositionListener listener is triggered
periodically. |
void |
BrickletRotaryPotiV2.setPositionCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletRotaryPotiV2.PositionListener listener is triggered
periodically. |
void |
BrickletLinearPotiV2.setPositionCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletLinearPotiV2.PositionListener listener is triggered
periodically. |
void |
BrickletJoystick.setPositionCallbackPeriod(long period)
Sets the period with which the
BrickletJoystick.PositionListener listener is triggered
periodically. |
void |
BrickletLinearPoti.setPositionCallbackPeriod(long period)
Sets the period with which the
BrickletLinearPoti.PositionListener listener is triggered
periodically. |
void |
BrickletRotaryPoti.setPositionCallbackPeriod(long period)
Sets the period with which the
BrickletRotaryPoti.PositionListener listener is triggered
periodically. |
void |
BrickletLinearPoti.setPositionCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletLinearPoti.PositionReachedListener listener. |
void |
BrickletRotaryPoti.setPositionCallbackThreshold(char option,
short min,
short max)
Sets the thresholds for the
BrickletRotaryPoti.PositionReachedListener listener. |
void |
BrickletJoystick.setPositionCallbackThreshold(char option,
short minX,
short maxX,
short minY,
short maxY)
Sets the thresholds for the
BrickletJoystick.PositionReachedListener listener. |
void |
BrickletMotorizedLinearPoti.setPositionReachedCallbackConfiguration(boolean enabled)
Enables/Disables
BrickletMotorizedLinearPoti.PositionReachedListener listener. |
void |
BrickletServoV2.setPositionReachedCallbackConfiguration(int servoChannel,
boolean enabled)
Enable/Disable
BrickletServoV2.PositionReachedListener listener. |
void |
BrickletVoltageCurrentV2.setPowerCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletVoltageCurrentV2.PowerListener listener is triggered
periodically. |
void |
BrickletVoltageCurrent.setPowerCallbackPeriod(long period)
Sets the period with which the
BrickletVoltageCurrent.PowerListener listener is triggered
periodically. |
void |
BrickletVoltageCurrent.setPowerCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletVoltageCurrent.PowerReachedListener listener. |
void |
BrickletJoystickV2.setPressedCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletJoystickV2.PressedListener
listener is triggered periodically. |
short |
BrickRED.setProgramCommand(int programId,
int executableStringId,
int argumentsListId,
int environmentListId,
int workingDirectoryStringId)
FIXME: working directory is relative to <home>/programs/<identifier>/bin
|
short |
BrickRED.setProgramSchedule(int programId,
short startMode,
boolean continueAfterError,
long startInterval,
int startFieldsStringId) |
short |
BrickRED.setProgramStdioRedirection(int programId,
short stdinRedirection,
int stdinFileNameStringId,
short stdoutRedirection,
int stdoutFileNameStringId,
short stderrRedirection,
int stderrFileNameStringId)
FIXME: stdio file names are relative to <home>/programs/<identifier>/bin
|
void |
BrickletServoV2.setPulseWidth(int servoChannel,
long min,
long max)
Sets the minimum and maximum pulse width of the specified servo channel in µs.
|
void |
BrickServo.setPulseWidth(short servoNum,
int min,
int max)
Sets the minimum and maximum pulse width of the specified servo.
|
void |
BrickletIndustrialDigitalOut4V2.setPWMConfiguration(int channel,
long frequency,
int dutyCycle)
Activates a PWM for the given channel.
|
void |
BrickletIO4V2.setPWMConfiguration(int channel,
long frequency,
int dutyCycle)
Activates a PWM for the given channel.
|
void |
BrickDC.setPWMFrequency(int frequency)
Sets the frequency of the PWM with which the motor is driven.
|
void |
BrickletPerformanceDC.setPWMFrequency(int frequency)
Sets the frequency of the PWM with which the motor is driven.
|
void |
BrickletIMUV3.setQuaternionCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIMUV3.QuaternionListener listener
is triggered periodically. |
void |
BrickIMU.setQuaternionPeriod(long period)
Sets the period with which the
BrickIMU.QuaternionListener listener is triggered
periodically. |
void |
BrickIMUV2.setQuaternionPeriod(long period)
Sets the period with which the
BrickIMUV2.QuaternionListener listener is triggered
periodically. |
void |
BrickletCANV2.setQueueConfiguration(int writeBufferSize,
int writeBufferTimeout,
int writeBacklogSize,
int[] readBufferSizes,
int readBacklogSize)
Sets the write and read queue configuration.
|
void |
BrickletCANV2.setQueueConfigurationLowLevel(int writeBufferSize,
int writeBufferTimeout,
int writeBacklogSize,
int readBufferSizesLength,
int[] readBufferSizesData,
int readBacklogSize)
Sets the write and read queue configuration.
|
void |
BrickletAnalogIn.setRange(short range)
Sets the measurement range.
|
void |
BrickletCAN.setReadFilter(short mode,
long mask,
long filter1,
long filter2)
Set the read filter configuration.
|
void |
BrickletCANV2.setReadFilterConfiguration(int bufferIndex,
int filterMode,
long filterMask,
long filterIdentifier)
Set the read filter configuration for the given read buffer index.
|
void |
BrickletRGBLEDMatrix.setRed(int[] red)
Sets the 64 red LED values of the matrix.
|
void |
BrickletBarometer.setReferenceAirPressure(int airPressure)
Sets the reference air pressure for the altitude calculation.
|
void |
BrickletBarometerV2.setReferenceAirPressure(int airPressure)
Sets the reference air pressure for the altitude calculation.
|
void |
BrickletLine.setReflectivityCallbackPeriod(long period)
Sets the period with which the
BrickletLine.ReflectivityListener listener is triggered
periodically. |
void |
BrickletLine.setReflectivityCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletLine.ReflectivityReachedListener listener. |
void |
BrickletRemoteSwitchV2.setRemoteConfiguration(int remoteType,
int minimumRepeats,
boolean callbackEnabled)
Sets the configuration for **receiving** data from a remote of type A, B or C.
|
void |
BrickletRemoteSwitchV2.setRepeats(int repeats)
Sets the number of times the code is sent when one of the Switch Socket
functions is called.
|
void |
BrickletRemoteSwitch.setRepeats(short repeats)
Sets the number of times the code is sent when one of the switch socket
functions is called.
|
void |
BrickletPTCV2.setResistanceCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletPTCV2.ResistanceListener listener is triggered
periodically. |
void |
BrickletPTC.setResistanceCallbackPeriod(long period)
Sets the period with which the
BrickletPTC.ResistanceListener listener is triggered
periodically. |
void |
BrickletPTC.setResistanceCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletPTC.ResistanceReachedListener listener. |
void |
BrickletThermalImaging.setResolution(int resolution)
Sets the resolution.
|
void |
BrickletRGBLEDV2.setRGBValue(int r,
int g,
int b)
Sets the *r*, *g* and *b* values for the LED.
|
void |
BrickletRGBLED.setRGBValue(short r,
short g,
short b)
Sets the *r*, *g* and *b* values for the LED.
|
void |
BrickletLEDStrip.setRGBValues(int index,
short length,
short[] r,
short[] g,
short[] b)
Sets *length* RGB values for the LEDs starting from *index*.
|
void |
BrickletLEDStrip.setRGBWValues(int index,
short length,
short[] r,
short[] g,
short[] b,
short[] w)
Sets *length* RGBW values for the LEDs starting from *index*.
|
void |
BrickMaster.setRS485Address(short address)
Sets the address (0-255) belonging to the RS485 Extension.
|
void |
BrickMaster.setRS485Configuration(long speed,
char parity,
short stopbits)
Sets the configuration of the RS485 Extension.
|
void |
BrickletRS485.setRS485Configuration(long baudrate,
int parity,
int stopbits,
int wordlength,
int duplex)
Sets the configuration for the RS485 communication.
|
void |
BrickMaster.setRS485SlaveAddress(short num,
short address)
Sets up to 255 slave addresses.
|
void |
BrickletIndustrialDual020mAV2.setSampleRate(int rate)
Sets the sample rate to either 240, 60, 15 or 4 samples per second.
|
void |
BrickletIndustrialDualAnalogInV2.setSampleRate(int rate)
Sets the sample rate.
|
void |
BrickletIndustrialDual020mA.setSampleRate(short rate)
Sets the sample rate to either 240, 60, 15 or 4 samples per second.
|
void |
BrickletIndustrialDualAnalogIn.setSampleRate(short rate)
Sets the sample rate.
|
void |
BrickletHumidityV2.setSamplesPerSecond(int sps)
Sets the samples per second that are gathered by the humidity/temperature sensor HDC1080.
|
void |
BrickletDistanceIR.setSamplingPoint(short position,
int distance)
Sets a sampling point value to a specific position of the lookup table.
|
void |
BrickletGPSV2.setSBASConfig(int sbasConfig)
If `SBAS <https://en.wikipedia.org/wiki/GNSS_augmentation#Satellite-based_augmentation_system>`__ is enabled,
the position accuracy increases (if SBAS satellites are in view),
but the update rate is limited to 5Hz.
|
void |
BrickletSegmentDisplay4x7V2.setSegments(boolean[] digit0,
boolean[] digit1,
boolean[] digit2,
boolean[] digit3,
boolean[] colon,
boolean tick)
Sets the segments of the Segment Display 4x7 Bricklet 2.0 segment-by-segment.
|
void |
BrickletSegmentDisplay4x7.setSegments(short[] segments,
short brightness,
boolean colon)
The 7-segment display can be set with bitmaps.
|
void |
BrickletDualButtonV2.setSelectedLEDState(int led,
int state)
Sets the state of the selected LED.
|
void |
BrickletDualButton.setSelectedLEDState(short led,
short state)
Sets the state of the selected LED (0 or 1).
|
void |
BrickletSegmentDisplay4x7V2.setSelectedSegment(int segment,
boolean value)
Turns one specified segment on or off.
|
void |
BrickletDualRelay.setSelectedState(short relay,
boolean state)
Sets the state of the selected relay (1 or 2), *true* means on and *false* means off.
|
void |
BrickletIO16V2.setSelectedValue(int channel,
boolean value)
Sets the output value of a specific channel without affecting the other channels.
|
void |
BrickletIndustrialDualRelay.setSelectedValue(int channel,
boolean value)
Sets the state of the selected relay, *true* means on and *false*
means off.
|
void |
BrickletIndustrialDigitalOut4V2.setSelectedValue(int channel,
boolean value)
Sets the output value of a specific channel without affecting the other channels.
|
void |
BrickletIndustrialDualACRelay.setSelectedValue(int channel,
boolean value)
Sets the state of the selected relay, *true* means on and *false*
means off.
|
void |
BrickletIO4V2.setSelectedValue(int channel,
boolean value)
Sets the output value of a specific channel without affecting the other channels.
|
void |
BrickletIndustrialQuadRelayV2.setSelectedValue(int channel,
boolean value)
Sets the output value of the specified channel without affecting the other
channels.
|
void |
BrickletIO16.setSelectedValues(char port,
short selectionMask,
short valueMask)
Sets the output value (high or low) for a port ("a" or "b" with a bitmask,
according to the selection mask.
|
void |
BrickletIndustrialDigitalOut4.setSelectedValues(int selectionMask,
int valueMask)
Sets the output value with a bitmask, according to the selection mask.
|
void |
BrickletIndustrialQuadRelay.setSelectedValues(int selectionMask,
int valueMask)
Sets the output value with a bitmask, according to the selection mask.
|
void |
BrickletIO4.setSelectedValues(short selectionMask,
short valueMask)
Sets the output value (high or low) with a bitmask, according to
the selection mask.
|
void |
BrickletMotionDetectorV2.setSensitivity(int sensitivity)
Sets the sensitivity of the PIR sensor.
|
void |
BrickletOutdoorWeather.setSensorCallbackConfiguration(boolean enableCallback)
Turns listener for sensor data on or off.
|
void |
BrickletBarometerV2.setSensorConfiguration(int dataRate,
int airPressureLowPassFilter)
Configures the data rate and air pressure low pass filter.
|
void |
BrickletIMUV3.setSensorConfiguration(int magnetometerRate,
int gyroscopeRange,
int gyroscopeBandwidth,
int accelerometerRange,
int accelerometerBandwidth)
Sets the available sensor configuration for the Magnetometer, Gyroscope and
Accelerometer.
|
void |
BrickIMUV2.setSensorConfiguration(short magnetometerRate,
short gyroscopeRange,
short gyroscopeBandwidth,
short accelerometerRange,
short accelerometerBandwidth)
Sets the available sensor configuration for the Magnetometer, Gyroscope and
Accelerometer.
|
void |
BrickletPTCV2.setSensorConnectedCallbackConfiguration(boolean enabled)
If you enable this listener, the
BrickletPTCV2.SensorConnectedListener listener is triggered
every time a Pt sensor is connected/disconnected. |
void |
BrickletPTC.setSensorConnectedCallbackConfiguration(boolean enabled)
If you enable this listener, the
BrickletPTC.SensorConnectedListener listener is triggered
every time a Pt sensor is connected/disconnected. |
void |
BrickletIMUV3.setSensorFusionMode(int mode)
If the fusion mode is turned off, the functions
BrickletIMUV3.getAcceleration() ,
BrickletIMUV3.getMagneticField() and BrickletIMUV3.getAngularVelocity() return uncalibrated
and uncompensated sensor data. |
void |
BrickIMUV2.setSensorFusionMode(short mode)
If the fusion mode is turned off, the functions
BrickIMUV2.getAcceleration() ,
BrickIMUV2.getMagneticField() and BrickIMUV2.getAngularVelocity() return uncalibrated
and uncompensated sensor data. |
void |
BrickletDistanceIRV2.setSensorType(int sensor)
Sets the sensor type.
|
void |
BrickletServoV2.setServoCurrentConfiguration(int servoChannel,
int averagingDuration)
Sets the averaging duration of the current measurement for the specified servo channel in ms.
|
void |
BrickHAT.setSleepMode(long powerOffDelay,
long powerOffDuration,
boolean raspberryPiOff,
boolean brickletsOff,
boolean enableSleepIndicator)
Sets the sleep mode.
|
void |
BrickletSoundPressureLevel.setSpectrumCallbackConfiguration(long period)
The period is the period with which the
BrickletSoundPressureLevel.SpectrumListener listener is
triggered periodically. |
void |
BrickSilentStepper.setSpeedRamping(int acceleration,
int deacceleration)
Sets the acceleration and deacceleration of the stepper motor.
|
void |
BrickStepper.setSpeedRamping(int acceleration,
int deacceleration)
Sets the acceleration and deacceleration of the stepper motor.
|
void |
BrickDC.setSPITFPBaudrate(char brickletPort,
long baudrate)
Sets the baudrate for a specific Bricklet port.
|
void |
BrickIMU.setSPITFPBaudrate(char brickletPort,
long baudrate)
Sets the baudrate for a specific Bricklet port.
|
void |
BrickServo.setSPITFPBaudrate(char brickletPort,
long baudrate)
Sets the baudrate for a specific Bricklet port.
|
void |
BrickMaster.setSPITFPBaudrate(char brickletPort,
long baudrate)
Sets the baudrate for a specific Bricklet port.
|
void |
BrickSilentStepper.setSPITFPBaudrate(char brickletPort,
long baudrate)
Sets the baudrate for a specific Bricklet port.
|
void |
BrickStepper.setSPITFPBaudrate(char brickletPort,
long baudrate)
Sets the baudrate for a specific Bricklet port.
|
void |
BrickIMUV2.setSPITFPBaudrate(char brickletPort,
long baudrate)
Sets the baudrate for a specific Bricklet port.
|
void |
BrickletIsolator.setSPITFPBaudrate(long baudrate)
Sets the baudrate for a the communication between Isolator Bricklet
and the connected Bricklet.
|
void |
BrickDC.setSPITFPBaudrateConfig(boolean enableDynamicBaudrate,
long minimumDynamicBaudrate)
The SPITF protocol can be used with a dynamic baudrate.
|
void |
BrickIMU.setSPITFPBaudrateConfig(boolean enableDynamicBaudrate,
long minimumDynamicBaudrate)
The SPITF protocol can be used with a dynamic baudrate.
|
void |
BrickServo.setSPITFPBaudrateConfig(boolean enableDynamicBaudrate,
long minimumDynamicBaudrate)
The SPITF protocol can be used with a dynamic baudrate.
|
void |
BrickletIsolator.setSPITFPBaudrateConfig(boolean enableDynamicBaudrate,
long minimumDynamicBaudrate)
The SPITF protocol can be used with a dynamic baudrate.
|
void |
BrickMaster.setSPITFPBaudrateConfig(boolean enableDynamicBaudrate,
long minimumDynamicBaudrate)
The SPITF protocol can be used with a dynamic baudrate.
|
void |
BrickSilentStepper.setSPITFPBaudrateConfig(boolean enableDynamicBaudrate,
long minimumDynamicBaudrate)
The SPITF protocol can be used with a dynamic baudrate.
|
void |
BrickStepper.setSPITFPBaudrateConfig(boolean enableDynamicBaudrate,
long minimumDynamicBaudrate)
The SPITF protocol can be used with a dynamic baudrate.
|
void |
BrickIMUV2.setSPITFPBaudrateConfig(boolean enableDynamicBaudrate,
long minimumDynamicBaudrate)
The SPITF protocol can be used with a dynamic baudrate.
|
void |
BrickletThermalImaging.setSpotmeterConfig(int[] regionOfInterest)
Sets the spotmeter region of interest.
|
void |
BrickSilentStepper.setSpreadcycleConfiguration(short slowDecayDuration,
boolean enableRandomSlowDecay,
short fastDecayDuration,
short hysteresisStartValue,
byte hysteresisEndValue,
byte sineWaveOffset,
short chopperMode,
short comparatorBlankTime,
boolean fastDecayWithoutComparator)
Note: If you don't know what any of this means you can very likely keep all of
the values as default!
Sets the Spreadcycle configuration parameters.
|
void |
BrickMaster.setStackCurrentCallbackPeriod(long period)
Sets the period with which the
BrickMaster.StackCurrentListener listener is triggered
periodically. |
void |
BrickMaster.setStackCurrentCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickMaster.StackCurrentReachedListener listener. |
void |
BrickMaster.setStackVoltageCallbackPeriod(long period)
Sets the period with which the
BrickMaster.StackVoltageListener listener is triggered
periodically. |
void |
BrickMaster.setStackVoltageCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickMaster.StackVoltageReachedListener listener. |
void |
BrickletSolidStateRelayV2.setState(boolean state)
Sets the state of the relays *true* means on and *false* means off.
|
void |
BrickletSolidStateRelay.setState(boolean state)
Sets the state of the relays *true* means on and *false* means off.
|
void |
BrickletDualRelay.setState(boolean relay1,
boolean relay2)
Sets the state of the relays, *true* means on and *false* means off.
|
void |
BrickletDualButtonV2.setStateChangedCallbackConfiguration(boolean enabled)
If you enable this listener, the
BrickletDualButtonV2.StateChangedListener listener is triggered
every time a button is pressed/released |
void |
BrickletOutdoorWeather.setStationCallbackConfiguration(boolean enableCallback)
Turns listener for station data on or off.
|
void |
BrickletIsolator.setStatisticsCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIsolator.StatisticsListener
listener is triggered periodically. |
void |
BrickletGPS.setStatusCallbackPeriod(long period)
Sets the period with which the
BrickletGPS.StatusListener listener is triggered
periodically. |
void |
BrickletGPSV2.setStatusCallbackPeriod(long period)
Sets the period with which the
BrickletGPSV2.StatusListener listener is triggered
periodically. |
void |
BrickletAnalogInV3.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletSegmentDisplay4x7V2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletHumidityV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletDualButtonV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickHAT.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletDMX.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletBarometerV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletSolidStateRelayV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletRGBLEDMatrix.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletRS485.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletVoltageCurrentV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletJoystickV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletPerformanceDC.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletRealTimeClockV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletPTCV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletMotorizedLinearPoti.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletUVLightV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletSoundPressureLevel.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletXMC1400Breakout.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletRotaryPotiV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletOneWire.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletLaserRangeFinderV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletHallEffectV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletTemperatureIRV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletLoadCellV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletIO16V2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletNFC.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletRS232V2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletPiezoSpeakerV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletIndustrialDualRelay.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletIndustrialDigitalOut4V2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletIndustrialCounter.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletRGBLEDV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletIndustrialAnalogOutV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletRGBLEDButton.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletLCD128x64.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletMultiTouchV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletColorV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletEnergyMonitor.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletParticulateMatter.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletIsolator.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletAccelerometerV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletIndustrialDualACRelay.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletOLED128x64V2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickHATZero.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletLEDStripV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletServoV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletAirQuality.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletDistanceIRV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletIO4V2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletCompass.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletEPaper296x128.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletIndustrialDual020mAV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletCO2V2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletRemoteSwitchV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletThermocoupleV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletThermalImaging.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletCANV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletRotaryEncoderV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletIndustrialDualAnalogInV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletAmbientLightV3.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletMotionDetectorV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletDistanceUSV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletIndustrialDigitalIn4V2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletIndustrialQuadRelayV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletTemperatureV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletAnalogOutV3.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletOutdoorWeather.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletLinearPotiV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletGPSV2.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletIMUV3.setStatusLEDConfig(int config)
Sets the status LED configuration.
|
void |
BrickletMotionDetector.setStatusLEDConfig(short config)
Sets the status led configuration.
|
void |
BrickSilentStepper.setStealthConfiguration(boolean enableStealth,
short amplitude,
short gradient,
boolean enableAutoscale,
boolean forceSymmetric,
short freewheelMode)
Note: If you don't know what any of this means you can very likely keep all of
the values as default!
Sets the configuration relevant for Stealth mode.
|
void |
BrickSilentStepper.setStepConfiguration(short stepResolution,
boolean interpolation)
Sets the step resolution from full-step up to 1/256-step.
|
void |
BrickStepper.setStepMode(short mode)
Sets the step mode of the stepper motor.
|
void |
BrickSilentStepper.setSteps(int steps)
Sets the number of steps the stepper motor should run.
|
void |
BrickStepper.setSteps(int steps)
Sets the number of steps the stepper motor should run.
|
short |
BrickRED.setStringChunk(int stringId,
long offset,
java.lang.String buffer)
Sets a chunk of up to 58 bytes in a string object beginning at ``offset``.
|
void |
BrickStepper.setSyncRect(boolean syncRect)
Turns synchronous rectification on or off (*true* or *false*).
|
void |
BrickSilentStepper.setTargetPosition(int position)
Sets the target position of the stepper motor in steps.
|
void |
BrickStepper.setTargetPosition(int position)
Sets the target position of the stepper motor in steps.
|
void |
BrickletIMUV3.setTemperatureCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletIMUV3.TemperatureListener listener
is triggered periodically. |
void |
BrickletHumidityV2.setTemperatureCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletHumidityV2.TemperatureListener listener is triggered
periodically. |
void |
BrickletBarometerV2.setTemperatureCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletBarometerV2.TemperatureListener listener is triggered
periodically. |
void |
BrickletPTCV2.setTemperatureCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletPTCV2.TemperatureListener listener is triggered
periodically. |
void |
BrickletAirQuality.setTemperatureCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletAirQuality.TemperatureListener listener is triggered
periodically. |
void |
BrickletCO2V2.setTemperatureCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletCO2V2.TemperatureListener listener is triggered
periodically. |
void |
BrickletThermocoupleV2.setTemperatureCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletThermocoupleV2.TemperatureListener listener is triggered
periodically. |
void |
BrickletTemperatureV2.setTemperatureCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletTemperatureV2.TemperatureListener listener is triggered
periodically. |
void |
BrickletPTC.setTemperatureCallbackPeriod(long period)
Sets the period with which the
BrickletPTC.TemperatureListener listener is triggered
periodically. |
void |
BrickletTemperature.setTemperatureCallbackPeriod(long period)
Sets the period with which the
BrickletTemperature.TemperatureListener listener is triggered
periodically. |
void |
BrickletThermocouple.setTemperatureCallbackPeriod(long period)
Sets the period with which the
BrickletThermocouple.TemperatureListener listener is triggered
periodically. |
void |
BrickletPTC.setTemperatureCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletPTC.TemperatureReachedListener listener. |
void |
BrickletThermocouple.setTemperatureCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletThermocouple.TemperatureReachedListener listener. |
void |
BrickletTemperature.setTemperatureCallbackThreshold(char option,
short min,
short max)
Sets the thresholds for the
BrickletTemperature.TemperatureReachedListener listener. |
void |
BrickletAirQuality.setTemperatureOffset(int offset)
Sets a temperature offset.
|
void |
BrickletCO2V2.setTemperatureOffset(int offset)
Sets a temperature offset.
|
void |
BrickIMUV2.setTemperaturePeriod(long period)
Sets the period with which the
BrickIMUV2.TemperatureListener listener is triggered
periodically. |
void |
BrickletPerformanceDC.setThermalShutdown(int temperature)
Sets a temperature threshold that is used for thermal shutdown.
|
void |
BrickSilentStepper.setTimeBase(long timeBase)
Sets the time base of the velocity and the acceleration of the Silent Stepper
Brick.
|
void |
BrickStepper.setTimeBase(long timeBase)
Sets the time base of the velocity and the acceleration of the stepper brick.
|
void |
BrickletLCD128x64.setTouchGestureCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletLCD128x64.TouchGestureListener listener
is triggered periodically. |
void |
BrickletLCD128x64.setTouchLEDConfig(int config)
Sets the touch LED configuration.
|
void |
BrickletMultiTouchV2.setTouchLEDConfig(int config)
Configures the touch LED to be either turned off, turned on, blink in
heartbeat mode or show the touch state (electrode touched = LED on).
|
void |
BrickletLCD128x64.setTouchPositionCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletLCD128x64.TouchPositionListener listener
is triggered periodically. |
void |
BrickletMultiTouchV2.setTouchStateCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickletMultiTouchV2.TouchStateListener listener
is triggered periodically. |
void |
BrickletCANV2.setTransceiverConfiguration(long baudRate,
int samplePoint,
int transceiverMode)
Sets the transceiver configuration for the CAN bus communication.
|
void |
BrickletEnergyMonitor.setTransformerCalibration(int voltageRatio,
int currentRatio,
int phaseShift)
Sets the transformer ratio for the voltage and current transformer in 1/100 form.
|
void |
BrickletEPaper296x128.setUpdateMode(int updateMode)
\note
The default update mode corresponds to the default e-paper display
manufacturer settings.
|
void |
BrickletDistanceUSV2.setUpdateRate(int updateRate)
Sets the update rate to 2 Hz or 10 Hz.
|
void |
BrickHATZero.setUSBVoltageCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickHATZero.USBVoltageListener listener is triggered
periodically. |
void |
BrickMaster.setUSBVoltageCallbackPeriod(long period)
Sets the period with which the
BrickMaster.USBVoltageListener listener is triggered
periodically. |
void |
BrickMaster.setUSBVoltageCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickMaster.USBVoltageReachedListener listener. |
void |
BrickletUVLightV2.setUVACallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletUVLightV2.UVAListener listener is triggered
periodically. |
void |
BrickletUVLightV2.setUVBCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletUVLightV2.UVBListener listener is triggered
periodically. |
void |
BrickletUVLightV2.setUVICallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletUVLightV2.UVIListener listener is triggered
periodically. |
void |
BrickletUVLight.setUVLightCallbackPeriod(long period)
Sets the period with which the
BrickletUVLight.UVLightListener listener is triggered
periodically. |
void |
BrickletUVLight.setUVLightCallbackThreshold(char option,
long min,
long max)
Sets the thresholds for the
BrickletUVLight.UVLightReachedListener listener. |
void |
BrickletIO16V2.setValue(boolean[] value)
Sets the output value of all sixteen channels.
|
void |
BrickletIndustrialDigitalOut4V2.setValue(boolean[] value)
Sets the output value of all four channels.
|
void |
BrickletIO4V2.setValue(boolean[] value)
Sets the output value of all four channels.
|
void |
BrickletIndustrialQuadRelayV2.setValue(boolean[] value)
Sets the value of all four relays.
|
void |
BrickletIndustrialDualRelay.setValue(boolean channel0,
boolean channel1)
Sets the state of the relays, *true* means on and *false* means off.
|
void |
BrickletIndustrialDualACRelay.setValue(boolean channel0,
boolean channel1)
Sets the state of the relays, *true* means on and *false* means off.
|
void |
BrickletIndustrialDigitalOut4.setValue(int valueMask)
Sets the output value with a bitmask (16bit).
|
void |
BrickletIndustrialQuadRelay.setValue(int valueMask)
Sets the output value with a bitmask (16bit).
|
void |
BrickletIO4.setValue(short valueMask)
Sets the output value (high or low) with a bitmask (4bit).
|
void |
BrickletIndustrialDigitalIn4V2.setValueCallbackConfiguration(int channel,
long period,
boolean valueHasToChange)
This listener can be configured per channel.
|
void |
BrickletPerformanceDC.setVelocity(int velocity)
Sets the velocity of the motor.
|
void |
BrickDC.setVelocity(short velocity)
Sets the velocity of the motor.
|
void |
BrickServo.setVelocity(short servoNum,
int velocity)
Sets the maximum velocity of the specified servo.
|
void |
BrickletLaserRangeFinderV2.setVelocityCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletLaserRangeFinderV2.VelocityListener listener is triggered
periodically. |
void |
BrickletLaserRangeFinder.setVelocityCallbackPeriod(long period)
Sets the period with which the
BrickletLaserRangeFinder.VelocityListener listener is triggered
periodically. |
void |
BrickletLaserRangeFinder.setVelocityCallbackThreshold(char option,
short min,
short max)
Sets the thresholds for the
BrickletLaserRangeFinder.VelocityReachedListener listener. |
void |
BrickletPerformanceDC.setVelocityReachedCallbackConfiguration(boolean enabled)
Enable/Disable
BrickletPerformanceDC.VelocityReachedListener listener. |
void |
BrickletIndustrialAnalogOutV2.setVoltage(int voltage)
Sets the output voltage.
|
void |
BrickletAnalogOut.setVoltage(int voltage)
Sets the voltage.
|
void |
BrickletIndustrialAnalogOut.setVoltage(int voltage)
Sets the output voltage.
|
void |
BrickletIndustrialDualAnalogInV2.setVoltageCallbackConfiguration(int channel,
long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletIndustrialDualAnalogInV2.VoltageListener listener is triggered
periodically. |
void |
BrickletAnalogInV3.setVoltageCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletAnalogInV3.VoltageListener listener is triggered
periodically. |
void |
BrickletVoltageCurrentV2.setVoltageCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletVoltageCurrentV2.VoltageListener listener is triggered
periodically. |
void |
BrickletVoltageCurrent.setVoltageCallbackPeriod(long period)
Sets the period with which the
BrickletVoltageCurrent.VoltageListener listener is triggered
periodically. |
void |
BrickletAnalogIn.setVoltageCallbackPeriod(long period)
Sets the period with which the
BrickletAnalogIn.VoltageListener listener is triggered
periodically. |
void |
BrickletAnalogInV2.setVoltageCallbackPeriod(long period)
Sets the period with which the
BrickletAnalogInV2.VoltageListener listener is triggered
periodically. |
void |
BrickletVoltage.setVoltageCallbackPeriod(long period)
Sets the period with which the
BrickletVoltage.VoltageListener listener is triggered
periodically. |
void |
BrickletIndustrialDualAnalogIn.setVoltageCallbackPeriod(short channel,
long period)
Sets the period with which the
BrickletIndustrialDualAnalogIn.VoltageListener listener is triggered
periodically for the given channel. |
void |
BrickletVoltageCurrent.setVoltageCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletVoltageCurrent.VoltageReachedListener listener. |
void |
BrickletAnalogIn.setVoltageCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletAnalogIn.VoltageReachedListener listener. |
void |
BrickletAnalogInV2.setVoltageCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletAnalogInV2.VoltageReachedListener listener. |
void |
BrickletVoltage.setVoltageCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletVoltage.VoltageReachedListener listener. |
void |
BrickletIndustrialDualAnalogIn.setVoltageCallbackThreshold(short channel,
char option,
int min,
int max)
Sets the thresholds for the
BrickletIndustrialDualAnalogIn.VoltageReachedListener listener for the given
channel. |
void |
BrickHAT.setVoltagesCallbackConfiguration(long period,
boolean valueHasToChange)
The period is the period with which the
BrickHAT.VoltagesListener
listener is triggered periodically. |
void |
BrickletLoadCellV2.setWeightCallbackConfiguration(long period,
boolean valueHasToChange,
char option,
int min,
int max)
The period is the period with which the
BrickletLoadCellV2.WeightListener listener is triggered
periodically. |
void |
BrickletLoadCell.setWeightCallbackPeriod(long period)
Sets the period with which the
BrickletLoadCell.WeightListener listener is triggered
periodically. |
void |
BrickletLoadCell.setWeightCallbackThreshold(char option,
int min,
int max)
Sets the thresholds for the
BrickletLoadCell.WeightReachedListener listener. |
void |
BrickMaster.setWifi2APConfiguration(boolean enable,
java.lang.String ssid,
short[] ip,
short[] subnetMask,
short[] gateway,
short encryption,
boolean hidden,
short channel,
short[] macAddress)
Sets the access point specific configuration of the WIFI Extension 2.0.
|
void |
BrickMaster.setWifi2APPassword(java.lang.String password)
Sets the access point password (at least 8 and up to 63 chars) for the configured encryption
mode, see
BrickMaster.setWifi2APConfiguration(boolean, String, short[], short[], short[], short, boolean, short, short[]) . |
void |
BrickMaster.setWifi2AuthenticationSecret(java.lang.String secret)
Sets the WIFI authentication secret.
|
void |
BrickMaster.setWifi2ClientConfiguration(boolean enable,
java.lang.String ssid,
short[] ip,
short[] subnetMask,
short[] gateway,
short[] macAddress,
short[] bssid)
Sets the client specific configuration of the WIFI Extension 2.0.
|
void |
BrickMaster.setWifi2ClientHostname(java.lang.String hostname)
Sets the client hostname (up to 32 characters) of the WIFI Extension 2.0.
|
void |
BrickMaster.setWifi2ClientPassword(java.lang.String password)
Sets the client password (up to 63 chars) for WPA/WPA2 encryption.
|
void |
BrickMaster.setWifi2Configuration(int port,
int websocketPort,
int websitePort,
short phyMode,
short sleepMode,
short website)
Sets the general configuration of the WIFI Extension 2.0.
|
void |
BrickMaster.setWifi2MeshConfiguration(boolean enable,
short[] rootIP,
short[] rootSubnetMask,
short[] rootGateway,
short[] routerBSSID,
short[] groupID,
java.lang.String groupSSIDPrefix,
short[] gatewayIP,
int gatewayPort)
Requires WIFI Extension 2.0 firmware 2.1.0.
|
void |
BrickMaster.setWifi2MeshRouterPassword(java.lang.String password)
Requires WIFI Extension 2.0 firmware 2.1.0.
|
void |
BrickMaster.setWifi2MeshRouterSSID(java.lang.String ssid)
Requires WIFI Extension 2.0 firmware 2.1.0.
|
void |
BrickMaster.setWifiAuthenticationSecret(java.lang.String secret)
Sets the WIFI authentication secret.
|
void |
BrickMaster.setWifiCertificate(int index,
short[] data,
short dataLength)
This function is used to set the certificate as well as password and username
for WPA Enterprise.
|
void |
BrickMaster.setWifiConfiguration(java.lang.String ssid,
short connection,
short[] ip,
short[] subnetMask,
short[] gateway,
int port)
Sets the configuration of the WIFI Extension.
|
void |
BrickMaster.setWifiEncryption(short encryption,
java.lang.String key,
short keyIndex,
short eapOptions,
int caCertificateLength,
int clientCertificateLength,
int privateKeyLength)
Sets the encryption of the WIFI Extension.
|
void |
BrickMaster.setWifiHostname(java.lang.String hostname)
Sets the hostname of the WIFI Extension.
|
void |
BrickMaster.setWifiPowerMode(short mode)
Sets the power mode of the WIFI Extension.
|
void |
BrickMaster.setWifiRegulatoryDomain(short domain)
Sets the regulatory domain of the WIFI Extension.
|
void |
BrickletPTCV2.setWireMode(int mode)
Sets the wire mode of the sensor.
|
void |
BrickletPTC.setWireMode(short mode)
Sets the wire mode of the sensor.
|
void |
BrickletAnalogInV3.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletAnalogInV3.writeFirmware(int[]) . |
void |
BrickletSegmentDisplay4x7V2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletSegmentDisplay4x7V2.writeFirmware(int[]) . |
void |
BrickletHumidityV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletHumidityV2.writeFirmware(int[]) . |
void |
BrickletDualButtonV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletDualButtonV2.writeFirmware(int[]) . |
void |
BrickHAT.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickHAT.writeFirmware(int[]) . |
void |
BrickletDMX.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletDMX.writeFirmware(int[]) . |
void |
BrickletBarometerV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletBarometerV2.writeFirmware(int[]) . |
void |
BrickletSolidStateRelayV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletSolidStateRelayV2.writeFirmware(int[]) . |
void |
BrickletRGBLEDMatrix.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletRGBLEDMatrix.writeFirmware(int[]) . |
void |
BrickletRS485.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletRS485.writeFirmware(int[]) . |
void |
BrickletVoltageCurrentV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletVoltageCurrentV2.writeFirmware(int[]) . |
void |
BrickletJoystickV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletJoystickV2.writeFirmware(int[]) . |
void |
BrickletPerformanceDC.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletPerformanceDC.writeFirmware(int[]) . |
void |
BrickletRealTimeClockV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletRealTimeClockV2.writeFirmware(int[]) . |
void |
BrickletPTCV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletPTCV2.writeFirmware(int[]) . |
void |
BrickletMotorizedLinearPoti.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletMotorizedLinearPoti.writeFirmware(int[]) . |
void |
BrickletUVLightV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletUVLightV2.writeFirmware(int[]) . |
void |
BrickletSoundPressureLevel.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletSoundPressureLevel.writeFirmware(int[]) . |
void |
BrickletXMC1400Breakout.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletXMC1400Breakout.writeFirmware(int[]) . |
void |
BrickletRotaryPotiV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletRotaryPotiV2.writeFirmware(int[]) . |
void |
BrickletOneWire.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletOneWire.writeFirmware(int[]) . |
void |
BrickletLaserRangeFinderV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletLaserRangeFinderV2.writeFirmware(int[]) . |
void |
BrickletHallEffectV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletHallEffectV2.writeFirmware(int[]) . |
void |
BrickletTemperatureIRV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletTemperatureIRV2.writeFirmware(int[]) . |
void |
BrickletLoadCellV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletLoadCellV2.writeFirmware(int[]) . |
void |
BrickletIO16V2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletIO16V2.writeFirmware(int[]) . |
void |
BrickletNFC.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletNFC.writeFirmware(int[]) . |
void |
BrickletRS232V2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletRS232V2.writeFirmware(int[]) . |
void |
BrickletPiezoSpeakerV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletPiezoSpeakerV2.writeFirmware(int[]) . |
void |
BrickletIndustrialDualRelay.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletIndustrialDualRelay.writeFirmware(int[]) . |
void |
BrickletIndustrialDigitalOut4V2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletIndustrialDigitalOut4V2.writeFirmware(int[]) . |
void |
BrickletIndustrialCounter.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletIndustrialCounter.writeFirmware(int[]) . |
void |
BrickletRGBLEDV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletRGBLEDV2.writeFirmware(int[]) . |
void |
BrickletIndustrialAnalogOutV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletIndustrialAnalogOutV2.writeFirmware(int[]) . |
void |
BrickletRGBLEDButton.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletRGBLEDButton.writeFirmware(int[]) . |
void |
BrickletLCD128x64.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletLCD128x64.writeFirmware(int[]) . |
void |
BrickletMultiTouchV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletMultiTouchV2.writeFirmware(int[]) . |
void |
BrickletColorV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletColorV2.writeFirmware(int[]) . |
void |
BrickletEnergyMonitor.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletEnergyMonitor.writeFirmware(int[]) . |
void |
BrickletParticulateMatter.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletParticulateMatter.writeFirmware(int[]) . |
void |
BrickletIsolator.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletIsolator.writeFirmware(int[]) . |
void |
BrickletAccelerometerV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletAccelerometerV2.writeFirmware(int[]) . |
void |
BrickletIndustrialDualACRelay.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletIndustrialDualACRelay.writeFirmware(int[]) . |
void |
BrickletOLED128x64V2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletOLED128x64V2.writeFirmware(int[]) . |
void |
BrickHATZero.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickHATZero.writeFirmware(int[]) . |
void |
BrickletLEDStripV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletLEDStripV2.writeFirmware(int[]) . |
void |
BrickletServoV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletServoV2.writeFirmware(int[]) . |
void |
BrickletAirQuality.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletAirQuality.writeFirmware(int[]) . |
void |
BrickletDistanceIRV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletDistanceIRV2.writeFirmware(int[]) . |
void |
BrickletIO4V2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletIO4V2.writeFirmware(int[]) . |
void |
BrickletCompass.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletCompass.writeFirmware(int[]) . |
void |
BrickletEPaper296x128.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletEPaper296x128.writeFirmware(int[]) . |
void |
BrickletIndustrialDual020mAV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletIndustrialDual020mAV2.writeFirmware(int[]) . |
void |
BrickletCO2V2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletCO2V2.writeFirmware(int[]) . |
void |
BrickletRemoteSwitchV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletRemoteSwitchV2.writeFirmware(int[]) . |
void |
BrickletThermocoupleV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletThermocoupleV2.writeFirmware(int[]) . |
void |
BrickletThermalImaging.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletThermalImaging.writeFirmware(int[]) . |
void |
BrickletCANV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletCANV2.writeFirmware(int[]) . |
void |
BrickletRotaryEncoderV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletRotaryEncoderV2.writeFirmware(int[]) . |
void |
BrickletIndustrialDualAnalogInV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletIndustrialDualAnalogInV2.writeFirmware(int[]) . |
void |
BrickletAmbientLightV3.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletAmbientLightV3.writeFirmware(int[]) . |
void |
BrickletMotionDetectorV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletMotionDetectorV2.writeFirmware(int[]) . |
void |
BrickletDistanceUSV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletDistanceUSV2.writeFirmware(int[]) . |
void |
BrickletIndustrialDigitalIn4V2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletIndustrialDigitalIn4V2.writeFirmware(int[]) . |
void |
BrickletIndustrialQuadRelayV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletIndustrialQuadRelayV2.writeFirmware(int[]) . |
void |
BrickletTemperatureV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletTemperatureV2.writeFirmware(int[]) . |
void |
BrickletAnalogOutV3.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletAnalogOutV3.writeFirmware(int[]) . |
void |
BrickletOutdoorWeather.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletOutdoorWeather.writeFirmware(int[]) . |
void |
BrickletLinearPotiV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletLinearPotiV2.writeFirmware(int[]) . |
void |
BrickletGPSV2.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletGPSV2.writeFirmware(int[]) . |
void |
BrickletIMUV3.setWriteFirmwarePointer(long pointer)
Sets the firmware pointer for
BrickletIMUV3.writeFirmware(int[]) . |
BrickRED.SpawnProcess |
BrickRED.spawnProcess(int executableStringId,
int argumentsListId,
int environmentListId,
int workingDirectoryStringId,
long uid,
long gid,
int stdinFileId,
int stdoutFileId,
int stderrFileId,
int sessionId) |
void |
BrickletSegmentDisplay4x7V2.startCounter(int valueFrom,
int valueTo,
int increment,
long length)
Starts a counter with the *from* value that counts to the *to*
value with the each step incremented by *increment*.
|
void |
BrickletSegmentDisplay4x7.startCounter(short valueFrom,
short valueTo,
short increment,
long length)
Starts a counter with the *from* value that counts to the *to*
value with the each step incremented by *increment*.
|
short |
BrickRED.startProgram(int programId) |
byte |
BrickMaster.startWifi2Bootloader()
Starts the bootloader of the WIFI Extension 2.0.
|
void |
BrickSilentStepper.stop()
Stops the stepper motor with the deacceleration as set by
BrickSilentStepper.setSpeedRamping(int, int) . |
void |
BrickStepper.stop()
Stops the stepper motor with the deacceleration as set by
BrickStepper.setSpeedRamping(int, int) . |
void |
BrickletRemoteSwitch.switchSocket(short houseCode,
short receiverCode,
short switchTo)
This function is deprecated, use
BrickletRemoteSwitch.switchSocketA(short, short, short) instead. |
void |
BrickletRemoteSwitchV2.switchSocketA(int houseCode,
int receiverCode,
int switchTo)
To switch a type A socket you have to give the house code, receiver code and the
state (on or off) you want to switch to.
|
void |
BrickletRemoteSwitch.switchSocketA(short houseCode,
short receiverCode,
short switchTo)
To switch a type A socket you have to give the house code, receiver code and the
state (on or off) you want to switch to.
|
void |
BrickletRemoteSwitchV2.switchSocketB(long address,
int unit,
int switchTo)
To switch a type B socket you have to give the address, unit and the state
(on or off) you want to switch to.
|
void |
BrickletRemoteSwitch.switchSocketB(long address,
short unit,
short switchTo)
To switch a type B socket you have to give the address, unit and the state
(on or off) you want to switch to.
|
void |
BrickletRemoteSwitchV2.switchSocketC(char systemCode,
int deviceCode,
int switchTo)
To switch a type C socket you have to give the system code, device code and the
state (on or off) you want to switch to.
|
void |
BrickletRemoteSwitch.switchSocketC(char systemCode,
short deviceCode,
short switchTo)
To switch a type C socket you have to give the system code, device code and the
state (on or off) you want to switch to.
|
void |
BrickletLoadCellV2.tare()
Sets the currently measured weight as tare weight.
|
void |
BrickletLoadCell.tare()
Sets the currently measured weight as tare weight.
|
short |
BrickRED.truncateString(int stringId,
long length)
Truncates a string object to ``length`` bytes and returns the resulting
error code.
|
void |
BrickletPiezoSpeakerV2.updateFrequency(int frequency)
Updates the frequency of an ongoing beep.
|
void |
BrickletPiezoSpeakerV2.updateVolume(int volume)
Updates the volume of an ongoing beep or alarm.
|
int |
BrickletRS485.write(char[] message)
Writes characters to the RS485 interface.
|
int |
BrickletRS232V2.write(char[] message)
Writes characters to the RS232 interface.
|
short |
BrickletRS232.write(char[] message,
short length)
Writes a string of up to 60 characters to the RS232 interface.
|
int |
BrickletOneWire.write(int data)
Writes a byte of data to the 1-Wire bus.
|
void |
BrickletOLED64x48.write(short[] data)
Appends 64 byte of data to the window as set by
BrickletOLED64x48.newWindow(short, short, short, short) . |
void |
BrickletOLED128x64.write(short[] data)
Appends 64 byte of data to the window as set by
BrickletOLED128x64.newWindow(short, short, short, short) . |
void |
BrickletEPaper296x128.writeBlackWhite(int xStart,
int yStart,
int xEnd,
int yEnd,
boolean[] pixels)
Writes black/white pixels to the specified window into the buffer.
|
void |
BrickletEPaper296x128.writeBlackWhiteLowLevel(int xStart,
int yStart,
int xEnd,
int yEnd,
int pixelsLength,
int pixelsChunkOffset,
boolean[] pixelsChunkData)
Writes black/white pixels to the specified window into the buffer.
|
void |
BrickDC.writeBrickletPlugin(char port,
short offset,
short[] chunk)
Writes 32 bytes of firmware to the bricklet attached at the given port.
|
void |
BrickIMU.writeBrickletPlugin(char port,
short offset,
short[] chunk)
Writes 32 bytes of firmware to the bricklet attached at the given port.
|
void |
BrickServo.writeBrickletPlugin(char port,
short offset,
short[] chunk)
Writes 32 bytes of firmware to the bricklet attached at the given port.
|
void |
BrickMaster.writeBrickletPlugin(char port,
short offset,
short[] chunk)
Writes 32 bytes of firmware to the bricklet attached at the given port.
|
void |
BrickSilentStepper.writeBrickletPlugin(char port,
short offset,
short[] chunk)
Writes 32 bytes of firmware to the bricklet attached at the given port.
|
void |
BrickStepper.writeBrickletPlugin(char port,
short offset,
short[] chunk)
Writes 32 bytes of firmware to the bricklet attached at the given port.
|
void |
BrickIMUV2.writeBrickletPlugin(char port,
short offset,
short[] chunk)
Writes 32 bytes of firmware to the bricklet attached at the given port.
|
void |
BrickletEPaper296x128.writeColor(int xStart,
int yStart,
int xEnd,
int yEnd,
boolean[] pixels)
The E-Paper 296x128 Bricklet is available with the colors black/white/red and
black/white/gray.
|
void |
BrickletEPaper296x128.writeColorLowLevel(int xStart,
int yStart,
int xEnd,
int yEnd,
int pixelsLength,
int pixelsChunkOffset,
boolean[] pixelsChunkData)
The E-Paper 296x128 Bricklet is available with the colors black/white/red and
black/white/gray.
|
int |
BrickletOneWire.writeCommand(long identifier,
int command)
Writes a command to the 1-Wire device with the given identifier.
|
BrickRED.WriteFile |
BrickRED.writeFile(int fileId,
short[] buffer,
short lengthToWrite)
Writes up to 61 bytes to a file object.
|
void |
BrickRED.writeFileAsync(int fileId,
short[] buffer,
short lengthToWrite)
Writes up to 61 bytes to a file object.
|
void |
BrickRED.writeFileUnchecked(int fileId,
short[] buffer,
short lengthToWrite)
Writes up to 61 bytes to a file object.
|
int |
BrickletAnalogInV3.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletAnalogInV3.setWriteFirmwarePointer(long) before. |
int |
BrickletSegmentDisplay4x7V2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletSegmentDisplay4x7V2.setWriteFirmwarePointer(long) before. |
int |
BrickletHumidityV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletHumidityV2.setWriteFirmwarePointer(long) before. |
int |
BrickletDualButtonV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletDualButtonV2.setWriteFirmwarePointer(long) before. |
int |
BrickHAT.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickHAT.setWriteFirmwarePointer(long) before. |
int |
BrickletDMX.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletDMX.setWriteFirmwarePointer(long) before. |
int |
BrickletBarometerV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletBarometerV2.setWriteFirmwarePointer(long) before. |
int |
BrickletSolidStateRelayV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletSolidStateRelayV2.setWriteFirmwarePointer(long) before. |
int |
BrickletRGBLEDMatrix.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletRGBLEDMatrix.setWriteFirmwarePointer(long) before. |
int |
BrickletRS485.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletRS485.setWriteFirmwarePointer(long) before. |
int |
BrickletVoltageCurrentV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletVoltageCurrentV2.setWriteFirmwarePointer(long) before. |
int |
BrickletJoystickV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletJoystickV2.setWriteFirmwarePointer(long) before. |
int |
BrickletPerformanceDC.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletPerformanceDC.setWriteFirmwarePointer(long) before. |
int |
BrickletRealTimeClockV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletRealTimeClockV2.setWriteFirmwarePointer(long) before. |
int |
BrickletPTCV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletPTCV2.setWriteFirmwarePointer(long) before. |
int |
BrickletMotorizedLinearPoti.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletMotorizedLinearPoti.setWriteFirmwarePointer(long) before. |
int |
BrickletUVLightV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletUVLightV2.setWriteFirmwarePointer(long) before. |
int |
BrickletSoundPressureLevel.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletSoundPressureLevel.setWriteFirmwarePointer(long) before. |
int |
BrickletXMC1400Breakout.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletXMC1400Breakout.setWriteFirmwarePointer(long) before. |
int |
BrickletRotaryPotiV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletRotaryPotiV2.setWriteFirmwarePointer(long) before. |
int |
BrickletOneWire.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletOneWire.setWriteFirmwarePointer(long) before. |
int |
BrickletLaserRangeFinderV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletLaserRangeFinderV2.setWriteFirmwarePointer(long) before. |
int |
BrickletHallEffectV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletHallEffectV2.setWriteFirmwarePointer(long) before. |
int |
BrickletTemperatureIRV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletTemperatureIRV2.setWriteFirmwarePointer(long) before. |
int |
BrickletLoadCellV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletLoadCellV2.setWriteFirmwarePointer(long) before. |
int |
BrickletIO16V2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletIO16V2.setWriteFirmwarePointer(long) before. |
int |
BrickletNFC.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletNFC.setWriteFirmwarePointer(long) before. |
int |
BrickletRS232V2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletRS232V2.setWriteFirmwarePointer(long) before. |
int |
BrickletPiezoSpeakerV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletPiezoSpeakerV2.setWriteFirmwarePointer(long) before. |
int |
BrickletIndustrialDualRelay.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletIndustrialDualRelay.setWriteFirmwarePointer(long) before. |
int |
BrickletIndustrialDigitalOut4V2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletIndustrialDigitalOut4V2.setWriteFirmwarePointer(long) before. |
int |
BrickletIndustrialCounter.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletIndustrialCounter.setWriteFirmwarePointer(long) before. |
int |
BrickletRGBLEDV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletRGBLEDV2.setWriteFirmwarePointer(long) before. |
int |
BrickletIndustrialAnalogOutV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletIndustrialAnalogOutV2.setWriteFirmwarePointer(long) before. |
int |
BrickletRGBLEDButton.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletRGBLEDButton.setWriteFirmwarePointer(long) before. |
int |
BrickletLCD128x64.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletLCD128x64.setWriteFirmwarePointer(long) before. |
int |
BrickletMultiTouchV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletMultiTouchV2.setWriteFirmwarePointer(long) before. |
int |
BrickletColorV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletColorV2.setWriteFirmwarePointer(long) before. |
int |
BrickletEnergyMonitor.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletEnergyMonitor.setWriteFirmwarePointer(long) before. |
int |
BrickletParticulateMatter.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletParticulateMatter.setWriteFirmwarePointer(long) before. |
int |
BrickletIsolator.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletIsolator.setWriteFirmwarePointer(long) before. |
int |
BrickletAccelerometerV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletAccelerometerV2.setWriteFirmwarePointer(long) before. |
int |
BrickletIndustrialDualACRelay.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletIndustrialDualACRelay.setWriteFirmwarePointer(long) before. |
int |
BrickletOLED128x64V2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletOLED128x64V2.setWriteFirmwarePointer(long) before. |
int |
BrickHATZero.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickHATZero.setWriteFirmwarePointer(long) before. |
int |
BrickletLEDStripV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletLEDStripV2.setWriteFirmwarePointer(long) before. |
int |
BrickletServoV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletServoV2.setWriteFirmwarePointer(long) before. |
int |
BrickletAirQuality.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletAirQuality.setWriteFirmwarePointer(long) before. |
int |
BrickletDistanceIRV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletDistanceIRV2.setWriteFirmwarePointer(long) before. |
int |
BrickletIO4V2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletIO4V2.setWriteFirmwarePointer(long) before. |
int |
BrickletCompass.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletCompass.setWriteFirmwarePointer(long) before. |
int |
BrickletEPaper296x128.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletEPaper296x128.setWriteFirmwarePointer(long) before. |
int |
BrickletIndustrialDual020mAV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletIndustrialDual020mAV2.setWriteFirmwarePointer(long) before. |
int |
BrickletCO2V2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletCO2V2.setWriteFirmwarePointer(long) before. |
int |
BrickletRemoteSwitchV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletRemoteSwitchV2.setWriteFirmwarePointer(long) before. |
int |
BrickletThermocoupleV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletThermocoupleV2.setWriteFirmwarePointer(long) before. |
int |
BrickletThermalImaging.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletThermalImaging.setWriteFirmwarePointer(long) before. |
int |
BrickletCANV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletCANV2.setWriteFirmwarePointer(long) before. |
int |
BrickletRotaryEncoderV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletRotaryEncoderV2.setWriteFirmwarePointer(long) before. |
int |
BrickletIndustrialDualAnalogInV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletIndustrialDualAnalogInV2.setWriteFirmwarePointer(long) before. |
int |
BrickletAmbientLightV3.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletAmbientLightV3.setWriteFirmwarePointer(long) before. |
int |
BrickletMotionDetectorV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletMotionDetectorV2.setWriteFirmwarePointer(long) before. |
int |
BrickletDistanceUSV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletDistanceUSV2.setWriteFirmwarePointer(long) before. |
int |
BrickletIndustrialDigitalIn4V2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletIndustrialDigitalIn4V2.setWriteFirmwarePointer(long) before. |
int |
BrickletIndustrialQuadRelayV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletIndustrialQuadRelayV2.setWriteFirmwarePointer(long) before. |
int |
BrickletTemperatureV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletTemperatureV2.setWriteFirmwarePointer(long) before. |
int |
BrickletAnalogOutV3.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletAnalogOutV3.setWriteFirmwarePointer(long) before. |
int |
BrickletOutdoorWeather.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletOutdoorWeather.setWriteFirmwarePointer(long) before. |
int |
BrickletLinearPotiV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletLinearPotiV2.setWriteFirmwarePointer(long) before. |
int |
BrickletGPSV2.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletGPSV2.setWriteFirmwarePointer(long) before. |
int |
BrickletIMUV3.writeFirmware(int[] data)
Writes 64 Bytes of firmware at the position as written by
BrickletIMUV3.setWriteFirmwarePointer(long) before. |
void |
BrickletDMX.writeFrame(int[] frame)
Writes a DMX frame.
|
boolean |
BrickletCANV2.writeFrame(int frameType,
long identifier,
int[] data)
Writes a data or remote frame to the write queue to be transmitted over the
CAN transceiver.
|
boolean |
BrickletCAN.writeFrame(short frameType,
long identifier,
short[] data,
short length)
Writes a data or remote frame to the write buffer to be transmitted over the
CAN transceiver.
|
void |
BrickletDMX.writeFrameLowLevel(int frameLength,
int frameChunkOffset,
int[] frameChunkData)
Writes a DMX frame.
|
boolean |
BrickletCANV2.writeFrameLowLevel(int frameType,
long identifier,
int dataLength,
int[] dataData)
Writes a data or remote frame to the write queue to be transmitted over the
CAN transceiver.
|
void |
BrickletLCD128x64.writeLine(int line,
int position,
java.lang.String text)
Writes text to a specific line with a specific position.
|
void |
BrickletOLED128x64V2.writeLine(int line,
int position,
java.lang.String text)
Writes text to a specific line with a specific position.
|
void |
BrickletOLED64x48.writeLine(short line,
short position,
java.lang.String text)
Writes text to a specific line with a specific position.
|
void |
BrickletLCD20x4.writeLine(short line,
short position,
java.lang.String text)
Writes text to a specific line with a specific position.
|
void |
BrickletLCD16x2.writeLine(short line,
short position,
java.lang.String text)
Writes text to a specific line with a specific position.
|
void |
BrickletOLED128x64.writeLine(short line,
short position,
java.lang.String text)
Writes text to a specific line with a specific position.
|
int |
BrickletRS485.writeLowLevel(int messageLength,
int messageChunkOffset,
char[] messageChunkData)
Writes characters to the RS485 interface.
|
int |
BrickletRS232V2.writeLowLevel(int messageLength,
int messageChunkOffset,
char[] messageChunkData)
Writes characters to the RS232 interface.
|
void |
BrickletNFCRFID.writePage(int page,
short[] data)
Writes 16 bytes starting from the given page.
|
void |
BrickletLCD128x64.writePixels(int xStart,
int yStart,
int xEnd,
int yEnd,
boolean[] pixels)
Writes pixels to the specified window.
|
void |
BrickletOLED128x64V2.writePixels(int xStart,
int yStart,
int xEnd,
int yEnd,
boolean[] pixels)
Writes pixels to the specified window.
|
void |
BrickletLCD128x64.writePixelsLowLevel(int xStart,
int yStart,
int xEnd,
int yEnd,
int pixelsLength,
int pixelsChunkOffset,
boolean[] pixelsChunkData)
Writes pixels to the specified window.
|
void |
BrickletOLED128x64V2.writePixelsLowLevel(int xStart,
int yStart,
int xEnd,
int yEnd,
int pixelsLength,
int pixelsChunkOffset,
boolean[] pixelsChunkData)
Writes pixels to the specified window.
|
void |
BrickletAnalogInV3.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletSegmentDisplay4x7V2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletHumidityV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletDualButtonV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickHAT.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletDMX.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletBarometerV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletSolidStateRelayV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletRGBLEDMatrix.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletRS485.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletVoltageCurrentV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletJoystickV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletPerformanceDC.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletRealTimeClockV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletPTCV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletMotorizedLinearPoti.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletUVLightV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletSoundPressureLevel.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletXMC1400Breakout.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletRotaryPotiV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletOneWire.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletLaserRangeFinderV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletHallEffectV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletTemperatureIRV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletLoadCellV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletIO16V2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletNFC.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletRS232V2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletPiezoSpeakerV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletIndustrialDualRelay.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletIndustrialDigitalOut4V2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletIndustrialCounter.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletRGBLEDV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletIndustrialAnalogOutV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletRGBLEDButton.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletLCD128x64.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletMultiTouchV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletColorV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletEnergyMonitor.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletParticulateMatter.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletIsolator.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletAccelerometerV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletIndustrialDualACRelay.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletOLED128x64V2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickHATZero.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletLEDStripV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletServoV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletAirQuality.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletDistanceIRV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletIO4V2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletCompass.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletEPaper296x128.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletIndustrialDual020mAV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletCO2V2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletRemoteSwitchV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletThermocoupleV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletThermalImaging.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletCANV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletRotaryEncoderV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletIndustrialDualAnalogInV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletAmbientLightV3.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletMotionDetectorV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletDistanceUSV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletIndustrialDigitalIn4V2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletIndustrialQuadRelayV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletTemperatureV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletAnalogOutV3.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletOutdoorWeather.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletLinearPotiV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletGPSV2.writeUID(long uid)
Writes a new UID into flash.
|
void |
BrickletIMUV3.writeUID(long uid)
Writes a new UID into flash.
|
byte |
BrickMaster.writeWifi2SerialPort(short[] data,
short length)
Writes up to 60 bytes (number of bytes to be written specified by ``length``)
to the serial port of the bootloader of the WIFI Extension 2.0.
|
Copyright © 2021 Tinkerforge GmbH. All rights reserved.