Searched defs:CsConfigCompleteEvent (Results 1 – 1 of 1) sorted by relevance
116 struct CsConfigCompleteEvent { struct117 ErrorCode status = ErrorCode::SUCCESS;118 uint8_t config_id = 0;119 CsAction action = CsAction::CONFIG_CREATED;120 CsMainModeType main_mode_type = CsMainModeType::MODE_2;121 CsSubModeType sub_mode_type = CsSubModeType::UNUSED;122 uint8_t min_main_mode_steps = 3; // 0x02 to 0xFF123 uint8_t max_main_mode_steps = 100; // 0x02 to 0xFF124 uint8_t main_mode_repetition = 0; // 0x00 to 0x03125 uint8_t mode_0_steps = 1; // 0x01 to 0x03[all …]