Difference between revisions of "Parameter types"

From Awesome Baozam
Jump to: navigation, search
(Created page with "if > 0 then it is followed by value, else (<0) followed by count of values (see websocket lentgh rules), followed by values 1 int8 2 uint8 3 int16 4 uint16 5 i...")
 
m (Baya moved page Parameter type to Parameter types)
(No difference)

Revision as of 13:49, 3 November 2015

if > 0 then it is followed by value, else (<0) followed by count of values (see websocket lentgh rules), followed by values

 1  int8
 2  uint8
 3  int16
 4  uint16
 5  int32
 6  uint32
 7  int64
 8  uint64
 9  float32
 10 float64
 11 char