keyboard.def

来自「基于WinCE操作系统、SMDK2410硬件开发平台下的键盘程序——通过串口传输」· DEF 代码 · 共 41 行

DEF
41
字号
;******************************************************************************
;*
;* System On Chip(SOC)
;*
;* Copyright (c) 2002 Software Center, Samsung Electronics, Inc.
;* All rights reserved.
;*
;* This software is the confidential and proprietary information of Samsung
;* Electronics, Inc("Confidential Information"). You Shall not disclose such
;* Confidential Information and shall use it only in accordance with the terms
;* of the license agreement you entered into Samsung.
;*
;*-----------------------------------------------------------------------------
;*
;*  S3C2410 BSP (Windows CE.NET)
;*
;* keyboard Driver
;*
;* @author      zartoven@samsung.com (SOC, SWC, SAMSUNG Electronics)
;*
;* @date        2005/05/25
;*
;* Log:
;*
;******************************************************************************


LIBRARY keyboard

EXPORTS KEY_Init
				KEY_Deinit
				KEY_Open
				KEY_Close
				KEY_Read
				KEY_Write
				KEY_Seek
				KEY_IOControl
				KEY_PowerDown
				KEY_PowerUp

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?