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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCharacterSetIdentifier()
Returns the encoding used by characters in the character set.java.lang.String
getDeviceURL()
Returns the Device URL.byte[]
getIcon()
Returns the icon field.java.lang.String
getIconURL()
Returns the icon URL.java.lang.String
getLanguageCode()
Returns the language code used for character strings.java.lang.String
getManufacturerName()
Returns the manufacturer name.java.lang.String
getModelName()
Returns the model name.java.lang.String
getSerialNumber()
Returns the serial number.
-
-
-
Method Detail
-
getLanguageCode
java.lang.String getLanguageCode()
Returns the language code used for character strings.- Returns:
- the language code used for character strings.
-
getCharacterSetIdentifier
java.lang.String getCharacterSetIdentifier()
Returns the encoding used by characters in the character set.- Returns:
- the encoding used by characters in the character set.
-
getManufacturerName
java.lang.String getManufacturerName()
Returns the manufacturer name.- Returns:
- the manufacturer name.
-
getModelName
java.lang.String getModelName()
Returns the model name.- Returns:
- the model name.
-
getSerialNumber
java.lang.String getSerialNumber()
Returns the serial number.- Returns:
- the serial number.
-
getDeviceURL
java.lang.String getDeviceURL()
Returns the Device URL.- Returns:
- the Device URL.
-
getIcon
byte[] getIcon()
Returns the icon field.- Returns:
- the icon field.
-
getIconURL
java.lang.String getIconURL()
Returns the icon URL.- Returns:
- the icon URL.
-
-