Module: GreenStripes::ConnectionState

Defined in:
ext/greenstripes/greenstripes.c

Constant Summary collapse

LOGGED_OUT =
INT2FIX(SP_CONNECTION_STATE_LOGGED_OUT)
LOGGED_IN =
INT2FIX(SP_CONNECTION_STATE_LOGGED_IN)
DISCONNECTED =
INT2FIX(SP_CONNECTION_STATE_DISCONNECTED)
UNDEFINED =
INT2FIX(SP_CONNECTION_STATE_UNDEFINED)