Re: OBEX question
Re: OBEX question
- Subject: Re: OBEX question
- From: Christian Klein <email@hidden>
- Date: Sun, 29 May 2005 20:22:17 +0200
Hello everybody.
I still have the same problem with OBEXFileTransferServices.
I implemented a delegate class, that just calls NSLog() for
any method invocation.
In the code:
id obexSession = [IOBluetoothOBEXSession withDevice: target
channelID: channelID];
OBEXFileTransferServices *fileTransfer = [OBEXFileTransferServices
withOBEXSession: obexSession];
TransferDelegateObject *del = [[TransferDelegateObject alloc] init];
( >>> output for init method)
Then the delegate object is set and the remote devices should be
connected:
[fileTransfer setDelegate: del];
[fileTransfer connectToObjectPushService];
And finally, I try to send a file:
[fileTransfer sendFile: @"test.jpg"];
Neither the method fileTransferServicesConnectionComplete, nor any
other method of the delegate object is called.
Has anybody ever successfully used the OBEXFileTransferServices class
and send me
an example?
kind regards,
Chris
_______________________________________________
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
References: | |
| >OBEX question (From: Christian Klein <email@hidden>) |