Redler Technologies Inc.

MotionSerialComReceiveBufferAsync Method

Receives all the bytes that are on the rx buffer of the serial converter 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<byte[]> ReceiveBufferAsync()

Return Value

TaskByte
The byte array that are on the rx buffer of the serial converter. Or null if the serial communication is closed

Implements

IMotionComReceiveBufferAsync

See Also