enum

GBA::RTC::State

Inherits Enum < Comparable < Value < Object

Constants

WAITING = 0
COMMAND = 1
READING = 2
WRITING = 3

Instance methods

command?

Returns true if this enum value equals COMMAND

Source
reading?

Returns true if this enum value equals READING

Source
waiting?

Returns true if this enum value equals WAITING

Source
writing?

Returns true if this enum value equals WRITING

Source