Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Motion
Korlan
Com
Receive
Packet
Async Method
Receives a packet asynchronously
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 task representing the received packet
Implements
IMotionCom
ReceivePacketAsync
See Also
Reference
MotionKorlanCom Class
Redler.Motion.Communication.MotionCom Namespace
In This Article
Definition
Return Value
Implements
See Also