fred-mod-eppd-2.11.0
|
Disclose information of contact. More...
#include <epp_common.h>
Data Fields | |
char | flag |
Value 1 means following items are exception to server policy, which is assumed to be private (hide all items). | |
unsigned char | name |
Contact's name is exceptional. | |
unsigned char | org |
Contact's organization is exceptional. | |
unsigned char | addr |
Contact's address is exceptional. | |
unsigned char | voice |
Contact's voice (tel. | |
unsigned char | fax |
Contact's fax number is exceptional. | |
unsigned char | |
Contact's email address is exceptional. | |
unsigned char | vat |
Contact's VAT is exceptional. | |
unsigned char | ident |
Contact's ident is exceptional. | |
unsigned char | notifyEmail |
Contact's notification emai is exceptional. |
Disclose information of contact.
All items except flag inside are treated as booleans. Value 1 means it is an exception to data collection policy. Flag represents the default server policy. Example: if server data collection policy is "public" (flag == 0) then value 1 in this structure means the item should be hidden.
unsigned char epp_discl::addr |
Contact's address is exceptional.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
unsigned char epp_discl::email |
Contact's email address is exceptional.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
unsigned char epp_discl::fax |
Contact's fax number is exceptional.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
char epp_discl::flag |
Value 1 means following items are exception to server policy, which is assumed to be private (hide all items).
Value 0 means following items are exception to server policy, which is assumed to be public (show all items). And value -1 means there are not elements that require exceptional behaviour.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
unsigned char epp_discl::ident |
Contact's ident is exceptional.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
unsigned char epp_discl::name |
Contact's name is exceptional.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
unsigned char epp_discl::notifyEmail |
Contact's notification emai is exceptional.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
unsigned char epp_discl::org |
Contact's organization is exceptional.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
unsigned char epp_discl::vat |
Contact's VAT is exceptional.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().
unsigned char epp_discl::voice |
Contact's voice (tel.
num.) is exceptional.
Referenced by epp_call_create_contact(), epp_call_info_contact(), epp_call_update_contact(), gen_info_contact(), parse_create_contact(), and parse_update_contact().