typedef enum { VM_DCL_KBD_START = VM_DCL_KBD_GROUP_START, VM_DCL_KBD } VM_DCL_KBD_DEVICE;
typedef enum { VM_DCL_KBD_START = VM_DCL_KBD_GROUP_START, VM_DCL_KBD } VM_DCL_KBD_DEVICE;
This enum defines the device for kbd module,used in vm_dcl_open as a parameter. To control the keyboard, you can use the DCL(Driver Common Layer) APIs.
#include "vm_dcl.h" VM_DCL_HANDLE kbd_handle; // Declares a VM_DCL_HANDLE variable. kbd_handle = vm_dcl_open(VM_DCL_KBD,0); // Calls vm_dcl_open to get a handle.
vmdcl_kbd.h
|
Members |
Description |
|
VM_DCL_KBD_START = VM_DCL_KBD_GROUP_START |
Starts the keyboard device. |
|
VM_DCL_KBD |
This device is used to control the keyboard. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.