C-DEngine 5.105

ICDESniffer..::..RegisterFoundDevice Method

Register a callback if a new device was found

Namespace:  nsCDEngine.Discovery.DeviceSearch
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


void RegisterFoundDevice(
	Action<TheUPnPDeviceInfo> pInfo
)
Sub RegisterFoundDevice ( _
	pInfo As Action(Of TheUPnPDeviceInfo) _
)
void RegisterFoundDevice(
	Action<TheUPnPDeviceInfo^>^ pInfo
)

Parameters

pInfo
Type: Action<(Of <(<'TheUPnPDeviceInfo>)>)>