|
sosBoolCreate (Function) |
|
sosBoolCreate will create a new boolean object. If the object already exists, it will be replaced.
Input: key : STRING The key for the object to create. May only contain a-z,A-Z,0-9, "." and "_" (maximum of 250 characters).
desc : STRING The description for the object, to show in the RTCU M2M Studio (maximum of 80 characters).
value : BOOL default FALSE The value for the object.
Returns: INT
Declaration: FUNCTION sosBoolCreate : INT;
Example: INCLUDE rtcu.inc |