enum ta_reboot_type

Overview

Type of the reboot More…

#include <rcf.h>

enum ta_reboot_type {
    TA_REBOOT_TYPE_AGENT = 0x1,
    TA_REBOOT_TYPE_HOST  = 0x2,
    TA_REBOOT_TYPE_COLD  = 0x4,
};

Detailed Documentation

Type of the reboot

Enum Values

TA_REBOOT_TYPE_AGENT

Restart TA process

TA_REBOOT_TYPE_HOST

Reboot TA host

TA_REBOOT_TYPE_COLD

Cold reboot the host using assigned power control agent