Device.hasClassesv
bool hasClassesv(string[] classes) nothrowCheck if factory matches all of the given classes
Parameters
classes | a null terminated array of classes to match, only match if all classes are matched |
Returns
true if device matches.
bool hasClassesv(string[] classes) nothrowCheck if factory matches all of the given classes
classes | a null terminated array of classes to match, only match if all classes are matched |