enum

MinknowApi::Acquisition::StopRequest::DataAction

Inherits Enum < Comparable < Value < Object

Constants

STOP_DEFAULT = 0
STOP_KEEP_ALL_DATA = 1
STOP_FINISH_PROCESSING = 2

Class methods

from_raw?(raw : Int32) : self | Nil
Source

Instance methods

stop_default?

Returns true if this enum value equals STOP_DEFAULT

Source
stop_finish_processing?

Returns true if this enum value equals STOP_FINISH_PROCESSING

Source
stop_keep_all_data?

Returns true if this enum value equals STOP_KEEP_ALL_DATA

Source