?
This commit is contained in:
15
Models/Command.cs
Normal file
15
Models/Command.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace CatLink.Models
|
||||
{
|
||||
public static class Command
|
||||
{
|
||||
public const int CTL_START = 1;
|
||||
public const int CTL_BIND = 2;
|
||||
public const int CTL_HEARTBEAT = 3;
|
||||
public const int CTL_TCP_CONNECT = 4;
|
||||
public const int CTL_TCP_ACCEPT = 5;
|
||||
public const int CTL_TCP_ACCEPT_ACK = 6;
|
||||
public const int CTL_TCP_CLOSE = 7;
|
||||
public const int DATA_SEND = 21;
|
||||
public const int DATA_BROADCAST = 22;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user