Beispiel #1
0
        protected void OnBatchReceived(IntPtr device, string data)
        {
            var args = new DebugBatchReceivedEventArgs(device, data);

            BatchReceived?.Invoke(this, args);
        }
Beispiel #2
0
 protected void OnBatchReceived(IntPtr device, string data)
 {
     var args = new DebugBatchReceivedEventArgs(device, data);
     BatchReceived?.Invoke(this, args);
 }