Exemplo n.º 1
0
 //--------------------------------------------------------Constructor:----------------------------------------------------------------\\
 #region --Constructors--
 /// <summary>
 /// Basic Constructor
 /// </summary>
 /// <history>
 /// 05/05/2018 Created [Fabian Sauter]
 /// </history>
 public TCPReadResult(TCPReadState state, string data)
 {
     this.STATE = state;
     this.DATA  = data;
 }
Exemplo n.º 2
0
 //--------------------------------------------------------Constructor:----------------------------------------------------------------\\
 #region --Constructors--
 /// <summary>
 /// Basic Constructor
 /// </summary>
 /// <history>
 /// 05/05/2018 Created [Fabian Sauter]
 /// </history>
 public TCPReadResult(TCPReadState state, string data)
 {
     STATE = state;
     DATA  = data;
 }