Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Motion
Serial
Com
Receive
Buffer 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#
Copy
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
IMotionCom
ReceiveBuffer
See Also
Reference
MotionSerialCom Class
Redler.Motion.Communication.MotionCom Namespace
In This Article
Definition
Return Value
Implements
See Also