enum

Quartz::RPC::CommandStatus

Inherits Enum < Comparable < Value < Object

Constants

OK = 0_u32
ERROR = 1_u32
ERROR_DECODE = 2_u32
ERROR_NOT_IMPLEMENTED = 3_u32
ERROR_BUSY = 4_u32
ERROR_STORAGE_NOT_READY = 5_u32
ERROR_STORAGE_EXIST = 6_u32
ERROR_STORAGE_NOT_EXIST = 7_u32
ERROR_STORAGE_INVALID_PARAMETER = 8_u32
ERROR_STORAGE_DENIED = 9_u32
ERROR_STORAGE_INVALID_NAME = 10_u32
ERROR_STORAGE_INTERNAL = 11_u32
ERROR_STORAGE_NOT_IMPLEMENTED = 12_u32
ERROR_STORAGE_ALREADY_OPEN = 13_u32
ERROR_CONTINUOUS_COMMAND_INTERRUPTED = 14_u32
ERROR_INVALID_PARAMETERS = 15_u32
ERROR_APP_CANT_START = 16_u32
ERROR_APP_SYSTEM_LOCKED = 17_u32
ERROR_STORAGE_DIR_NOT_EMPTY = 18_u32
ERROR_VIRTUAL_DISPLAY_ALREADY_STARTED = 19_u32
ERROR_VIRTUAL_DISPLAY_NOT_STARTED = 20_u32
ERROR_APP_NOT_RUNNING = 21_u32
ERROR_APP_CMD_ERROR = 22_u32
ERROR_GPIO_MODE_INCORRECT = 58_u32
ERROR_GPIO_UNKNOWN_PIN_MODE = 59_u32

Instance methods

error?

Returns true if this enum value equals ERROR

Source
error_app_cant_start?

Returns true if this enum value equals ERROR_APP_CANT_START

Source
error_app_cmd_error?

Returns true if this enum value equals ERROR_APP_CMD_ERROR

Source
error_app_not_running?

Returns true if this enum value equals ERROR_APP_NOT_RUNNING

Source
error_app_system_locked?

Returns true if this enum value equals ERROR_APP_SYSTEM_LOCKED

Source
error_busy?

Returns true if this enum value equals ERROR_BUSY

Source
error_continuous_command_interrupted?

Returns true if this enum value equals ERROR_CONTINUOUS_COMMAND_INTERRUPTED

Source
error_decode?

Returns true if this enum value equals ERROR_DECODE

Source
error_gpio_mode_incorrect?

Returns true if this enum value equals ERROR_GPIO_MODE_INCORRECT

Source
error_gpio_unknown_pin_mode?

Returns true if this enum value equals ERROR_GPIO_UNKNOWN_PIN_MODE

Source
error_invalid_parameters?

Returns true if this enum value equals ERROR_INVALID_PARAMETERS

Source
error_not_implemented?

Returns true if this enum value equals ERROR_NOT_IMPLEMENTED

Source
error_storage_already_open?

Returns true if this enum value equals ERROR_STORAGE_ALREADY_OPEN

Source
error_storage_denied?

Returns true if this enum value equals ERROR_STORAGE_DENIED

Source
error_storage_dir_not_empty?

Returns true if this enum value equals ERROR_STORAGE_DIR_NOT_EMPTY

Source
error_storage_exist?

Returns true if this enum value equals ERROR_STORAGE_EXIST

Source
error_storage_internal?

Returns true if this enum value equals ERROR_STORAGE_INTERNAL

Source
error_storage_invalid_name?

Returns true if this enum value equals ERROR_STORAGE_INVALID_NAME

Source
error_storage_invalid_parameter?

Returns true if this enum value equals ERROR_STORAGE_INVALID_PARAMETER

Source
error_storage_not_exist?

Returns true if this enum value equals ERROR_STORAGE_NOT_EXIST

Source
error_storage_not_implemented?

Returns true if this enum value equals ERROR_STORAGE_NOT_IMPLEMENTED

Source
error_storage_not_ready?

Returns true if this enum value equals ERROR_STORAGE_NOT_READY

Source
error_virtual_display_already_started?

Returns true if this enum value equals ERROR_VIRTUAL_DISPLAY_ALREADY_STARTED

Source
error_virtual_display_not_started?

Returns true if this enum value equals ERROR_VIRTUAL_DISPLAY_NOT_STARTED

Source
ok?

Returns true if this enum value equals OK

Source