Preset Zone Info [Pzi] - Interactive Technologies CueServer 2 User Manual

Table of Contents

Advertisement

Interactive Technologies, Inc.

Preset Zone Info [pzi]

This request returns a Cue Stack Info data structure for the specified preset zone. Use this response to
determine which presets are active in a given zone.
URL:
/get.cgi?req=pzi&name=<zoneName>
Parameters:
name=<zoneName>
◦ The name of the desired zone.
Response:
The following variable-length structure is returned by this request:
#define STACK_NAME_BUF_SIZE
#define CSI_TYPE_CUES
#define CSI_TYPE_PRESETS
typedef struct CueStackInfo {
uint16_t
int16_t
error code)
char
uint8_t
uint8_t
presets only)
uint16_t
uint32_t
(32 pairs max)
} CueStackInfo;
*
Please note that the actual number of bytes returned by this request only includes the actual number of
pairs of
uint32_t
The CueID/Status pairs are included for any preset in the zone that is active. The CueID denotes the preset
number and the Status value indicates the preset's active state. The following table shows preset states:
16
0
1
signature;
version;
stackName[STACK_NAME_BUF_SIZE]; // Name of stack
type;
playback;
count;
data[64];
elements in the
data[]
// Signature = 'CS'
// Version = 0x0001 (or negative
// 0 = Cues, 1 = Presets
// The playback number (for
// Number of CueID/Status pairs
// Array of CueID/Status pairs
array.
CueServer 2 User's Manual - 18.5.18
Page 317 of 429

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CueServer 2 and is the answer not in the manual?

Questions and answers

Related Products for Interactive Technologies CueServer 2

Table of Contents