« Back to Product

Documentation

IPS_SetInfo

 boolean IPS_SetInfo (int $ObjectID, string $Info) 

Parameters

ObjectID

The ID of the object

Info

New description text for the object

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

This function assigns the description Info to the object with the ID ObjectID. These can be used to provide information about specific configurations or other special information on each object.

Example

IPS_SetInfo(47381, "USB sound card - Port A, basement - Green cable");
Any questions?