C-DEngine 5.105

TheThingRegistry..::..GetAllDeviceTypesByCap Method

Returns all DeviceTypes of engine with the given capability

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  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

Return Value