| ESkinSensor Class |
Namespace: ESkin
public class ESkinSensor
The ESkinSensor type exposes the following members.
| Name | Description | |
|---|---|---|
| ESkinSensor |
Initializes the ESkinSensor class.
| |
| ESkinSensor(Int32) |
Initializes the ESkinSensor class.
|
| Name | Description | |
|---|---|---|
| Battery |
Gets the remaining battery capacity (0 when not receiving).
| |
| Counter |
Gets the counter (-1 when not received).
| |
| FirmwareVersion |
Gets the firmware version ("" when not connecting).
| |
| FramePerSecond |
Gets the frame per second of e-skin Hub.
| |
| HubName |
Gets the device name of e-skin Hub ("" when not connecting).
| |
| IsConnected |
Gets whether connected with the e-skin Hub.
| |
| IsReceived |
Gets whether a value has been received.
| |
| NumberOfFrames |
Gets the number of preserved data frames.
| |
| PairingDevice |
Gets or sets the port name or device name paired with the sensor.
| |
| SerialNumber |
Gets the serial number of e-skin Hub ("" when not connecting).
| |
| UpdatedDateTime |
Gets the time-stamp when sensor data have been received (DateTime.MinValue when not received).
|
| 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.
|
| Name | Description | |
|---|---|---|
| OnDisconnected |
Raises the disconnection event.
| |
| OnFrame |
Raises the frame reception event on the worker thread.
|