DeviceProviderFactory.hasClasses

Check if factory matches all of the given classes

class DeviceProviderFactory
bool
hasClasses
(
string classes
)

Parameters

classes string

a "/" separate list of classes to match, only match if all classes are matched

Return Value

Type: bool

TRUE if factory matches or if classes is NULL.

Meta