newlc.com
Articles Only
Forum Only
Community
World-Wide Web
Home
News
Tutorials
Reviews
Downloads
Professional Services
Forums
Newsletter
Blog
About us
Last forum posts
Home
::
Forums
::
Development
::
Communications
::
Internet and Network access
User login
Username:
*
Password:
*
Create new account
Request new password
Featured pages
Configure your PC for Symbian development
Getting started with Symbian development
Symbian OS Error Codes
Common products UIDs
Nokia S60 SDK
Featured Software
NlMakesis
Y-Browser
Y-Tasks
Active users (last 30 days)
User
Score
eric
54
rbrunner
50
Andreas
44
sandeepmhptr
41
alh
30
more
Feeds
More feeds...
Attaching to a connection
Login
to reply to this topic.
Mon, 2006-08-07 10:35
dragos_t
Joined: 2005-08-08
Forum posts: 88
Hello again
I`m having a RConnection that is watching for new connections with AllInterfaceNotification(). After i get a new connection event, i want to attach to it with another RConnection, but it fails with KErrCouldNotConnect (-34).
Login
or
register
to post in forums
Mon, 2006-08-07 10:50
dragos_t
Joined: 2005-08-08
Forum posts: 88
Re: Attaching to a connection
Solved it.
I was using TConnectionInfoV2 instead of TConnectionInfo as connection info when attaching.
 
Login
to reply to this topic.
Forum posts: 88
I was using TConnectionInfoV2 instead of TConnectionInfo as connection info when attaching.