Redler Technologies Inc.

MotionKorlanComSendData Method

Sends an array of bytes through the communication port

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

[Missing <param name="sendBytes"/> documentation for "M:Redler.Motion.Communication.MotionCom.MotionKorlanCom.SendData(System.Byte[])"]

Implements

IMotionComSendData(Byte)

See Also