Re: OBEXAddCountHeader
Re: OBEXAddCountHeader
- Subject: Re: OBEXAddCountHeader
- From: Sebastian Krauß <email@hidden>
- Date: Wed, 18 Oct 2006 18:44:46 +0200
OK, just had a look at the documentation.
Looks good. -- But... in my app, I stuck close to Apple's sample code
at /Developer/Examples/Bluetooth/OBEXSample which let me show
progress since my eventSelector got called every time I can write new
data.
Will I still be able to do that when I use those APIs which -- in
comparison, at least -- are more high level?
Sebastian
PS: Sorry for not having replied to the other mails; I somehow only
received a few of the answers and discovered the other mails in the
web archive.
No, OBEX File Transfer is an alternative Bluetooth service. You use
it instead of OBEX Object Push. It provides you with some basic
file system functions like copy files, get directory contents of
the device, create new folders, delete files, etc. You connect once
and stay connected until you close the connection.
In your main menu bar you should find that Bluetooth symbol with
some functions to browse a Bluetooth device. This uses OBEX File
Transfer.
Documentation is here:
http://developer.apple.com/documentation/DeviceDrivers/Reference/
IOBluetooth/OBEXFileTransferServices/Classes/
OBEXFileTransferServices/CompositePage.html
And a while ago there was sample code for an OBEX File Transfer
application, don't know where it has gone...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden