The latest two code samples brings the total of UIQ 3 Tips, Tricks & Code articles published by Sony Ericsson Developer World to 56. This month, see how to get IP interface and routing information and receive incoming remote control commands.
Getting IP interface and route information on UIQ 3 phones
This UIQ 3 example shows how to display information about IP interfaces and routes that can be fetched from the operating system. The interface information fetched and displayed by the example application include the interface name, interface IP address, netmask, default gateway, broadcast address, name servers, MTU (maximum transfer unit) and approximate interface speed. The route information displayed include destination IP address (can be network or host address), network mask, gateway, interface address (for the interface connected to the destination) and metric for the route (cost of using the route).
Read more >>
Download example application >>
Receiving incoming remote control commands, a UIQ 3 code example
The remote control framework, more often referred to as RemCon, is used in Symbian OS™ to handle remote control events arriving from an external source such as a wireless headset.
This very basic application demonstrates how to receive incoming remote control commands. Please note: this example application doesn't work in the UIQ 3 emulator.
Read more >>
Download example application>> |