Debug feature#
- enumolympe.enums.debug.list_flags#
Arsdk built-in “list_flags” enum that is used to in “LIST_ITEM” event messages
- First
Arsdk built-in “list_flags” enum that is used to in “LIST_ITEM” event messages (0)
- Last
Arsdk built-in “list_flags” enum that is used to in “LIST_ITEM” event messages (1)
- Empty
Arsdk built-in “list_flags” enum that is used to in “LIST_ITEM” event messages (2)
- Remove
Arsdk built-in “list_flags” enum that is used to in “LIST_ITEM” event messages (3)
- enumolympe.enums.debug.setting_mode#
Setting mode.
- READ_ONLY
Controller can only read setting. (0)
- READ_WRITE
Controller can read and write setting. (1)
- enumolympe.enums.debug.setting_type#
Setting type.
- BOOL
Boolean Setting. (ex: 0, 1) (0)
- DECIMAL
Decimal Setting. (ex: -3.5, 0, 2, 3.6, 6.5) (1)
- TEXT
Single line text Setting. (2)