/// <summary> /// NFC INIT /// </summary> /// <returns>句柄</returns> public uint NFC_Init() { return(m_nfc.BS_dc_init(100, 11500)); }