Re: NSNetService - send data to printer

2010-05-31 Thread Philip Vallone
Thanks Jens - always a great help. Regards, Phil On May 31, 2010, at 4:19 PM, Jens Alfke wrote: > > On May 31, 2010, at 6:50 AM, Philip Vallone wrote: > >> Where can I find additional information on using NSNetService and sending >> data to a printer? I am able to find a printer using NSNetS

Re: NSNetService - send data to printer

2010-05-31 Thread Jens Alfke
On May 31, 2010, at 6:50 AM, Philip Vallone wrote: > Where can I find additional information on using NSNetService and sending > data to a printer? I am able to find a printer using NSNetService, but unable > to figure out how to send data. Bonjour is only about service discovery. It just tell

NSNetService - send data to printer

2010-05-31 Thread Philip Vallone
Hi, Where can I find additional information on using NSNetService and sending data to a printer? I am able to find a printer using NSNetService, but unable to figure out how to send data. Should I use NSStream, NSSocketPort etc...? I am a bit confused. Thanks Phil ___