| IMotionSensorGetFilteredValue Method |
Returns the filtered value of the specified channel of the sensor.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int GetFilteredValue(
int i,
int frameIndex
)
function GetFilteredValue(i, frameIndex);
Parameters
- i
- Type: SystemInt32
The channel index. - frameIndex
- Type: SystemInt32
The frame index.
Return Value
Type:
Int32The filtered received value of the specified channel.
See Also