Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Motion
Serial
Com
Set
Receive
Time
Out 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#
Copy
public
override
bool
SetReceiveTimeOut
(
ulong
rxTimeOut
)
Parameters
rxTimeOut
UInt64
The new timeout
Return Value
Boolean
Whether the change was successful
Implements
IMotionCom
SetReceiveTimeOut(UInt64)
See Also
Reference
MotionSerialCom Class
Redler.Motion.Communication.MotionCom Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also