|   | MultiProtocolFrameParserKeepCommandChannelOpen Property | 
        
        
            Gets or sets flag that determines whether to keep the command channel open after the initial startup sequence.
            Defaults to 
DefaultKeepCommandChannelOpen.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool KeepCommandChannelOpen { get; set; }Public Property KeepCommandChannelOpen As Boolean
	Get
	Set
public:
property bool KeepCommandChannelOpen {
	bool get ();
	void set (bool value);
}member KeepCommandChannelOpen : bool with get, set
function get_KeepCommandChannelOpen();
function set_KeepCommandChannelOpen(value);
Property Value
Boolean See Also
See Also