PHONE_BUTTON_STATE 枚举 (tapi3if.h)

PHONE_BUTTON_STATE枚举描述手机按钮的状态。

语法

typedef enum PHONE_BUTTON_STATE {
  PBS_UP = 0x1,
  PBS_DOWN = 0x2,
  PBS_UNKNOWN = 0x4,
  PBS_UNAVAIL = 0x8
} ;

常量

 
PBS_UP
值: 0x1
按钮的状态已启动。
PBS_DOWN
值: 0x2
按钮的状态为关闭。
PBS_UNKNOWN
值: 0x4
按钮的状态未知。
PBS_UNAVAIL
值: 0x8
按钮的状态不可用。

要求

要求
Header tapi3if.h

另请参阅

ITPhone::get_ButtonState

ITPhoneEvent::get_ButtonState