enum

Patlite::PHN::Status::Beep

Inherits Enum < Comparable < Value < Object

Constants

OFF = 0
SHORT = 1
LONG = 2

Instance methods

long?

Returns true if this enum value equals LONG

Source
off?

Returns true if this enum value equals OFF

Source
short?

Returns true if this enum value equals SHORT

Source