enum

MinknowApi::Manager::DescribeHostResponse::HostUsbSequencerAvailability

Inherits Enum < Comparable < Value < Object

Constants

HOST_USB_SEQUENCER_UNAVAILABLE = 0
HOST_USB_SEQUENCER_DRIVER_DISABLED = 1
HOST_USB_SEQUENCER_AVAILABLE = 2

Class methods

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

Instance methods

host_usb_sequencer_available?

Returns true if this enum value equals HOST_USB_SEQUENCER_AVAILABLE

Source
host_usb_sequencer_driver_disabled?

Returns true if this enum value equals HOST_USB_SEQUENCER_DRIVER_DISABLED

Source
host_usb_sequencer_unavailable?

Returns true if this enum value equals HOST_USB_SEQUENCER_UNAVAILABLE

Source