RegisterNotifyStatusChange

Login to reply to this topic.
Thu, 2005-03-10 10:13
Joined: 2004-11-20
Forum posts: 67
Hi,
How can I use the RegisterNotifyStatusChange method of RLine???
It can't be compiled when I use it.

I call it in this way:

i.e.   iLine.RegisterNotifyStatusChange(200);

Regards

Fri, 2006-01-06 23:41
Joined: 2005-05-19
Forum posts: 45
Re: RegisterNotifyStatusChange
newlc++ ... the RegisterNotifyStatusChange() of the RLine class was only supported in Symbian 5.0 and then withdrawn in 5.1.  I think that probably means that it won't compile if you are using the Series 60 SDK edition 2.

You can just use the RLine.NotifyStatusChange() function to be notified of line status changes.  Funny thing though... in my code.. it seems that every so often, NotifyStatusChange() will not fire on all status changes...so it misses a few here and there... not sure why.

"If we knew what it was we were doing, it would not be called research, would it?" - Albert Einstein

  • Login to reply to this topic.