![]() |
gxPL
1.0
Tools, Application and Framework for xPL
|
gxPLSetting is used to pass settings to top-level classes. This class can be instantiated directly or through the parameters of the command line.
Functions | |
gxPLSetting * | gxPLSettingFromCommandArgs (int argc, char *argv[], gxPLConnectType type) |
Returns a new gxPLApplication setting from command line parameters. More... | |
gxPLSetting * | gxPLSettingNew (const char *iface, const char *iolayer, gxPLConnectType type) |
Returns a new gxPLApplication setting from parameters. More... | |
gxPLSetting* gxPLSettingFromCommandArgs | ( | int | argc, |
char * | argv[], | ||
gxPLConnectType | type | ||
) |
Returns a new gxPLApplication setting from command line parameters.
This will parse the passed command array for options and parameters It supports the following options:
argc | number of parameters from main |
argv | list of parameters from main |
type | network connection type |
gxPLSetting* gxPLSettingNew | ( | const char * | iface, |
const char * | iolayer, | ||
gxPLConnectType | type | ||
) |
Returns a new gxPLApplication setting from parameters.
iface | network interface name o, the system |
iolayer | network access layer name |
type | network connection type |