13#ifndef UNISTIM_BROADCAST_H
14#define UNISTIM_BROADCAST_H
16static int hf_broadcast_year;
17static int hf_broadcast_month;
18static int hf_broadcast_day;
19static int hf_broadcast_hour;
20static int hf_broadcast_minute;
21static int hf_broadcast_second;
22static int hf_broadcast_icon_state;
23static int hf_broadcast_icon_cadence;
27 {0x00,
"Accessory Sync Update"},
28 {0x01,
"Logical Icon Update"},
29 {0x02,
"Time and Date Download"},
30 {0x03,
"Set Default Character Table Config"},
50 {0x08,
"I-Group Listen"},
51 {0x09,
"U-Group Listen"},
52 {0x0A,
"Feature Active"},
53 {0x0B,
"Feature Inactive"},
54 {0x0C,
"I-Hold Ringing"},
55 {0x0D,
"U-Hold Ringing"},
56 {0x0E,
"Active Audio"},
60 {0x12,
"Extension Number"},
66 {0x18,
"Internet Address"},
67 {0x19,
"Set-to-Set command"},
78 {0x00,
"Cadence off, On continuously"},
79 {0x01,
"Cadence on, Off continuously"},
80 {0x02,
"Flash, [1Hz]/[1/2]"},
81 {0x03,
"Flicker, [0.5Hz]/[13/16]"},
82 {0x04,
"Wink, [2Hz]/[3/4]"},
83 {0x07,
"Downloaded Cadence"},
Definition value_string.h:25