public class MotionPlotPacket : IMotionPacket| MotionPlotPacket | Represents a plot packet |
| Channel | The channel where the data belongs. Ranges from 0 to 7 |
| Data | The data. Used to calculate the Y coordinates |
| ErrorFlag | Determines whether the packet is parsed correctly or not |
| SampleTime | The number of ISR ticks |
| SerialNumber | The serial number of this packet |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ResetSerialNumber | Resets the serial number counting |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |