2 changed files with 26 additions and 14 deletions
@ -0,0 +1,9 @@ |
|||||||
|
namespace EGFramework.ProtocolHelper |
||||||
|
{ |
||||||
|
public struct DataConnection |
||||||
|
{ |
||||||
|
public string Sender { set; get; } |
||||||
|
public ProtocolType ProtocolType { set; get; } |
||||||
|
private bool IsConnected { set; get; } |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue