| SensorDataEventHandler Delegate |
The sensor data reception delegate.
Namespace: ESkinAssembly: 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