No announcements
Found 457284 threads
-
2 Votes
DeviceWatcher vs PnpObjectWatcher
Jerry, DeviceWatcher (and DeviceInformation) only operates on interfaces (and their properties), while PnpWatcher (and PnpObject) can also look for other object types (e.g. ...Answered | 5 Replies | 4265 Views | Created by Jerrywu12 - Monday, May 21, 2012 8:23 AM | Last reply by Eric Hanson-MSFT - Tuesday, May 29, 2012 2:45 PM -
0 Votes
DeviceWatcher or PnpObjectWatcher using Win32 libs
Can someone point me to an example (C++) of the equivalent to DeviceWatcher or PnpObjectWatcher using Win32 libs.Unanswered | 2 Replies | 453 Views | Created by jsass - Thursday, August 27, 2015 8:13 AM | Last reply by jsass - Thursday, August 27, 2015 9:28 AM -
0 Votes
[UWP][C#] BluetoothLEAdvertisementWatcher vs DeviceWatcher
I noted that in the BluetoothLE sample the DeviceWatcher is used for discovery of BLE devices.Unanswered | 3 Replies | 2189 Views | Created by Mark_Dale - Thursday, February 21, 2019 4:17 PM | Last reply by Roy Li - Tuesday, February 26, 2019 10:08 AM -
1 Votes
using event handler for DeviceWatcher
Added += ref new Windows::Foundation::TypedEventHandler<Windows::Devices::Enumeration::DeviceWatcher ^, Windows::Devices::Enumeration::DeviceInformation ^>(this, ...Unanswered | 4 Replies | 1707 Views | Created by Romka2411 - Tuesday, March 25, 2014 10:34 AM | Last reply by Romka2411 - Wednesday, March 26, 2014 5:12 AM -
0 Votes
[UWP][C#][DeviceWatcher] Filtering for casting device types?
According to MSDN (https://msdn.microsoft.com/en-us/library/Windows/apps/mt282143.aspx) one can only filter for media types (e.g. Video, Images) when searching for casting ...Answered | 3 Replies | 1017 Views | Created by Don Rolando - Monday, January 11, 2016 9:28 PM | Last reply by Fred Bao - Friday, January 15, 2016 2:14 AM -
1 Votes
how to obtain more info from DeviceWatcher?
...Answered | 3 Replies | 2712 Views | Created by Jerrywu12 - Monday, May 21, 2012 9:00 AM | Last reply by Eric Hanson-MSFT - Friday, May 25, 2012 5:45 PM -
0 Votes
Best practice for where to start a DeviceWatcher
I am using a DeviceWatcher to discover the device and on the DeviceAdded event, connect to the device.Answered | 4 Replies | 891 Views | Created by Cheri Reed - Friday, March 7, 2014 5:43 PM | Last reply by Cheri Reed - Thursday, March 13, 2014 3:44 PM -
2 Votes
Win 10 IoT Core, BLE devices, and the DeviceWatcher
I had been using the DeviceWatcher already, and looking at the SignalStrength attribute to determine when to pair and what to do.Unanswered | 5 Replies | 2267 Views | Created by Rob Skoon - Sunday, April 3, 2016 8:35 PM | Last reply by Kiran Pathakota - Thursday, April 14, 2016 8:04 PM -
1 Votes
Getting DeviceWatcher updates when BLE device is not reachable
The enumeration of the DeviceWatcher comes from system level.Unanswered | 9 Replies | 2254 Views | Created by Fredrikast - Monday, October 23, 2017 1:10 PM | Last reply by Fredrikast - Friday, December 8, 2017 9:32 AM -
0 Votes
[UWP]DeviceWatcher doesn't detect insertion/removal of SD Cards
DeviceWatcher setup to look at all devices does not detect the insertion or removal of an SD Card.Unanswered | 11 Replies | 1273 Views | Created by Jos Huybrighs - Wednesday, October 24, 2018 9:24 AM | Last reply by Jos Huybrighs - Thursday, November 15, 2018 8:32 AM -
0 Votes
Can't add DeviceWatcher event handler in .net standard libary
I have a .net standard library and I want to add DeviceWatcher (for handling bluetooth).Unanswered | 1 Replies | 553 Views | Created by Joshua Au - Monday, December 18, 2017 5:16 AM | Last reply by Roy Li - Tuesday, December 19, 2017 9:57 AM -
0 Votes
[UWP]Background task from DeviceConnectionChangeTrigger - is bluetooth device connected or disconnected?
However if you need a trigger maybe you can test with the DeviceWatcherTrigger class I've checked the document about devicewatcher ...Answered | 3 Replies | 864 Views | Created by Jon Saalbach - Thursday, July 28, 2016 5:50 AM | Last reply by Jon Saalbach - Saturday, July 30, 2016 8:04 AM -
0 Votes
DeviceWatcher's Added event is not fired when a new device is inserted
Hi, I am trying to list the devices available at real time and I was hoping to use the DeviceWatcher's Added event and Removed event to do this.Answered | 2 Replies | 1012 Views | Created by Soorya Chandrasekaran - Monday, March 18, 2013 4:26 PM | Last reply by Jesse Jiang - Wednesday, March 20, 2013 3:09 AM -
0 Votes
Can DeviceWatcher be used to detect if keyboard been added or removed?
Is there a sample of how to use the DeviceWatcher correctly?Answered | 11 Replies | 3012 Views | Created by The Mighty Duck - Tuesday, March 27, 2012 12:59 AM | Last reply by Maya Key - Thursday, April 5, 2012 7:24 PM -
1 Votes
vs 2013 pro vs vs 2015 community
https://www.visualstudio.com/products/compare-visual-studio-2015-products-vs Best Regards, Jack We are ...Answered | 2 Replies | 1381 Views | Created by Y a h y a - Sunday, September 13, 2015 11:49 AM | Last reply by Jack Zhai-MSFT - Monday, September 14, 2015 7:49 AM -
0 Votes
BluetoothLE GATT service DeviceWatcher behavior is not right on Windows 10.0.15063
For us to better understand the DeviceWatcher issue you are facing, please collect Bluetooth traces using Feedback Hub and send them to us.Answered | 3 Replies | 894 Views | Created by sarai2 - Wednesday, June 28, 2017 12:27 AM | Last reply by sarai2 - Tuesday, August 1, 2017 6:24 PM -
1 Votes
VS 2003 vs VS 2005 vs VS 2008 vs VS 2010
Hi, I could not come up with solid points for difference between all the VS versions.Answered | 4 Replies | 3702 Views | Created by Tiya01 - Thursday, April 12, 2012 9:38 AM | Last reply by Horizon_Net - Thursday, April 19, 2012 12:09 AM -
0 Votes
[UWP][C#] Automatic Mediacasting with DeviceWatcher
The current workflow is: using the DeviceWatcher to search for all devices selecting the device according to the name ...Unanswered | 6 Replies | 983 Views | Created by tichachm - Tuesday, March 14, 2017 9:19 AM | Last reply by tichachm - Thursday, March 23, 2017 7:16 AM -
0 Votes
VS 2008 vs VS 2010
Hi Tiya01, Check below VS 2010 new Features http://msdn.microsoft.com/en-us/library/bb386063.aspx 1) Main Benefit is new ...Answered | 2 Replies | 2037 Views | Created by Tiya01 - Wednesday, March 21, 2012 9:59 AM | Last reply by SnehaPatel - Wednesday, March 21, 2012 10:17 AM -
3 Votes
Convert VS 2005 to VS 2012
VS 2005 supports .NET Framework 2.0 only.Answered | 3 Replies | 1274 Views | Created by Dietzel - Monday, July 21, 2014 11:34 AM | Last reply by pvdg42 - Monday, July 21, 2014 7:21 PM - Items 1 to 20 of 457284 Next ›
No announcements