Symbian C++ supports only the following ioctl() commands:
- SIOCGIFCONF
- SIOCGIFACTIVECONF
- SIOCSIFNAME
- SIOCGIFINDEX
- SIOCIFACTIVESTART
- SIOCIFSTOP
- SIOCATMARK
- SIOCGIFADDR:Get interface address.
- SIOCGIFNUM:Get the number of interfaces.
NOTE : Sockio.h lists ioctl() operations for sockets. UNIX domain
sockets are not supported. The user has to connect to some server to get the
interface address as it is dynamically assigned.
The following flags will work only on hardware because it is supported
by the underlying symbian API.
- SIOCGIFMETRIC
- SIOCGIFMTU
- SIOCGIFNETMASK
- SIOCGIFBRDADDR
- SIOCGIFFLAGS
- SIOCGIFDSTADDR
- SIOCGIFPHYS
- SIOCSIFMETRIC
- SIOCSIFMTU
- SIOCSIFFLAGS
Give
feedback of this article