.NET Components for Mobility

Browse by Tags

  • Some ServiceRecord attributes cannot be found

    Hello, I'm trying to get attribute IDs and their values from a certain bluetooth server. Here's the relevant code snippet: for (int j = 0; j < serviceRecord.Count; j++) { label3.Text += ("\nID" + serviceRecord[j].Id.ToString("X") + ": " + GetServiceAttributeAsString...
    Posted to Bluetooth (Forum) by tilmaen on 10-23-2008
  • Pair bluetooth printer - channel number from sdp?

    I have had a look about the forums but am still not quite sorted out, I am using WM5. I have a bluetooth printer with no pass key so i am enabling the serial port using dev.SetServiceState(BluetoothService.SerialPort, true); I am then able to get a virtual port and use this with FieldSoftware PrinterCE...
    Posted to Bluetooth (Forum) by acoulter on 09-18-2007
  • Transfar file from a Desktop Computer to PDA using Bluetooth

    Hi, This is parthu. I used the Bluetooth Listener Desktop application for sending data from Desktop Computer to PDA via bluetooth. But, when i run this application, it is giving an exception at "br.Mode = InTheHand.Net.Bluetooth.RadioMode.Discoverable;" like Object reference not set to an instance of...
    Posted to Bluetooth (Forum) by parthasarathi.goluguri on 01-07-2007
  • getServiceRecords returns error code

    I am trying to determine the services on a mobile phone using another mobile. I have written this code and looked at the post which demos the getServiceRecords Method. private void listView1_ItemActivate(object sender, EventArgs e) { int index = listView1.SelectedIndices[0]; MessageBox.Show(index.ToString...
    Posted to Bluetooth (Forum) by ds-76 on 12-11-2006
Page 1 of 1 (4 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.