Redler Technologies Inc.

MotionPlotPacket Constructor

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 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

Remarks

Constructs a plot packet

See Also