Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Motion
Serial
Com
Send
Data Method
Sends an array of bytes
Definition
Namespace:
Redler.Motion.Communication.MotionCom
Assembly:
Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
Copy
public
override
void
SendData
(
byte
[]
sendBytes
)
Parameters
sendBytes
Byte
The array to send
Implements
IMotionCom
SendData(
Byte
)
See Also
Reference
MotionSerialCom Class
Redler.Motion.Communication.MotionCom Namespace
In This Article
Definition
Parameters
Implements
See Also