public interface DeviceLibrary
| Modifier and Type | Method and Description |
|---|---|
DeviceDefinition |
getDeviceDefinition(int manufacturedID,
int productId)
get the device definition based on the supplied manufacturer ID and product ID.
|
boolean |
hasDeviceDefinition(int manufacturedID,
int productId)
Checks if a device definition for the supplied manufacturer ID and product ID is available.
|
boolean hasDeviceDefinition(int manufacturedID,
int productId)
throws NetworkException
manufacturedID - Manufacturer ID for device.productId - Product ID for device.NetworkException - If there is a problem loading a device definition.DeviceDefinition getDeviceDefinition(int manufacturedID, int productId) throws NetworkException
manufacturedID - Manufacturer ID for device.productId - Product ID for device.NetworkException - If there is a problem loading a device definition.Copyright © 2015. All rights reserved.