public interface ZigBeeComplexDescriptor
The Complex Descriptor contains extended information for each of the device descriptions contained in the node. The use of the Complex Descriptor is optional.
Modifier and Type | Method and Description |
---|---|
String |
getCharacterSetIdentifier()
Returns the encoding used by characters in the character set.
|
String |
getDeviceURL()
Returns the Device URL.
|
byte[] |
getIcon()
Returns the icon field.
|
String |
getIconURL()
Returns the icon URL.
|
String |
getLanguageCode()
Returns the language code used for character strings.
|
String |
getManufacturerName()
Returns the manufacturer name.
|
String |
getModelName()
Returns the model name.
|
String |
getSerialNumber()
Returns the serial number.
|
String getLanguageCode()
String getCharacterSetIdentifier()
String getManufacturerName()
String getModelName()
String getSerialNumber()
String getDeviceURL()
byte[] getIcon()
String getIconURL()
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0