enum

MinknowApi::ProtocolSettings::ProtocolSetting::Category

Inherits Enum < Comparable < Value < Object

Constants

OTHER = 0
RUN_OPTIONS = 1
BASECALLING = 2
OUTPUT = 3

Class methods

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

Instance methods

basecalling?

Returns true if this enum value equals BASECALLING

Source
other?

Returns true if this enum value equals OTHER

Source
output?

Returns true if this enum value equals OUTPUT

Source
run_options?

Returns true if this enum value equals RUN_OPTIONS

Source