Class HWAccelerometer
Dto for HARDWARIO CHESTER data about acceleration
Inheritance
System.Object
HWAccelerometer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Devices.APIs.HARDWARIO.Dto
Assembly: VEDriversLite.dll
Syntax
public class HWAccelerometer
Properties
| Improve this Doc View Sourceacceleration
Data about axceleration
Declaration
public Acceleration acceleration { get; set; }
Property Value
Type | Description |
---|---|
Acceleration |
orientation
Orientation of the accelerometer
Declaration
public double orientation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |