Exemplo n.º 1
0
 private void GetTags(CommunicationMode mode)
 {
     comm.Mode = mode;
     comm.GetTags(tags =>
     {
         Log.Info("Tags", tags);
     });
 }