IMotionComSendPacketAsync Method
Sends a packet asynchronously
Namespace: Redler.Motion.Communication.MotionComAssembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
Task<bool> SendPacketAsync(
MotionDataPacket packet
)
- packet MotionDataPacket
- The packet to send
TaskBooleanThe task sending the packet. The task will return true if the packet sent successfully, false o/w