enum

RichCrystal::Ipc::Opcode

Inherits Enum / Comparable / Value / Object

Enumerate the differents opcodes

Constants

Handshake = 0
Frame = 1

Instance methods

frame?

Returns true if this enum value equals Frame

Source
handshake?

Returns true if this enum value equals Handshake

Source