blob: 03c627276c5fac2d922608943563e4bcc1996c7b [file] [log] [blame]
#pragma once
#include <cstddef>
#include <vector>
#include "comm_module.hpp"
namespace command
{
constexpr size_t BMC_GUID_LEN = 16;
/*
* @brief Get System GUID
*
* @return If UUID is successfully read from the Chassis DBUS object, then the
* GUID is returned, else a canned GUID is returned
*/
std::array<uint8_t, BMC_GUID_LEN> getSystemGUID();
} // namespace command