コード例 #1
0
 public void OnTagReceived(TranspondersCommandBase command)
 {
     command.TransponderReceived      += TagReceived;
     command.Response.CommandComplete += ReceiveComplete;
 }
コード例 #2
0
 public TagMonitor(TranspondersCommandBase command)
 {
     Enabled  = true;
     _command = command;
     OnTagReceived(_command);
 }