Hi.

I wonder the irSuppressScanning or irRestoreScanning
still workable for disabling/enabling the Beam
Receive.
I try to disable the Beam receive at Pref in PDA at
the first place. I use irRestoreScanning when beaming
data to other PDA. It works but it will prompt us a
message whether want to on the Beam receieve which is
off at the moment. I'm planning to on the Beam Receive
temporarily (when the application need to beam data)
and off it permanently. 
Below are the snippet code:

UInt16  refNumP = NULL;
Err error = 0;

ExgSocketType exgSocket;
error = SysLibFind("IrDA Library" ,&refNumP);
exgSocket.libraryRef = refNumP;
error = ExgControl (&exgSocket, irSuppressScanning,
NULL,NULL);


I know if we permanently disable the Beam by using the

error = ExgLibControl(refNumP, irSuppressScanning,
&ivalue, &size);

pls help in this regards. Thank you in advance.



__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to