enum

PlaceOS::Driver::DriverModel::Role

Inherits Enum < Comparable < Value < Object

Constants

SSH = 0
RAW = 1
HTTP = 2
WEBSOCKET = 3
LOGIC = 99

Instance methods

http?

Returns true if this enum value equals HTTP

Source
logic?

Returns true if this enum value equals LOGIC

Source
raw?

Returns true if this enum value equals RAW

Source
ssh?

Returns true if this enum value equals SSH

Source
websocket?

Returns true if this enum value equals WEBSOCKET

Source