| 
            
              MultiProtocolFrameParserKeepCommandChannelOpen Property
             | 
          
        
        
            Gets or sets flag that determines whether to keep the command channel open after the initial startup sequence.
            Defaults to 
DefaultKeepCommandChannelOpen.
            
 
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
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);
 View SourceProperty Value
Boolean
See Also