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