.NET Components for Mobility
All Tags » obex (RSS)

Browse by Tags

  • Comprehensive Sample Application

    Hello everyone, I have created a sample application that uses 32feet.Net and Brecham.Obex for bluetooth communication and obex operations. The application is quite comprehensive and allows user to browse a device fully e.g: navigate device, exploer folders, create new ones, delete existing, upload and...
    Posted to Brecham.Obex (Forum) by mcnamara on 10-03-2008
  • How to send more files one time?

    private void send(BluetoothDeviceInfo btDeviceInfo, string path) { BluetoothClient btClient = new BluetoothClient(); if (btDeviceInfo.Authenticated) { BluetoothSecurity.PairRequest(btDeviceInfo.DeviceAddress, "0000"); } System.Uri uri = new Uri("obex://" + btDeviceInfo.DeviceAddress...
    Posted to ObjectExchange (Forum) by zyylove2008 on 08-18-2008
  • bad Request

    sorry im a bit new to all this, but if anyone could help me that would be great. im trying to send a file from a c# console app to my nokia phone using the ObexObjectPush but i seem to keep getting Badrequest Uri uri = new Uri("obex://" + addr + "/" + System.IO.Path.GetFileName(loc...
    Posted to ObjectExchange (Forum) by ikex on 01-12-2008
  • Cancelling an OBEX push during transfer

    Hi there, Firstly, I know this is way late, but inthehand is a great toolkit . My actual question relates to pushing an OBEX object, say an image for now, from a phone to a listening PC. If I cancel the transmission before it is done my code hangs on this line, obexListenerRequest.WriteFile(ROOTPATH...
    Posted to ObjectExchange (Forum) by drew.bass.man on 09-11-2007
  • OBEX Parser

    Hi, I have been playing with this lib for a while and it relly works for me, I added some functionality like senders name, and possibility to get filename, mac and file size right after first put packet, and wrote functions Deny() and Allow() to control the response. My problem si that when I send a...
    Posted to ObjectExchange (Forum) by KarelSimek on 06-24-2007
  • BadRequest VS2003 C#

    Hello I have searched through forum threads and cannot find information why I get a bad request when I use the sample code submitted with in the hand download. I have version 1.6 of In the hand. When I run the sample: ObjectPushApplication it works to send files to a bluetooth device but with the same...
    Posted to ObjectExchange (Forum) by zope83 on 02-13-2007
  • Re: (sp3) Bluetooth.Mode always be NULL

    The same thing is occuring when I try to get InTheHand.WindowsMobile.Configuration.Providers.Obex.IsEnabled
    Posted to InTheHand.WindowsMobile (Forum) by gosber on 02-06-2007
  • Re: How to Transfer text file

    Depending on the receiving device you can send it via an ObexWebRequest - the receiving device may be limited to only vCard/vCal etc files. Take a look at the ObexPush sample application included with the library for example code. Peter
    Posted to ObjectExchange (Forum) by PeterFoot on 09-27-2006
Page 1 of 1 (8 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.