Difference between revisions of "Parameter types"

From Awesome Baozam
Jump to: navigation, search
Line 1: Line 1:
 
if  > 0 then it is followed by '''one''' value, else (<0) followed by count (see [[websocket lentgh]] rules) & followed by values
 
if  > 0 then it is followed by '''one''' value, else (<0) followed by count (see [[websocket lentgh]] rules) & followed by values
   1 int8
+
   5 int8
   2 uint8
+
   6 uint8
   3 int16
+
   7 char
   4 uint16
+
 
   5 int32
+
  9 int16
   6 uint32
+
   10 uint16
   7 int64
+
    
   8 uint64
+
  13 int32  
   9 float32
+
   14 uint32
   10 float64
+
   15  float32
   11 char
+
 
 +
  17 int64  
 +
   18 uint64
 +
   19 float64
 +
    
 +
   128 arr

Revision as of 16:12, 12 November 2015

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

 5  int8
 6  uint8
 7 char
 
 9  int16
 10  uint16
 
 13  int32 
 14  uint32
 15  float32
  
 17  int64 
 18  uint64
 19  float64
 
 128 arr