Class Acceleration
Dto for HARDWARIO CHESTER data about acceleration
Inheritance
System.Object
Acceleration
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 Acceleration
Properties
| Improve this Doc View Sourceaxis_x
X Axis Data
Declaration
public double axis_x { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
axis_y
Y Axis Data
Declaration
public double axis_y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
axis_z
Z Axis data
Declaration
public double axis_z { get; set; }
Property Value
Type | Description |
---|---|
System.Double |