Module: Erlectricity::External::Types

Included in:
Decoder, Erlectricity::Encoder
Defined in:
lib/erlectricity/constants.rb

Constant Summary collapse

SMALL_INT =
97
INT =
98
SMALL_BIGNUM =
110
LARGE_BIGNUM =
111
FLOAT =
99
ATOM =
100
REF =

old style reference

101
NEW_REF =
114
PORT =

not supported accross node boundaries

102
PID =
103
SMALL_TUPLE =
104
LARGE_TUPLE =
105
NIL =
106
STRING =
107
LIST =
108
BIN =
109
FUN =
117
NEW_FUN =
112