Documentation
IPS_GetStatusVariableIdents
array IPS_GetStatusVariableIdents (int $InstanceID)
Parameters
InstanceID | ID of the instance |
Returns
An array of strings that indicate the status variable identifiers of the instance
Description
The documentation of this function only for compatibility reasons and should not be used in IPSymcon 2.5 and newer versions. Since version 2.5, the functionality is only emulated and should be replaced by other functions. Since version 4.0, these functions can only be accessed if the Special Switch "Compatibility Functions" is activated.
The command returns all known state variables of the instance InstanceID and returns the status variable identifiers in an array of values.
Example
print_r(IPS_GetStatusVariableIdents(12345));