Redler Technologies Inc.

MotionSerialComSetReceiveTimeOut Method

Sets how long the receive method should wait before it signals a timeout. see ReadTimeout

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
The new timeout

Return Value

Boolean
Whether the change was successful

Implements

IMotionComSetReceiveTimeOut(UInt64)

See Also