Ejemplo n.º 1
0
 public ProtocolBase(byte header, byte confirmation, Mode regim, ICheckSumManager checkSumManager)
 {
     this.header          = header;
     this.confirmation    = confirmation;
     this.regim           = regim;
     this.checkSumManager = checkSumManager;
 }
Ejemplo n.º 2
0
 public ProtocolBase(byte header, byte confirmation, Mode regim, ICheckSumManager checkSumManager)
 {
     this.header = header;
     this.confirmation = confirmation;
     this.regim = regim;
     this.checkSumManager = checkSumManager;
 }