OSDN Git Service

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