Generateusernotice; System Interfacing - Crestron SIMPL+ Reference Manual

Language reference guide
Hide thumbs Also See for SIMPL+:
Table of Contents

Advertisement

Software

System Interfacing

®
238
SIMPL+
System Interfacing Overview
These functions control the way the SIMPL+ program communicates with Cresnet
network devices and the CPU.

GenerateUserNotice

Name:
GenerateUserNotice
Syntax:
GenerateUserNotice(<Static Specification String> [, <arg1>
...]);
Description:
Places a notification message into the control system's error log
Parameters:
<Static Specification String> is a quoted string that contains text and formatting
information. Format specifiers are of the form: %[[Pad]Width]specifier
Refer to
"Print" on
page 216
Return Value:
None.
Example:
Function MyFunc()
{
STRING sNotice;
sNotice = "Projector";
GenerateUserNotice( "The %s bulb has a total of %d
hours", sNotice, 500 );
}
Version:
SIMPL+ Version 3.01.07
Control System:
2-Series Only
for a list and description of valid Format Specifiers.
Language Reference Guide - DOC. 5797G
Crestron SIMPL+
®

Advertisement

Table of Contents
loading

Table of Contents