A
Adam
Hello,
i'have a problem. In my application on Symbol MC9090 (Windows Mobile 5.0) i
use Symbol SDK to control WIFI signal quality. Just one event handler,
something like
myWlan.Adapters[0].SignalQualityChanged += mySignalQualityHandler;
but there is small problem. Fusion adapter is not available for couple of
seconds after resuming terminal and within this period I cannot use the
API.
So. I think the simpliest way is remove the event handler when use switched
off (or remove the battery) the terminal and add event handler when user
switched on (or insert battery) the terminal.
But I'dont know how catch the moment of disablig and enabling the terminal.
Does anybody know how to solve this problem?
PS. Maybe my idea is stupid So how use Symbol Fusion Api only when
terminal is on...
i'have a problem. In my application on Symbol MC9090 (Windows Mobile 5.0) i
use Symbol SDK to control WIFI signal quality. Just one event handler,
something like
myWlan.Adapters[0].SignalQualityChanged += mySignalQualityHandler;
but there is small problem. Fusion adapter is not available for couple of
seconds after resuming terminal and within this period I cannot use the
API.
So. I think the simpliest way is remove the event handler when use switched
off (or remove the battery) the terminal and add event handler when user
switched on (or insert battery) the terminal.
But I'dont know how catch the moment of disablig and enabling the terminal.
Does anybody know how to solve this problem?
PS. Maybe my idea is stupid So how use Symbol Fusion Api only when
terminal is on...