Click or drag to resize

MultiProtocolFrameParserMaximumConnectionAttempts Property

Gets or sets the maximum number of times the MultiProtocolFrameParser will attempt to connect to a device. Defaults to DefaultMaximumConnectionAttempts.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public int MaximumConnectionAttempts { get; set; }
View Source

Property Value

Int32
Remarks
Set to -1 for infinite connection attempts.
See Also