Difference between revisions of "Command:26"

From Awesome Baozam
Jump to: navigation, search
Line 2: Line 2:
 
== Stream packet ==
 
== Stream packet ==
  
* is an alias of [[CMD:2|response to GET]] with timestamp value
 
 
* used for sending streaming data. Sending period regulated by [[cmd:23|SET Stream ]]
 
* used for sending streaming data. Sending period regulated by [[cmd:23|SET Stream ]]
  
{{CMD:2|stream}}
+
1  cmd type
  4 timestamp // can be 0, in this case server/client time should be used
+
2 cmd id // set by server
<noinclude>
+
1  streams count // max 256
{{CMD:23}}
+
stream*
 +
  4  address
 +
  1  parameter type
 +
  [wl] values count; if this > 1 then pt < 0 and this byte presents in the packet
 +
  data*
 +
      v value; see details into parameter type
 +
      4 timestamp // can be 0, in this case server/client time should be used

Revision as of 13:37, 13 April 2017

Stream packet

  • used for sending streaming data. Sending period regulated by SET Stream
1  cmd type
2  cmd id // set by server
1  streams count // max 256
stream*
  4  address
  1  parameter type
  [wl] values count; if this > 1 then pt < 0 and this byte presents in the packet
  data*
      v value; see details into parameter type
      4 timestamp // can be 0, in this case server/client time should be used