Example #1
0
 protected SyncCheckableProtocol(IByteDispatcher byteDispatcher)
     : base()
 {
     this.byteDispatcher             = byteDispatcher;
     byteDispatcher.PackageReceived += Parse;
     byteDispatcher.Log             += OnLog;
 }
 protected SyncAsyncCheckableProtocol(IByteDispatcher byteDispatcher)
     : base(byteDispatcher)
 {
 }