enum

PlaceOS::Driver::Interface::Switchable::SwitchLayer

Inherits Enum < Comparable < Value < Object

Constants

All = 0
Audio = 1
Video = 2
Data = 3
Data2 = 4

Instance methods

all?

Returns true if this enum value equals All

Source
audio?

Returns true if this enum value equals Audio

Source
data2?

Returns true if this enum value equals Data2

Source
data?

Returns true if this enum value equals Data

Source
video?

Returns true if this enum value equals Video

Source