enum

MinknowApi::Data::GetChannelStatesResponse::ChannelStateData::StateCase

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
STATE_ID = 2
STATE_NAME = 3

Instance methods

none?

Returns true if this enum value equals NONE

Source
state_id?

Returns true if this enum value equals STATE_ID

Source
state_name?

Returns true if this enum value equals STATE_NAME

Source