Redler Technologies Inc.

MotionSerialComReceiveBuffer Method

Receives all the bytes that are on the rx buffer of the serial converter.

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public override byte[] ReceiveBuffer()

Return Value

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

Implements

IMotionComReceiveBuffer

See Also