OAL_KITL_TYPE (Compact 2013)
10/16/2014
This enumeration specifies the boot or KITL protocol type.
Syntax
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.
Requirements
Header |
oal_kitl.h |
Library |
Developer Implemented |