source: uKadecot/trunk/tools/EcnlControllerUI/EcnlControllerUI/WAMP_MSG_TYPE.cs@ 108

Last change on this file since 108 was 108, checked in by coas-nagasima, 9 years ago

MIMEプロパティの変更

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-csharp
File size: 896 bytes
RevLine 
[101]1// ------------------------------------------------------------------------------
2// <autogenerated>
3// This code was generated by a tool.
4// Mono Runtime Version = 4.0.30319.1
5//
6// Changes to this file may cause incorrect behavior and will be lost if
7// the code is regenerated.
8// </autogenerated>
9// ------------------------------------------------------------------------------
10using System;
11
12namespace Kadecot
13{
14 public enum WAMP_MSG_TYPE
15 {
16 HELLO = 1,
17 WELCOME = 2,
18 ABORT = 3,
19 CHALLENGE = 4,
20 AUTHENTICATE = 5,
21 GOODBYE = 6,
22 HEARTBEAT = 7,
23 ERROR = 8,
24 PUBLISH = 16,
25 PUBLISHED = 17,
26 SUBSCRIBE = 32,
27 SUBSCRIBED = 33,
28 UNSUBSCRIBE = 34,
29 UNSUBSCRIBED = 35,
30 EVENT = 36,
31 CALL = 48,
32 CANCEL = 49,
33 RESULT = 50,
34 REGISTER = 64,
35 REGISTERED = 65,
36 UNREGISTER = 66,
37 UNREGISTERED = 67,
38 INVOCATION = 68,
39 INTERRUPT = 69,
40 YIELD = 70
41 }
42}
43
Note: See TracBrowser for help on using the repository browser.