示例#1
0
        static public UInt32 Unpair(UInt64 Address)
        {
            BLUETOOTH_ADDRESS Addr = new BLUETOOTH_ADDRESS();

            Addr.ullLong = Address;
            UInt32 result = BluetoothRemoveDevice(ref Addr);

            return(result);            //https://msdn.microsoft.com/en-us/library/cc231199.aspx?f=255&MSPPError=-2147217396
        }
示例#2
0
文件: BTApi.cs 项目: oyakodon/Wiimote
 public extern static UInt32 MyBluetoothRemoveDevice(ref BLUETOOTH_ADDRESS address);
示例#3
0
 static extern uint BluetoothRemoveDevice(ref BLUETOOTH_ADDRESS Address);
示例#4
0
 static extern UInt32 BluetoothRemoveDevice([param: In, Out] ref BLUETOOTH_ADDRESS pAddress);
 static extern uint BluetoothRemoveDevice(ref BLUETOOTH_ADDRESS Address);