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..::..ConnectInd Method

Connect indication – Check if there is a connection accepted to the remote address.

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

Syntax


public TConnIndRes ConnectInd(
	IAddress pRemoteAddress,
	int pTimeOutInMilliseconds
)
Public Function ConnectInd ( _
	pRemoteAddress As IAddress, _
	pTimeOutInMilliseconds As Integer _
) As TConnIndRes
public:
TConnIndRes^ ConnectInd(
	IAddress^ pRemoteAddress, 
	int^ pTimeOutInMilliseconds
)

Parameters

pRemoteAddress
Type: IAddress
The remote address we are waiting for connection from. Null if we are waiting for any connection.
pTimeOutInMilliseconds
Type: Int32
How long the client is willing to wait for an incoming connection in ms.

Return Value

ConnectInd: Connection initiated by a remote unit has been established. NoConnection: There is no incoming connection awaiting.

Exceptions


ExceptionCondition
NotImplementedException