shared
depthai-bootloader-shared
include
depthai-bootloader-shared
Type.hpp
Go to the documentation of this file.
1
#pragma once
2
3
// std
4
#include <cstdint>
5
6
namespace
dai
7
{
8
namespace
bootloader
9
{
10
11
enum class
Type
: std::int32_t {
12
AUTO
= -1,
USB
= 0,
NETWORK
= 1
13
};
14
15
}
// namespace bootloader
16
}
// namespace dai
dai::bootloader::Type
Type
Definition:
Type.hpp:11
dai::bootloader::Type::NETWORK
@ NETWORK
dai::bootloader::Type::AUTO
@ AUTO
dai::bootloader::Type::USB
@ USB
dai
Definition:
CameraExposureOffset.hpp:6
depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19