ImageTypeBooleanStringImageImageImageImageTypeGet the ImageType
Kind: Instance method of Image
Returns: ImageType - the KEY_IMAGE_TYPE value
BooleanGet the IsTemplate
Kind: Instance method of Image
Returns: Boolean - the KEY_IS_TEMPLATE value
StringGet the ValueParam
Kind: Instance method of Image
Returns: String - the KEY_VALUE value
ImageSet the ImageType
Kind: Instance method of Image
Returns: Image - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| type | ImageType |
Describes, whether it is a static or dynamic image. - The desired ImageType. |
ImageSet the IsTemplate
Kind: Instance method of Image
Returns: Image - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| template | Boolean |
If true, the image is a template image and can be recolored by the HMI - The desired IsTemplate. |
ImageSet the ValueParam
Kind: Instance method of Image
Returns: Image - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| value | String |
Either the static hex icon value or the binary image file name identifier (sent by PutFile). - The desired ValueParam. {'string_min_length': 0, 'string_max_length': 65535} |