Click or drag to resize
IMotionSensor Interface
The interface of the sensor.

Namespace: ESkin
Assembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IMotionSensor

The IMotionSensor type exposes the following members.

Properties
  NameDescription
Public propertyBattery
Gets the remaining battery capacity.
Public propertyChannels
Gets the number of channels of the sensor.
Public propertyCounter
Gets the counter.
Public propertyDeviceName
Gets the name of e-skin Hub.
Public propertyFirmwareVersion
Gets the firmware version.
Public propertyIsReceived
Gets whether the sensor data have been received.
Public propertyIsRunning
Gets whether the sensor is running.
Public propertySerialNumber
Gets the serial number of e-skin Hub.
Public propertyUpdatedDateTime
Gets the time-stamp when the sensor data have been received.
Top
Methods
  NameDescription
Public methodGetFilteredValue
Returns the filtered value of the specified channel of the sensor.
Public methodGetMaxValue
Returns the maximum value of the specified channel of strain sensor.
Public methodGetMinValue
Returns the minimum value of the specified channel of strain sensor.
Public methodGetValue
Returns the value of the specified channel of the sensor.
Public methodSetDeviceName
Sets the name of e-skin Hub.
Public methodStart
Starts reception.
Public methodStop
Stop reception.
Top
Events
  NameDescription
Public eventOnRaiseReceivedFrame
Raises the frame reception event.
Public eventOnReceivedTimeout
Raises the data reception timeout event.
Public eventOnSensorData
Raises the sensor data reception event.
Top
See Also