摘要: 1 unsafe class Program 2 { 3 [DllImport("mwhrf_bj.dll")] 4 public static extern int rf_card(int icdev, Byte _Mode, UInt64* _Snr); 5 6 [DllImport("mwhrf_bj.dll")] 7 public static extern int Open_USB(); 8 9 [DllImport("mwhrf_bj.dll")]10 public static extern int Close_USB( 阅读全文
posted @ 2013-06-24 09:19 assassinx 阅读(887) 评论(0) 推荐(0)