示例#1
0
 private static extern int MCardConnect(IntPtr context, MemoryCardConnectMode mode, MemoryCardType type, out IntPtr handle);
示例#2
0
		private static extern int MCardConnect(IntPtr context, MemoryCardConnectMode mode, MemoryCardType type, out IntPtr handle);
示例#3
0
 public bool CheckMemoryCardCompatibility(MemoryCardType type)
 {
     return(MemoryCardTypeCompatibility == type);
 }