Click or drag to resize
ESkinSensor Methods

The ESkinSensor type exposes the following members.

Methods
  NameDescription
Public methodGetCalibratedStrainValue(StrainSensorChannel)
Returns the calibrated value of the specified strain sensor. When the frame index is not specified, the index is zero.
Public methodGetCalibratedStrainValue(StrainSensorChannel, Int32)
Returns the calibrated value of the specified strain sensor.
Public methodGetFilteredIMUValue(IMUSensorChannel)
Returns the filtered value of the specified IMU sensor. When the frame index is not specified, the index is zero.
Public methodGetFilteredIMUValue(IMUSensorChannel, Int32)
Returns the filtered value of the specified IMU sensor.
Public methodGetFilteredStrainValue(StrainSensorChannel)
Returns the filtered value of the specified strain sensor. When the frame index is not specified, the index is zero.
Public methodGetFilteredStrainValue(StrainSensorChannel, Int32)
Returns the filtered value of the specified strain sensor.
Public methodGetIMUValue(IMUSensorChannel)
Returns the value of the specified IMU sensor. When the frame index is not specified, the index is zero.
Public methodGetIMUValue(IMUSensorChannel, Int32)
Returns the value of the specified IMU sensor.
Public methodGetMinMaxRange(IMUSensorChannel)
Returns the range of values of the specified IMU sensor.
Public methodGetMinMaxRange(StrainSensorChannel)
Returns the range of values of the specified strain sensor.
Public methodGetPairingDevices
Returns the array of existing port names or device names associated with bluetooth devices.
Public methodGetStrainSensorRange
Returns the range of values of strain sensors for calibration.
Public methodGetStrainValue(StrainSensorChannel)
Returns the value of the specified strain sensor. When the frame index is not specified, the index is zero.
Public methodGetStrainValue(StrainSensorChannel, Int32)
Returns the value of the specified strain sensor.
Public methodIsSetStrainSensorRange
Gets whether the range of values of the strain sensor for calibration is set.
Public methodSetHubName
Set the name of e-skin Hub after stop communicating. An exception may occur.
Public methodSetStrainSensorRange
Sets the range of values of the strain sensor for calibration. An exception may occur.
Public methodStart
Starts reception from sensors. An exception may occur.
Public methodStart(FramePerSecond)
Starts reception from sensors. An exception may occur.
Public methodStartCalibrationForBoth
Starts calibration with changing the maximum and minimum values.
Public methodStartCalibrationForMax
Starts calibration with changing the maximum value.
Public methodStartCalibrationForMin
Starts calibration with changing the minimum value.
Public methodStop
Stops reception from sensors.
Public methodStopCalibration
Stops calibration.
Top
See Also