supportsDevice abstract method

bool supportsDevice(
  1. String deviceType
)

Returns true if this factory supports a device of the given deviceType. Note that even though a certain type of device is supported, its device DeviceDataCollector is not loaded until registerDevice is called.

Implementation

bool supportsDevice(String deviceType);