#include <os.h>
This structure declares Symbian OS specific parameters that can be specified when calling pj_symbianos_set_params().
◆ rconnection
void* pj_symbianos_params::rconnection |
Optional RConnection instance to be used by PJLIB when creating sockets. If this value is NULL, no RConnection will be specified when creating sockets.
◆ rhostresolver
void* pj_symbianos_params::rhostresolver |
Optional RHostResolver instance to be used by PJLIB. If this value is NULL, a new RHostResolver instance will be created when pj_init() is called.
◆ rhostresolver6
void* pj_symbianos_params::rhostresolver6 |
Optional RHostResolver for IPv6 instance to be used by PJLIB. If this value is NULL, a new RHostResolver instance will be created when pj_init() is called.
◆ rsocketserv
void* pj_symbianos_params::rsocketserv |
Optional RSocketServ instance to be used by PJLIB. If this value is NULL, PJLIB will create a new RSocketServ instance when pj_init() is called.
The documentation for this struct was generated from the following file: