Exemple #1
0
 public bool setContext(SensorContext context)
 {
     ctx = context;
     if (ctx.ToString() == context.ToString())
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }