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