Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Motion
Serial
Com
Receive
Packet
Async Method
Receives a packet from the driver asynchronically
Definition
Namespace:
Redler.Motion.Communication.MotionCom
Assembly:
Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
Copy
public
override
Task
<
IMotionPacket
>
ReceivePacketAsync
()
Return Value
Task
IMotionPacket
The returned packet. If
ErrorFlag
is
then the receive process failed. See to know how to parse the error flag packet
Implements
IMotionCom
ReceivePacketAsync
See Also
Reference
MotionSerialCom Class
Redler.Motion.Communication.MotionCom Namespace
MotionDataPacket
In This Article
Definition
Return Value
Implements
See Also