Redler Technologies Inc.

MotionPlotPacket Class

Represents a plot packet

Definition

Namespace: Redler.Motion.Communication.MotionPackets
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public class MotionPlotPacket : IMotionPacket
Inheritance
Object    MotionPlotPacket
Implements
IMotionPacket

Remarks

Constructs a plot packet

Constructors

MotionPlotPacket Represents a plot packet

Properties

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

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ResetSerialNumber Resets the serial number counting
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

See Also