#include <nifman.h>
const TInt | KDefaultNifSlots |
Client side classes async message for progress notifier
Deprecated7.0s - replaced with RConnection API
const TUint | KCOLInterface |
const TUint | KCOLAgent |
const TUint | KConnDisableTimers |
const TUint | KConnAddrRelease |
const TUint | KConnAddrRenew |
RConnection conn; TRequestStatus stat; //Start a connection ..... ..... //Option1: Initiate a Renew request. conn.Ioctl(KCOLConfiguration, KConnAddrRenew, stat); //Option2: Initiate a Renew request with a user defined timeout TInt secValue(2); //Eg timeout set to 2secs TPckg<TInt> val(secValue); conn.Ioctl(KCOLConfiguration, KConnAddrRenew, stat,&val);
const TUint | KConnGetDhcpHdrSname |
This constant is used to retrieve the DHCP Header Sname which is the host name of the next available server. This is sometimes overloaded to carry option value 66 which is the TftpServerName.
See also: RConnection::Ioctl()
const TUint | KConnGetDhcpHdrSiaddr |
This constant is used to retrieve the DHCP Header Siaddr which is the IPAddress of the next available server.
See also: RConnection::Ioctl()
const TUint | KConnGetTftpServerName |
This constant is used to retrieve the DHCP Option 66, Tftp Server Name.
See also: RConnection::Ioctl()
const TUint | KConnGetTftpServerAddr |
This constant is used to retrieve the DHCP Option 150, Tftp Server Address.
See also: RConnection::Ioctl()
const TUint | KConnDhcpGetMultipleParams |
This constant is used to retrieve multiple opcode data in a raw format.
See also: RConnection::Ioctl()
const TUint | KConnDhcpSetHwAddressParams |
This constant is used to provision hardware address in the DHCP server. This enables DHCP server to assign the only available IP address in its pool to the authorised hardware address as configured by the application.
See also: RConnection::Ioctl()