enum

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

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
UNBLOCK = 5
STOP_FURTHER_DATA = 6

Instance methods

none?

Returns true if this enum value equals NONE

Source
stop_further_data?

Returns true if this enum value equals STOP_FURTHER_DATA

Source
unblock?

Returns true if this enum value equals UNBLOCK

Source