Redler Technologies Inc.

MotionSerialComSendPacket Method

Sends a packet to the driver

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public override bool SendPacket(
	 in MotionDataPacket packet
)

Parameters

packet  MotionDataPacket
The packet to send

Return Value

Boolean
Whether the transmission was successful

Implements

IMotionComSendPacket(MotionDataPacket)

See Also