enum

MinknowApi::Protocol::BeginProtocolRequest::ProtocolIdentifierCase

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
IDENTIFIER = 1
COMPONENTS = 2

Instance methods

components?

Returns true if this enum value equals COMPONENTS

Source
identifier?

Returns true if this enum value equals IDENTIFIER

Source
none?

Returns true if this enum value equals NONE

Source