Home > 32feet.net


32feet.netを使用したBluetoothの例

デバイスの検出と接続の例:using InTheHand.Net; using InTheHand.Net.Bluetooth; class Program { static void Main(string[] args) { BluetoothClient client = new BluetoothClient(); BluetoothDeviceInfo[] devices = client.DiscoverDevices(); foreach (BluetoothDeviceInfo device in devices)>>More