Xavia SDK c++ API 2.1.0
API description of the xavia library
Loading...
Searching...
No Matches
alerts.h
1#pragma once
2
3namespace xavia::sdk
4{
8 enum class Alert
9 {
10 temperature_critical,
11 power_abnormal,
12 voltage_abnormal,
13 eye_safety_issue,
14 humidity,
15 shutting_down
16 };
17}