GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
elpa_print_settings(3) FreeBSD Library Functions Manual elpa_print_settings(3)

elpa_print_settings - prints the setting of an elpa object

use elpa
class(elpa_t), pointer :: elpa

call elpa%print_settings (error)

With the definitions of the input and output variables:

class(elpa_t) elpa returns an instance of the ELPA object

integer, optinal error: An error return code

#include <elpa/elpa.h>
elpa_t handle;

void elpa_print_settings(elpa_t handle, int *error):

With the definitions of the input and output variables:

elpa_t handle: The handle to the ELPA object

int *error: the error return code

Prints all the settings of an ELPA object. The settings can be stored, or loaded with elpa_store_settings.3 or elpa_load_settings.3

elpa_store_setting(3) elpa_load_settings.(3)

Tue Nov 20 2018 ELPA

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.