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=a6898527f0c6e33c2135de20ebf5e3f77b70d56c;hp=74bcebd7eba19588932dc68e17388bad0cbbdd7f;hpb=969bd23cab98a79ca9101af33334000879fb60c5;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