enum MinknowApi::Data::GetLiveReadsRequest::Action::ActionCase

Defined in:

generated/minknow_api/data.pb.cr

Enum Members

NONE = 0
UNBLOCK = 5
STOP_FURTHER_DATA = 6

Instance Method Summary

Instance Method Detail

def none? #

Returns true if this enum value equals NONE


[View source]
def stop_further_data? #

Returns true if this enum value equals STOP_FURTHER_DATA


[View source]
def unblock? #

Returns true if this enum value equals UNBLOCK


[View source]