Re: Sending multiple files via Bluetooth using GameKit
Re: Sending multiple files via Bluetooth using GameKit
- Subject: Re: Sending multiple files via Bluetooth using GameKit
- From: Ricky Sharp <email@hidden>
- Date: Thu, 20 Jan 2011 06:28:00 -0600
You can but keep in mind the following:
The max packet size is 87K so for larger blocks of data, you will have to break things up.
You will need a mini state machine to keep track of what was sent vs. what is left to send.
And will of course need all the logic to handle error conditions, retries, etc.
What is your specific goal? Perhaps using GameKit is not the correct choice.
Sent from my iPhone
On Jan 19, 2011, at 11:58 PM, charisse napeÿfffff1as <email@hidden> wrote:
> Hello Guys,
>
> Is there any way I can send multiple files via Bluetooth transfer using GameKit?
> I have already done the single
> file transfer but how about if I send multiple files without sacrificing speed?
> Can I do it synchronously? I am new to this so maybe somebody can point me to
> the right direction?
>
> Thanks,
> Charisse
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden