struct ov::device::LUID

Overview

Structure which defines format of LUID. More…

#include <properties.hpp>

struct LUID
{
    // fields

    static const uint64_t MAX_LUID_SIZE = 8;
    std::array<uint8_t, MAX_LUID_SIZE> luid;
};

Detailed Documentation

Structure which defines format of LUID.

Fields

static const uint64_t MAX_LUID_SIZE = 8

Max size of luid array (64 bits)

std::array<uint8_t, MAX_LUID_SIZE> luid

Array with luid for a device.