Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Motion
Canalyst
Com
Send
Packet
Async Method
Sends 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
<
bool
>
SendPacketAsync
(
MotionDataPacket
packet
)
Parameters
packet
MotionDataPacket
The packet to send
Return Value
Task
Boolean
The task sending the packet. The task will return true if the packet sent successfully, false o/w
Implements
IMotionCom
SendPacketAsync(MotionDataPacket)
See Also
Reference
MotionCanalystCom Class
Redler.Motion.Communication.MotionCom Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also