MotionPlotPacket Constructor
Represents a plot packet
Namespace: Redler.Motion.Communication.MotionPacketsAssembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
public MotionPlotPacket(
byte channel,
ushort sampleTime,
byte[] data
)
Parameters
- channel Byte
- The channel where the data belongs. Ranges from 0 to 7
- sampleTime UInt16
- The sample time. Used to calculate the X coordinates. Measured in the unit ISR ticks
- data Byte
- The data. Used to calculate the Y coordinates
Constructs a plot packet