| ESkinSensorGetStrainValue Method (StrainSensorChannel) |
Returns the value of the specified strain sensor. When the frame index is not specified, the index is zero.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int GetStrainValue(
StrainSensorChannel ch
)
function GetStrainValue(ch);
Parameters
- ch
- Type: ESkinStrainSensorChannel
The specified channel.
Return Value
Type:
Int32The strain sensor value.
See Also