Low-Level C# SDK
v1.3.0
|
This component receives and exposes anlog raw sensors data from the thimbles. More...
Public Member Functions | |
delegate void | dAnalogSensorRawDataEvent (AnalogSensorRawData analogRawData) |
WeArtAnalogSensorRawDataObject (WeArtClient client, HandSide handSide=HandSide.Right, ActuationPoint actuationPoint=ActuationPoint.Index) | |
Properties | |
HandSide | HandSide [get, set] |
The hand side of the thimble/sensor. | |
ActuationPoint | ActuationPoint [get, set] |
The actuation point of the thimble/sensor. | |
AnalogSensorRawData | LastSample [get] |
Events | |
dAnalogSensorRawDataEvent | DataReceived |
This component receives and exposes anlog raw sensors data from the thimbles.
|
inline |
delegate void WeArt.Components.WeArtAnalogSensorRawDataObject.dAnalogSensorRawDataEvent | ( | AnalogSensorRawData | analogRawData | ) |
|
getset |
The actuation point of the thimble/sensor.
|
getset |
The hand side of the thimble/sensor.
|
get |
dAnalogSensorRawDataEvent WeArt.Components.WeArtAnalogSensorRawDataObject.DataReceived |