Enums¶
-
enum
LibMK_Controller_State¶ Controller States.
Author: RedFantom License: GNU GPLv3 Copyright (c) 2018 RedFantom
Values:
-
LIBMK_STATE_ACTIVE= 0¶ Controller is active.
-
LIBMK_STATE_STOPPED= 1¶ Controller was active, but is now stopped.
-
LIBMK_STATE_PRESTART= 2¶ Controller has not yet been active.
-
LIBMK_STATE_ERROR= 3¶ Controller was stopped by an error.
-
LIBMK_STATE_JOIN_ERR= 4¶ Failed to join the controller.
-
LIBMK_STATE_START_ERR= 5¶ Failed to start the controller.
-