|
FileClientReceiveInterval Property
|
Gets or sets the number of milliseconds to pause before receiving (reading) the next available set of data.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax function get_ReceiveInterval();
function set_ReceiveInterval(value);
View SourceProperty Value
DoubleRemarks
Set ReceiveInterval = -1 to receive (read) data continuously without pausing.
See Also