enum MinknowApi::Manager::DescribeHostResponse::HostUsbSequencerAvailability

Defined in:

generated/minknow_api/manager.pb.cr

Enum Members

HOST_USB_SEQUENCER_UNAVAILABLE = 0
HOST_USB_SEQUENCER_DRIVER_DISABLED = 1
HOST_USB_SEQUENCER_AVAILABLE = 2

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_raw?(raw : Int32) : self | Nil #

[View source]

Instance Method Detail

def host_usb_sequencer_available? #

Returns true if this enum value equals HOST_USB_SEQUENCER_AVAILABLE


[View source]
def host_usb_sequencer_driver_disabled? #

Returns true if this enum value equals HOST_USB_SEQUENCER_DRIVER_DISABLED


[View source]
def host_usb_sequencer_unavailable? #

Returns true if this enum value equals HOST_USB_SEQUENCER_UNAVAILABLE


[View source]