fred-mod-eppd-2.14.1
Data Fields
epp_discl Struct Reference

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 email
 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.

Detailed Description

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.


Field Documentation

unsigned char epp_discl::addr
unsigned char epp_discl::email
unsigned char epp_discl::fax

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
unsigned char epp_discl::name
unsigned char epp_discl::notifyEmail
unsigned char epp_discl::org
unsigned char epp_discl::vat
unsigned char epp_discl::voice

The documentation for this struct was generated from the following file: