コード例 #1
0
ファイル: CanPort.cs プロジェクト: NpoSaut/netCanLib
 private void LogFramesFlow(FramesFlowDirection Direction, IList <CanFrame> Frames)
 {
     foreach (CanFrame frame in Frames)
     {
         _logger.Trace("{0,4} {1}", Direction, frame);
     }
 }
コード例 #2
0
ファイル: CanPort.cs プロジェクト: NpoSaut/netCanLib
 private void LogFramesFlow(FramesFlowDirection Direction, IList<CanFrame> Frames)
 {
     foreach (CanFrame frame in Frames)
         _logger.Trace("{0,4} {1}", Direction, frame);
 }