메소드 | 설명 | |
---|---|---|
FromBluetoothAddressAsync ( ulong bluetoothAddress ) : Task |
Returns a BluetoothLEDevice object for the given BluetoothAddress.
|
|
FromIdAsync ( string deviceId ) : Task |
Returns a BluetoothLEDevice object for the given Id.
|
|
GetDeviceSelector ( ) : string |
Gets an Advanced Query Syntax (AQS) string for identifying all Bluetooth Low Energy (LE) devices. This string is passed to the FindAllAsync or CreateWatcher method in order to get a list of Bluetooth LE devices.
|
메소드 | 설명 | |
---|---|---|
BluetoothLEDevice ( CBPeripheral peripheral ) : System | ||
BluetoothLEDevice ( Windows device ) : System | ||
_peripheral_DiscoveredService ( object sender, Foundation e ) : void | ||
_peripheral_UpdatedName ( object sender, |
public static FromBluetoothAddressAsync ( ulong bluetoothAddress ) : Task |
||
bluetoothAddress | ulong | |
리턴 | Task |
public static FromIdAsync ( string deviceId ) : Task |
||
deviceId | string | |
리턴 | Task |