예제 #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);