« Back to Product

Documentation

SetSummary

Require: IP-Symcon >= 4.1

 void SetSummary (string $ShortInfo) 

Parameters

ShortInfo

Content to be set

Returns

No Return

Description

This function sets the short information ShortInfo of the object, which is displayed in the administration console and can be read out again using IPS_GetObject.

Example

// puts a possible IP address in the short description to ensure quick recognition.
$this->SetSummary($this->ReadPropertyString("IPAddress"));
Any questions?