ICommonDisco..::..GetAllUPnPDeviceInfo Method (Func<(Of <(<'TheUPnPDeviceInfo, Boolean>)>)>)
Allows to retrieve a list of UPnP devices
Namespace:
nsCDEngine.DiscoveryAssembly: 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