GeneralSystemSettings

Description

The GeneralSystemSettings object provides preinitialized ConfigurationItem objects for various general System properties. The configuration items proxy the system’s properties so they are synchronized in both directions automatically.

› Inherits:ConfigurationObject

Properties

deviceName

This property holds the proxied System.deviceName property.

› Type:String
› Signal:deviceNameChanged()
› Attributes:Writable

deviceNameItem

This property holds an internal ConfigurationItem instance for the deviceName property.

› Type:ConfigurationItem
› Attributes:Readonly

hostname

This property holds the proxied System.hostname property.

› Type:String
› Signal:hostnameChanged()
› Attributes:Writable

hostnameItem

This property holds an internal ConfigurationItem instance for the hostname property.

› Type:ConfigurationItem
› Attributes:Readonly

system

This property holds a reference to a System object. Per default an instance is created and assigned automatically so there’s no need to override it except an alternative global object ID should be used.

› Type:System
› Signal:systemChanged()
› Attributes:Writable