示例#1
0
 public bool configure(nfc_device_option_t ndo, bool enable)
 {
     return(nfc_configure(_handle, ndo, enable));
 }
示例#2
0
 private static extern bool nfc_configure(IntPtr pnd, nfc_device_option_t ndo, bool bEnable);