Sendpackettocpu - Crestron SIMPL+ Reference Manual

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

Advertisement

Software
®
342
SIMPL+
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.
Crestron SIMPL+
Language Reference Guide - DOC. 5797G
®

Advertisement

Table of Contents
loading

Table of Contents