Spatial data event.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public event SpatialDataEventHandler SpatialData |
Visual Basic (Declaration) |
---|
Public Event SpatialData As SpatialDataEventHandler |
Visual C++ |
---|
public: event SpatialDataEventHandler^ SpatialData { void add (SpatialDataEventHandler^ value); void remove (SpatialDataEventHandler^ value); } |
Remarks
Contains data for acceleration/gyro/compass depending on what the board supports, as well as a timestamp.
This event is fired at a fixed rate as determined by the DataRate property.