IMotionSensor Interface |
Namespace: ESkin
public interface IMotionSensor
The IMotionSensor type exposes the following members.
Name | Description | |
---|---|---|
Battery |
Gets the remaining battery capacity.
| |
Channels |
Gets the number of channels of the sensor.
| |
Counter |
Gets the counter.
| |
DeviceName |
Gets the name of e-skin Hub.
| |
FirmwareVersion |
Gets the firmware version.
| |
IsReceived |
Gets whether the sensor data have been received.
| |
IsRunning |
Gets whether the sensor is running.
| |
SerialNumber |
Gets the serial number of e-skin Hub.
| |
UpdatedDateTime |
Gets the time-stamp when the sensor data have been received.
|
Name | Description | |
---|---|---|
GetFilteredValue |
Returns the filtered value of the specified channel of the sensor.
| |
GetMaxValue |
Returns the maximum value of the specified channel of strain sensor.
| |
GetMinValue |
Returns the minimum value of the specified channel of strain sensor.
| |
GetValue |
Returns the value of the specified channel of the sensor.
| |
SetDeviceName |
Sets the name of e-skin Hub.
| |
Start |
Starts reception.
| |
Stop |
Stop reception.
|
Name | Description | |
---|---|---|
OnRaiseReceivedFrame |
Raises the frame reception event.
| |
OnReceivedTimeout |
Raises the data reception timeout event.
| |
OnSensorData |
Raises the sensor data reception event.
|