Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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