예제 #1
0
 public static int IMOS_XP_SetDecoderTag(int port, string decoderTag)
 {
     if (_isX64)
     {
         return(Native64.IMOS_XP_SetDecoderTag((uint)port, decoderTag));
     }
     else
     {
         return(Native32.IMOS_XP_SetDecoderTag((uint)port, decoderTag));
     }
 }