Redler Technologies Inc.

MotionComSendPacket Method

Sends a packet synchronously

Definition

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

Parameters

packet  MotionDataPacket
The packet to send

Return Value

Boolean
True if the packet sent successfully, false o/w

Implements

IMotionComSendPacket(MotionDataPacket)

See Also