Re: Enter at commands to mobile phone using bluetooth
Re: Enter at commands to mobile phone using bluetooth
- Subject: Re: Enter at commands to mobile phone using bluetooth
- From: Nicko van Someren <email@hidden>
- Date: Thu, 29 Apr 2004 11:37:40 +0100
On 29 Apr 2004, at 08:17, Nathanael P wrote:
Thanks for the correction.
Now I want to receive the reply from at command.
How do I implement:
-
(void)rfcommChannelData:(IOBluetoothRFCOMMChannel*)rfcommChannel
data:(void *)dataPointer length:(size_t)dataLength;
You should implement this in some class in your application, such as
the controller for the window into which you want the output to go, and
set the RFCOMM object's delegate to be that controller object using the
- setDelegate: method of IOBluetoothRFCOMMChannel.
Nicko
_______________________________________________
bluetooth-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/bluetooth-dev
Do not post admin requests to the list. They will be ignored.