Project Alice
Loading...
Searching...
No Matches
sys::message_response Namespace Reference

Variables

constexpr uint8_t ignore = 0x00
 
constexpr uint8_t log = 0x01
 
constexpr uint8_t popup = 0x02
 
constexpr uint8_t pause = 0x04
 
constexpr uint8_t sound = 0x08
 
constexpr uint8_t standard_sound = sound
 
constexpr uint8_t standard_log = log | sound
 
constexpr uint8_t standard_popup = log | sound | popup
 
constexpr uint8_t standard_pause = log | sound | popup | pause
 

Variable Documentation

◆ ignore

constexpr uint8_t sys::message_response::ignore = 0x00
inlineconstexpr

Definition at line 535 of file constants.hpp.

◆ log

constexpr uint8_t sys::message_response::log = 0x01
inlineconstexpr

Definition at line 536 of file constants.hpp.

◆ pause

constexpr uint8_t sys::message_response::pause = 0x04
inlineconstexpr

Definition at line 538 of file constants.hpp.

◆ popup

constexpr uint8_t sys::message_response::popup = 0x02
inlineconstexpr

Definition at line 537 of file constants.hpp.

◆ sound

constexpr uint8_t sys::message_response::sound = 0x08
inlineconstexpr

Definition at line 539 of file constants.hpp.

◆ standard_log

constexpr uint8_t sys::message_response::standard_log = log | sound
inlineconstexpr

Definition at line 542 of file constants.hpp.

◆ standard_pause

constexpr uint8_t sys::message_response::standard_pause = log | sound | popup | pause
inlineconstexpr

Definition at line 544 of file constants.hpp.

◆ standard_popup

constexpr uint8_t sys::message_response::standard_popup = log | sound | popup
inlineconstexpr

Definition at line 543 of file constants.hpp.

◆ standard_sound

constexpr uint8_t sys::message_response::standard_sound = sound
inlineconstexpr

Definition at line 541 of file constants.hpp.