SerialReceiveTimeoutMs Property
The maximum time that the ASCOM serial port will wait for incoming receive data (milliseconds, default = 5000)
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public int ReceiveTimeoutMs { get; set; }
Public Property ReceiveTimeoutMs As Integer
Get
Set
public:
virtual property int ReceiveTimeoutMs {
int get () sealed;
void set (int value) sealed;
}
Int32Integer, serial port timeout in milli-seconds
Int32Integer, serial port timeout in milli-seconds
If a timeout occurs, an IO timeout error is raised. See ReceiveTimeout for an alternate form
using the timeout in seconds.