C-DEngine 5.105

ICommonDisco..::..GetAllUPnPDeviceInfo Method (Func<(Of <(<'TheUPnPDeviceInfo, Boolean>)>)>)

Allows to retrieve a list of UPnP devices

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

Syntax


List<TheUPnPDeviceInfo> GetAllUPnPDeviceInfo(
	Func<TheUPnPDeviceInfo, bool> pFunc
)
Function GetAllUPnPDeviceInfo ( _
	pFunc As Func(Of TheUPnPDeviceInfo, Boolean) _
) As List(Of TheUPnPDeviceInfo)
List<TheUPnPDeviceInfo^>^ GetAllUPnPDeviceInfo(
	Func<TheUPnPDeviceInfo^, bool^>^ pFunc
)

Parameters

pFunc
Type: Func<(Of <(<'TheUPnPDeviceInfo, Boolean>)>)>
a function that allows to filter on all discovered UPnP Devices

Return Value

List of all UPnP Devices in the subsystem that matched the filter