//-------------------------------------------------------------------------------------------------------
        // Registry navigation
        //-------------------------------------------------------------------------------------------------------

        public static string COMPortNameFromBluetoothAddress(WIN32.BLUETOOTH_ADDRESS btAddr)
            {
            string sBtAddr = btAddr.ToString();
            return COMPortNameFromBluetoothAddress(sBtAddr);
            }
Пример #2
0
 void WIN32.IOleClientSite.GetContainer(out WIN32.IOleContainer ppContainer)
 {
     throw new NotImplementedException();
 }