source: box/trunk/test/basicserver/testprotocol.txt @ 217

Revision 217, 695 bytes checked in by martin, 6 years ago (diff)

Set svn:eol-style as appropriate for all files

  • Property svn:eol-style set to native
Line 
1# test protocol file
2
3Name                    Test
4IdentString             Test-0.00
5ServerContextClass      TestContext     TestContext.h
6
7BEGIN_OBJECTS
8
9Error           0       IsError(Type,SubType)   Reply
10        int32   Type
11        int32   SubType
12
13Hello           1       Command(Hello)  Reply
14        int32   Number32
15        int16   Number16
16        int8    Number8
17        string  Text
18
19Lists           2       Command(ListsReply)
20        vector<string>  LotsOfText
21
22ListsReply      3       Reply
23        int32   NumberOfStrings
24
25Quit            4       Command(Quit)   Reply   EndsConversation
26
27Simple          5       Command(SimpleReply)
28        int32   Value
29
30SimpleReply     6       Reply
31        int32   ValuePlusOne
32
33GetStream       7       Command(GetStream)      Reply
34        int32   StartingValue
35        bool    UncertainSize
36
37SendStream      8       Command(GetStream)      StreamWithCommand
38        int64   Value
39
40String          9       Command(String) Reply
41        string  Test
42
Note: See TracBrowser for help on using the repository browser.