OAL_KITL_TYPE (Windows CE 5.0)

Send Feedback

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

KITL Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.