SerialReceiveTimeout Property
The maximum time that the ASCOM serial port will wait for incoming receive data (seconds, default = 5)
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public int ReceiveTimeout { get; set; }
Public Property ReceiveTimeout As Integer
Get
Set
public:
virtual property int ReceiveTimeout {
int get () sealed;
void set (int value) sealed;
}
Int32Integer, serial port timeout in seconds
Int32Integer, serial port timeout in seconds.
The minimum delay timeout that can be set through this command is 1 seconds. Use ReceiveTimeoutMs to set a timeout less than 1 second.