| ESkinSensor Methods |
The ESkinSensor type exposes the following members.
| Name | Description | |
|---|---|---|
| GetCalibratedStrainValue(StrainSensorChannel) |
Returns the calibrated value of the specified strain sensor. When the frame index is not specified, the index is zero.
| |
| GetCalibratedStrainValue(StrainSensorChannel, Int32) |
Returns the calibrated value of the specified strain sensor.
| |
| GetFilteredIMUValue(IMUSensorChannel) |
Returns the filtered value of the specified IMU sensor. When the frame index is not specified, the index is zero.
| |
| GetFilteredIMUValue(IMUSensorChannel, Int32) |
Returns the filtered value of the specified IMU sensor.
| |
| GetFilteredStrainValue(StrainSensorChannel) |
Returns the filtered value of the specified strain sensor. When the frame index is not specified, the index is zero.
| |
| GetFilteredStrainValue(StrainSensorChannel, Int32) |
Returns the filtered value of the specified strain sensor.
| |
| GetIMUValue(IMUSensorChannel) |
Returns the value of the specified IMU sensor. When the frame index is not specified, the index is zero.
| |
| GetIMUValue(IMUSensorChannel, Int32) |
Returns the value of the specified IMU sensor.
| |
| GetMinMaxRange(IMUSensorChannel) |
Returns the range of values of the specified IMU sensor.
| |
| GetMinMaxRange(StrainSensorChannel) |
Returns the range of values of the specified strain sensor.
| |
| GetPairingDevices |
Returns the array of existing port names or device names associated with bluetooth devices.
| |
| GetStrainSensorRange |
Returns the range of values of strain sensors for calibration.
| |
| GetStrainValue(StrainSensorChannel) |
Returns the value of the specified strain sensor. When the frame index is not specified, the index is zero.
| |
| GetStrainValue(StrainSensorChannel, Int32) |
Returns the value of the specified strain sensor.
| |
| IsSetStrainSensorRange |
Gets whether the range of values of the strain sensor for calibration is set.
| |
| SetHubName |
Set the name of e-skin Hub after stop communicating.
An exception may occur.
| |
| SetStrainSensorRange |
Sets the range of values of the strain sensor for calibration.
An exception may occur.
| |
| Start |
Starts reception from sensors.
An exception may occur.
| |
| Start(FramePerSecond) |
Starts reception from sensors.
An exception may occur.
| |
| StartCalibrationForBoth |
Starts calibration with changing the maximum and minimum values.
| |
| StartCalibrationForMax |
Starts calibration with changing the maximum value.
| |
| StartCalibrationForMin |
Starts calibration with changing the minimum value.
| |
| Stop |
Stops reception from sensors.
| |
| StopCalibration |
Stops calibration.
|