BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

IConnectionManagement..::..ConnectInd Method

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

Namespace:  CAS.Lib.CommonBus
Assembly:  CommServer.CommonBus (in CommServer.CommonBus.dll)

Syntax


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

Parameters

pRemoteAddress
Type: CAS.Lib.CommonBus..::..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.