Toshiba strata CT Installation & Maintenance Manual page 299

Digital business telephone system
Hide thumbs Also See for strata CT:
Table of Contents

Advertisement

#pragma pack (1)
#define MAX_LABEL 30
#define MAX_KEYS 20
#define DISPLAY 16
enum EledFlashRate
enumELed Colour
enum EkeyType
typedef struct_tagFLEXKEY {
EledFlashRate eFlashRate;
H
ELedColour eColour;
EKeyType eType;
char szLabel[MAX_LABEL+1];
}FLEXKEY, *PFLEXKEY;
typedef struct_tagDKTSNAPSHOT {
C
int nNumKeys;
FLEXKEY FlexKeys[MAX_KEYS];
EledFlashRate eSpeaker;
EledFlashRate eMic;
ELed FlashRate eMsg;
char szUpperLine[DISPLAY+1];
char szLowerLine[DISPLAY+1];
}DKTSNAPSHOT, *PDKTSNAPSHOT;
#pragma pack (0)
Strata CT I&M Manual October 2000
{EFlashON = 1, EFlash1Hz, EFlash2Hz,
EFlash10Hz, EFlashIUse, EFlash4Hz, EFlashOff};
{ERed = 0, EGreen};
(INVALIDKEY = 0, ECO_Line, EDND,
EFeature_Key, EFlash, EHot_Line, EIntercom,
EMessage_Waiting, EMultiLine_Hunt,
EPrime_Line, EPrivate_Line, ERelease,
ESecondary_Appearance,
ESecondary_Private_Line, ESpeed_Dial,
ESpeed_Dial_Pause, EData, EData_Release};
//Current LED Flash Rate
//Current LED Colour
//Key Type
//Label assigned to key
//10 or 20 button
Flex Key Array
//Speaker LED Status Colour (Red or off)
//MIC LED Status Colour (Red or off)
//Msg LED Status Colour (Red or off)
//Upper line of the display
//Lower line of the display
Computer Telephony Integration
9-25

Advertisement

Table of Contents
loading

Table of Contents