Multitech MT800SWM Specifications Page 42

  • Download
  • Add to my manuals
  • Print
  • Page
    / 55
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 41
AVIDdirector-M2M Technical Reference Guide
February 5, 2009 ©AVIDwireless 2004-2009 All Rights Reserved Page 42 of 55
returnStatus = true;
}
return returnStatus;
}
/**
* Stops the currently executing Demo_M2Mlet.
* This will try to do any cleanup possible
*
*/
public final void stop() {
final String NAME = "Demo_M2Mlet.stop";
if (app!= null) Logger.log(NAME,"Stopping");
threadRunning = false;
sensors = null;
lamp = null; greenLed = null; redLed = null; sensors = null;
thread = null; // release ourselves
if (app!= null) Logger.log(NAME,"Stopped");
} // stop
}
Page view 41
1 2 ... 37 38 39 40 41 42 43 44 45 46 47 ... 54 55

Comments to this Manuals

No comments