Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Software Crestron 
SIMPL+
®
238 
z SIMPL+
®
Language Reference Guide - DOC. 5797G
System Interfacing
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 
 
for a list and description of valid Format Specifiers.
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