fred-mod-eppd-2.20.2
|
Poll request parameters. More...
#include <epp_common.h>
Data Fields | |
unsigned long long | count |
Count of waiting messages. | |
char * | msgid |
ID of next message in a queue. | |
char * | qdate |
Date of message submission. | |
epp_pollType | type |
Type of poll message. | |
union { | |
char * handle | |
struct { | |
char * handle | |
char * date | |
char * clID | |
} hdt | |
Handle, date, registrator structure. | |
struct { | |
char * handle | |
char * date | |
} hd | |
Handle, date structure. | |
struct { | |
char * handle | |
qhead fqdns | |
qhead tests | |
} tc | |
Structure with results of technical tests. | |
struct { | |
char * zone | |
char * limit | |
char * credit | |
} lc | |
Low credit structure. | |
struct { | |
char * period_from | |
char * period_to | |
unsigned long long total_free_count | |
unsigned long long used_count | |
char * price | |
} rfi | |
Request fee info structure. | |
struct { | |
char * optrid | |
unsigned long long pollid | |
epps_info_contact old_data | |
epps_info_contact new_data | |
} upc | |
Update contact info. | |
struct { | |
char * optrid | |
unsigned long long pollid | |
epps_info_domain old_data | |
epps_info_domain new_data | |
} upd | |
Update domain info. | |
struct { | |
char * optrid | |
unsigned long long pollid | |
epps_info_nsset old_data | |
epps_info_nsset new_data | |
} upn | |
Update nsset info. | |
struct { | |
char * optrid | |
unsigned long long pollid | |
epps_info_keyset old_data | |
epps_info_keyset new_data | |
} upk | |
Update nsset info. | |
} | msg |
Message data. | |
Poll request parameters.