Click or drag to resize
SensorDataEventHandler Delegate
The sensor data reception delegate.

Namespace: ESkin
Assembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void SensorDataEventHandler(
	int i,
	int value
)

Parameters

i
Type: SystemInt32
The channel index.
value
Type: SystemInt32
The received value.
See Also