Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Motion
Data
Packet(Value
Tuple
UInt
16, Byte
, Int
32) Constructor
Constructing a set packet with an
Int32
data
Definition
Namespace:
Redler.Motion.Communication.MotionPackets
Assembly:
Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
Copy
public
MotionDataPacket
( (
ushort
index,
byte
subIndex)
cmd
,
int
dataInt
)
Parameters
cmd
ValueTuple
UInt16
,
Byte
The command tuple of the packet
dataInt
Int32
The payload data as
Int32
See Also
Reference
MotionDataPacket Class
MotionDataPacket Overload
Redler.Motion.Communication.MotionPackets Namespace
In This Article
Definition
See Also