📄 dc550_phonesm_idle.h
字号:
/*****************************************************************************/
/* CONFIDENTIAL */
/* Sigpro Copyright 2003, All rights reserved */
/*****************************************************************************/
/* CLIENT: Telematrix */
/* PROJECT: DC550 Digital Centrex Phone */
/* FILE: dc550_phonesm.h */
/*****************************************************************************/
/* This is the header file for dc550_phonesm_idle.c. */
/*****************************************************************************/
#ifndef __DC550_PHONESM_IDLE_HEADER__
#define __DC550_PHONESM_IDLE_HEADER__
#include "dc550_local.h"
#include "dc550_phonesm.h"
/******************************************************************************
* ENUMS AND CONSTANTS
*****************************************************************************/
// Constants will be defined here
/******************************************************************************
* FUNCTION PROTOTYPES
*****************************************************************************/
void phonesm_idle_init(void);
void phonesm_idle_state_enter(void);
BOOL phonesm_idle_exec_hookswitch(BOOL updown);
BOOL phonesm_idle_exec_keypress(unsigned int key, BOOL updown);
BOOL phonesm_idle_exec_modemcommand(DC550MDCMessage command);
BOOL phonesm_idle_exec_periodic(BOOL firstline, BOOL secondline);
#endif
#ifndef __DC550_PHONESM_IDLE_EXTERN__
#define __DC550_PHONESM_IDLE_EXTERN__
/******************************************************************************
* GLOBAL VARIABLES
*****************************************************************************/
// Global variables will be defined here
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -