Skip to content

Commit

Permalink
params specification detalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Apr 29, 2018
1 parent 5b76ff6 commit ac1ff45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions LAppS_Protocol_Specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Responses to Client Requests are taking place on Command Channel (CCH) with ID 0
{"cid" : 0}. Responses on CCH MAY NOT appear out of order. All OONs MUST take
place on different channels then CCH. Thus CCH is reserved for Request-Response
half duplex communications. The purpose of the channel is to provide the Client
with possibility to distinguish Server Responses from OON, those MAY take place
with possibility to distinguish Server Responses from OONs, those MAY take place
out of requested order. For example the server MAY broadcast messages to the
clients in the same time some Clients are awaiting Response on CCH. The
broadcast message MAY appear before the Response to expected Request, though the
Expand All @@ -80,9 +80,9 @@ OON MAY NOT appear on the CCH.
*params*

An Array that holds the parameter values to be used during the invocation of the
method. This member MAY be omitted. Each element of this Array will become the
method's argument in the preserved order. Therefore `params' must be an Array
containing the values in the Server expected order.
method. This member MAY be omitted. Every item of this object may contain values
of any type inclusive null, object and array. If this attribute is ommited then
method will be called without any arguments.

*cid*

Expand Down

0 comments on commit ac1ff45

Please # to comment.