Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Virtual
Com
Receive
Buffer
Async 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#
Copy
public
override
Task
<
byte
[]>
ReceiveBufferAsync
()
Return Value
Task
Byte
The task representing the receiving process
Implements
IMotionCom
ReceiveBufferAsync
See Also
Reference
VirtualCom Class
Redler.Motion.Communication.MotionCom Namespace
In This Article
Definition
Return Value
Implements
See Also