| 
            
              PhasorDataConcentratorBaseAutoStartDataChannel Property
             | 
          
        
        
            Gets or sets flag that determines if concentrator will automatically start data channel.
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.258-beta
Syntaxpublic bool AutoStartDataChannel { get; set; }Public Property AutoStartDataChannel As Boolean
	Get
	Set
public:
property bool AutoStartDataChannel {
	bool get ();
	void set (bool value);
}member AutoStartDataChannel : bool with get, set
function get_AutoStartDataChannel();
function set_AutoStartDataChannel(value);
 View SourceProperty Value
Boolean
Remarks
            By default data channel will be started automatically, setting this flag to false will
            allow alternate methods of enabling and disabling the real-time data stream (e.g., this can
            be used to allow a remote to device to enable and disable data stream if the protocol supports
            such commands).
            
See Also