コード例 #1
0
ファイル: PacketLog.cs プロジェクト: kyanha/bacnet-browser
 public PacketLog(bool sending, CRPpacket packet)
 {
     this.sending   = sending;
     this.CRPpacket = packet;
 }
コード例 #2
0
ファイル: PacketLog.cs プロジェクト: kyanha/bacnet-browser
 public PacketLog(bool sending, IPEndPoint ipep, CRPpacket packet)
 {
     this.sending   = sending;
     this.ipep      = ipep;
     this.CRPpacket = packet;
 }