Enums#
-
enum PIXIE_BOOT_MODE#
An enumeration listing out the various boot modes that are available. This enumeration replaces the old boot flags. The previous flags allowed users to potentially put the system into a state that prevented proper operation. These flags now represent the most commonly used boot procedures in use.
-
enumerator PIXIE_BOOT_PROBE#
Probe the modules to see if they are online. No other action is performed.
-
enumerator PIXIE_BOOT_RESET_LOAD#
Reset the programmable devices on a module and load them. If settings are provided import them and synchronize the settings with the hardware.
-
enumerator PIXIE_BOOT_SETTINGS_LOAD#
Import the settings and synchronize the settings with the hardware. The module must be online.
-
enumerator PIXIE_BOOT_PROBE#