X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fsrc%2Forg%2Fsimantics%2Fdataboard%2Fmethod%2Fprotocol.txt;h=62496c03832a980765c5f04d4c1cb6714dfc4b35;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=74bcebd7eba19588932dc68e17388bad0cbbdd7f;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/src/org/simantics/databoard/method/protocol.txt b/bundles/org.simantics.databoard/src/org/simantics/databoard/method/protocol.txt index 74bcebd7e..62496c038 100644 --- a/bundles/org.simantics.databoard/src/org/simantics/databoard/method/protocol.txt +++ b/bundles/org.simantics.databoard/src/org/simantics/databoard/method/protocol.txt @@ -1,42 +1,42 @@ -Handshake -========= -Peer to peer: (See Handshake.java) - Version : number - recvMsgLimit : int32 - sendMsgLimit : int32 - methods : MethodDescription[] - -MessageTypes -============= - -Both peers may issue requests and responses - -Request: - 0 - RequestId : int32 - Request : byte[] - -Response: - 1 - RequestId : int32 - Response : byte[] - -InvokeError - 2 - RequestId : int32 - Error : byte[] - -InvalidMethodError - 3 - RequestId : int32 - -Exception_ - 4 - RequestId : int32 - message : String - -ResponseTooLargeError - 5 - RequestId : int32 - +Handshake +========= +Peer to peer: (See Handshake.java) + Version : number + recvMsgLimit : int32 + sendMsgLimit : int32 + methods : MethodDescription[] + +MessageTypes +============= + +Both peers may issue requests and responses + +Request: + 0 + RequestId : int32 + Request : byte[] + +Response: + 1 + RequestId : int32 + Response : byte[] + +InvokeError + 2 + RequestId : int32 + Error : byte[] + +InvalidMethodError + 3 + RequestId : int32 + +Exception_ + 4 + RequestId : int32 + message : String + +ResponseTooLargeError + 5 + RequestId : int32 + \ No newline at end of file