TheThingRegistry..::..GetAllDeviceTypesByCap Method
Returns all DeviceTypes of engine with the given capability
Namespace:
nsCDEngine.Engines.ThingServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static List<TheEngineDeviceTypeInfo> GetAllDeviceTypesByCap( eThingCaps pCap, bool IncludeRemote )
Public Shared Function GetAllDeviceTypesByCap ( _ pCap As eThingCaps, _ IncludeRemote As Boolean _ ) As List(Of TheEngineDeviceTypeInfo)
public: static List<TheEngineDeviceTypeInfo^>^ GetAllDeviceTypesByCap( eThingCaps^ pCap, bool^ IncludeRemote )
Parameters
- pCap
- Type: nsCDEngine.ViewModels..::..eThingCaps
Requested capability
- IncludeRemote
- Type: Boolean
if true, all engine even stopped and remote engines will be returned