OAL_KITL_TYPE (Windows CE 5.0)
This enumeration specifies the boot or KITL protocol type.
typedef enum { OAL_KITL_TYPE_NONE = 0, OAL_KITL_TYPE_SERIAL, OAL_KITL_TYPE_ETH, OAL_KITL_TYPE_FLASH} OAL_KITL_TYPE;
Elements
- OAL_KITL_TYPE_NONE
No KITL type. - OAL_KITL_TYPE_SERIAL
Specifies serial communication as the KITL type. - OAL_KITL_TYPE_ETH
Specifies UDP, Internet Protocol version 4 (Ipv4), or Ethernet as the KITL type. - OAL_KITL_TYPE_FLASH
Specifies flash memory for booting only.
Remarks
Requirements
OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors