|
Thanks, that gives me something to play with. > Also, you are expecting the host to reply pretty quick - but you will have > to work on this after you get your interface found. Well, I am testing my application on a local network. But i will keep that in mind.> What are you supplying for the value netSocketAddrRaw? I am not quite sure what you mean. "netSocketAddrRaw" is a member of NetSocketAddrEnum. NetSocketRef NetLibSocketOpen ( UInt16 libRefnum, NetSocketAddrEnum domain, NetSocketTypeEnum type, Int16 protocol, Int32 timeout, Err *errP ) typedef enum {
netSocketAddrRaw = 0,
netSocketAddrINET = 2
} NetSocketAddrEnum
Regards, Claas Ahlrichs -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ |
