software you can take with you

Browse by Tags

  • You can set a result only once ??

    I created a from where I list devices that are in range. The discovery was running sychronous until a new requirement came up and it needs to be async. The BluetoothClient class has a BeginDeviceDiscovery method which I am using right now to find devices async. It works ok, but on some occasions I get...
    Posted to Bluetooth (Forum) by Harrewarre on 01-24-2011
  • Problem with DiscoverDevicesAsync

    I am using the following code along with InTheHand.Net.Personal version 2.5, the MSFT stack and Windows 7 Professional, yet I can't seem to be able to do a simple DiscoverDevicesAsync, is there something I am missing? Thank you for your time. class Program { static void Main(string[ args) { BluetoothComponent...
    Posted to Bluetooth (Forum) by bol123456 on 06-08-2010
  • Re: How to receive differents devices on each method call DiscoverDevices(5)

    Hi, So what is the basic use of "BeginDiscoverDevices" if i am using microsoft stack? From your post above, i assume that 'BeginDiscoverDevices' does not return each device as the device responds. Thanks, Aditi
    Posted to Bluetooth (Forum) by aditib on 05-20-2010
  • How to determine when e-mail account synchronization is finished?

    MessagingApplication.Synchronize() is an asynchronous method, but I've not found any way of being notified any results. Is there any way of knowing when the synchronizing process is finished? Thanks in advance.
  • Controlling connect timeout when pairing required...any ideas?

    Hi, I'm using BluetoothClient.BeginConnect() / EndConnect() on WinXP to try to control the connect timeout and have a few questions. I'm using the following approach: IAsyncResult connectResult = client.BeginConnect() connectResult.AsyncWaitHandle.WaitOne(m_connectTimeout, false ); ... What I...
    Posted to Bluetooth (Forum) by markwhite00 on 09-09-2008
  • Binding a listener to local socket

    I am trying to bind to the local Endpoint to start a asynchronous listener using the following code but get the following error. The requested address is not valid in its context I have used other bluetooth functionality within the InTheHand framework so my BT dongle is compatible.. What am I going wrong...
    Posted to Bluetooth (Forum) by Firedog on 10-18-2007
  • Re: Asynchronous Discovery

    Here's what I ended up doing: private const int MAX_DEVICES = 10; private const int INQUIRY_LENGTH = 100000000; // 10 seconds = 100,000,000 private bool discovering; private BluetoothClient bc; public frmDiscoverDevices() { InitializeComponent(); bc = new BluetoothClient(); bc.InquiryLength = new...
    Posted to Bluetooth (Forum) by sackville on 06-27-2007
  • Asynchronous Discovery

    I've been hunting around the forums and the library, but I can't find any support for or mention of anyone doing asynchronous discovery. Simply put, I want to see all of the discoverable bluetooth devices around me as they come and go. I'd rather not do the old "check every 10 seconds"...
    Posted to Bluetooth (Forum) by sackville on 06-26-2007
Page 1 of 1 (8 items)
Copyright © 2001-2013 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy. OrcsWeb's Windows Cloud Server Hosting