Redler Technologies Inc.

VirtualComReceiveBufferAsync Method

Receives all the bytes that are currently on the RX buffer 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<byte[]> ReceiveBufferAsync()

Return Value

TaskByte
The task representing the receiving process

Implements

IMotionComReceiveBufferAsync

See Also