Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Motion
Serial
Com
Receive
Buffer
Async 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#
Copy
public
override
Task
<
byte
[]>
ReceiveBufferAsync
()
Return Value
Task
Byte
The byte array that are on the rx buffer of the serial converter. Or null if the serial communication is closed
Implements
IMotionCom
ReceiveBufferAsync
See Also
Reference
MotionSerialCom Class
Redler.Motion.Communication.MotionCom Namespace
In This Article
Definition
Return Value
Implements
See Also