Click or drag to resize
IMotionSensorGetValue Method
Returns the value of the specified channel of the sensor.

Namespace: ESkin
Assembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
int GetValue(
	int i,
	int frameIndex
)

Parameters

i
Type: SystemInt32
The channel index.
frameIndex
Type: SystemInt32
The frame index.

Return Value

Type: Int32
The received value of the specified channel.
See Also