Redler Technologies Inc.

MotionSerialComSendData 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#
public override void SendData(
	byte[] sendBytes
)

Parameters

sendBytes  Byte
The array to send

Implements

IMotionComSendData(Byte)

See Also