repo.or.cz
/
libtpproto-csharp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial commit
[libtpproto-csharp.git]
/
libtpproto-csharp
/
Proto
/
Direction.cs
blob
67a39919b9c23ba64b04cee4f15a6e0cf8f81b88
1
/*
2
* License: GPLv3+
3
* Created at 15:14 17.05.2008
4
*
5
* Author: Marcel Hauf
6
*/
7
8
using
System
;
9
10
namespace
LibTpProto
.
Proto
11
{
12
/// <summary>
13
/// Description of Direction.
14
/// </summary>
15
public enum
Direction
:
byte
16
{
17
any
,
18
client
,
19
server
20
}
21
}