enum

PlaceOS::Driver::Interface::Camera::TiltDirection

Inherits Enum < Comparable < Value < Object

Constants

Down = 0
Up = 1
Stop = 2

Instance methods

down?

Returns true if this enum value equals Down

Source
move
Source
stop?

Returns true if this enum value equals Stop

Source
up?

Returns true if this enum value equals Up

Source