Redler Technologies Inc.

MotionSerialComReceivePacketAsync 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#
public override Task<IMotionPacket> ReceivePacketAsync()

Return Value

TaskIMotionPacket
The returned packet. If ErrorFlag is then the receive process failed. See to know how to parse the error flag packet

Implements

IMotionComReceivePacketAsync

See Also