CAS.CommServer.DataProvider.MODBUSCore Namespace
CAS.CommServer.DataProvider.TextReader Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
N:CAS.Lib.CommonBus.ApplicationLayer.Modbus
CAS.Lib.CommonBus.ApplicationLayer.Modbus Namespace
CAS.Lib.CommonBus.ApplicationLayer.SBUS Namespace
ProcessObserver.DataProviders

TextReaderApplicationLayerMaster..::..Connected Property

true if the layer is connected for connection oriented communication or ready for communication for connectionless communication.

Namespace:  CAS.CommServer.DataProvider.TextReader
Assembly:  DataProvider.TextReader (in DataProvider.TextReader.dll)

Syntax


public bool Connected { get; set; }
Public Property Connected As Boolean
	Get
	Set
public:
property bool^ Connected {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if connected; otherwise, false.