コード例 #1
0
 void onPIREvent(int val)
 {
     if (Mibo.onPIREvent != null)
     {
         Mibo.onPIREvent(val);
     }
 }