Redler Technologies Inc.

MotionCanalystComSetReceiveTimeOut Method

Sets the maximum time to wait for the RX buffer to fill

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public override bool SetReceiveTimeOut(
	ulong rxTimeOut
)

Parameters

rxTimeOut  UInt64
Duration in milliseconds

Return Value

Boolean
True if the new value is set successfully, false o/w

Implements

IMotionComSetReceiveTimeOut(UInt64)

See Also