Redler Technologies Inc.

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

Return Value

TaskIMotionPacket
The task representing the received packet

Implements

IMotionComReceivePacketAsync

See Also