OSDN Git Service

dispose関数の追加
[mimic/MiMicSDK.git] / misc / mbedJS / mbddJS.API / mbedJS / mbed.BusIn.js
index 5eb189e..a48200e 100644 (file)
@@ -198,7 +198,17 @@ CLASS.prototype=
                }catch(e){\r
                        throw new MI.MiMicException(e);\r
                }                       \r
-       }       \r
+       },\r
+       /**\r
+        * MCUに生成されているオブジェクトを破棄します。\r
+        * @name mbedJS.BusIn#dispose\r
+        * @function\r
+        */\r
+       dispose:function BusIn_dispose()\r
+       {\r
+               return this._mcu._dispose.apply(this,arguments);\r
+       }\r
+\r
 }\r
 NS.BusIn=CLASS;\r
 }());
\ No newline at end of file