Newer
Older
HoloAnatomy / Assets / HoloToolkit / Sharing / Scripts / SDK / MessageID.cs
SURFACEBOOK2\jackwynne on 25 May 2018 782 bytes v1
  1. //------------------------------------------------------------------------------
  2. // <auto-generated />
  3. //
  4. // This file was automatically generated by SWIG (http://www.swig.org).
  5. // Version 3.0.10
  6. //
  7. // Do not make changes to this file unless you know what you are doing--modify
  8. // the SWIG interface file instead.
  9. //------------------------------------------------------------------------------
  10.  
  11. namespace HoloToolkit.Sharing {
  12.  
  13. public enum MessageID {
  14. Start = 134,
  15. StatusOnly = Start,
  16. Broadcast,
  17. SendTo,
  18. SessionControl,
  19. MouseXToClient,
  20. MouseXToServer,
  21. SyncMessage,
  22. Tunnel,
  23. TunnelControl,
  24. AudioSamples,
  25. Handshake,
  26. UserPresenceChange,
  27. AvatarBroadcast,
  28. TestAutomation,
  29. Profiling,
  30. InternalSyncMessage,
  31. RoomAnchor,
  32. UserMessageIDStart = 134+50
  33. }
  34.  
  35. }