Device.hasClassesv

Check if factory matches all of the given classes

class Device
bool
hasClassesv
(
string[] classes
)

Parameters

classes string[]

a NULL terminated array of classes to match, only match if all classes are matched

Return Value

Type: bool

TRUE if device matches.

Meta