initial commit
[libtpproto-csharp.git] / libtpproto-csharp / Proto / Direction.cs
blob67a39919b9c23ba64b04cee4f15a6e0cf8f81b88
1 /*
2 * License: GPLv3+
3 * Created at 15:14 17.05.2008
4 *
5 * Author: Marcel Hauf
6 */
8 using System;
10 namespace LibTpProto.Proto
12 /// <summary>
13 /// Description of Direction.
14 /// </summary>
15 public enum Direction : byte
17 any,
18 client,
19 server