Esempio n. 1
0
 public static int IMOS_XP_StopPlay(int port)
 {
     if (_isX64)
     {
         return(Native64.IMOS_XP_StopPlay((uint)port));
     }
     else
     {
         return(Native32.IMOS_XP_StopPlay((uint)port));
     }
 }