Interface ZigBeeComplexDescriptor
public interface ZigBeeComplexDescriptor
This interface represents a Complex Descriptor as described in the ZigBee
Specification.
The Complex Descriptor contains extended information for each of the device descriptions contained in the node. The use of the Complex Descriptor is optional.
- Author:
- $Id: eb80bcb03ade15ac7a9b182c728be5c1cff7ef47 $
-
Method Summary
Modifier and TypeMethodDescriptionReturns the encoding used by characters in the character set.Returns the Device URL.byte[]getIcon()Returns the icon field.Returns the icon URL.Returns the language code used for character strings.Returns the manufacturer name.Returns the model name.Returns the serial number.
-
Method Details
-
getLanguageCode
String getLanguageCode()Returns the language code used for character strings.- Returns:
- the language code used for character strings.
-
getCharacterSetIdentifier
String getCharacterSetIdentifier()Returns the encoding used by characters in the character set.- Returns:
- the encoding used by characters in the character set.
-
getManufacturerName
-
getModelName
-
getSerialNumber
-
getDeviceURL
-
getIcon
byte[] getIcon()Returns the icon field.- Returns:
- the icon field.
-
getIconURL
-