enum

SleepParser::ProtocolVersion

Inherits Enum < Comparable < Value < Object

SLEEP Protocol version.

Constants

V0 = 0_u8

The version specified as per the paper released in 2017-09.

Instance methods

v0?

Returns true if this enum value equals V0

Source