Redler Technologies Inc.

MotionDataPacket(ValueTupleUInt16, Byte, Single) Constructor

Constructing a set packet with a Single data

Definition

Namespace: Redler.Motion.Communication.MotionPackets
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public MotionDataPacket(
	(ushort index, byte subIndex) cmd,
	float dataFloat
)

Parameters

cmd  ValueTupleUInt16, Byte
The command tuple of the packet
dataFloat  Single
The payload data as Single

See Also