ICDESniffer..::..RegisterFoundDevice Method
Register a callback if a new device was found
Namespace:
nsCDEngine.Discovery.DeviceSearchAssembly: 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>)>)>