Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Software Crestron 
SIMPL+
®
342 
z SIMPL+
®
Language Reference Guide - DOC. 5797G
Description:
Sends the string specified by PACKET onto the Cresnet network. It duplicates the 
function of the SIMPL Windows symbol “Network Transmission (Speedkey:  
NTX).” This function is not used in general programming.
Parameters:
PACKET is a string containing the command to put on the Cresnet network. 
Return Value:
None.
Example:
SendCresnetPacket(“\xFF\x03\x02”);
This example will send a broadcast message to all touchpanels causing them to enter 
sleep mode. The preferable way to do this is use the SLEEP input of the 
BROADCAST symbol in SIMPL Windows. 
Version:
SIMPL+ Version 2.00
SendPacketToCPU
Name:
SendPacketToCPU
Syntax:
SendPacketToCPU(STRING PACKET);
Description:
Sends the string specified by PACKET to the Cresnet CPU. This is normally used for 
sending ESC style commands to the CPU for control. This function duplicates the 
functionality of the SIMPL Windows symbol “Send Message to CPU (Speedkey:  
TMSG).” This function is not used in general programming.
Parameters:
PACKET is a string containing the command to send to the CPU. 
Return Value:
None.