fred-mod-eppd-2.14.1
|
Poll request parameters. More...
#include <epp_common.h>
Data Fields | |
unsigned long long | count |
Count of waiting messages. More... | |
char * | msgid |
ID of next message in a queue. More... | |
char * | qdate |
Date of message submission. More... | |
epp_pollType | type |
Type of poll message. More... | |
union { | |
char * handle | |
struct { | |
char * handle | |
char * date | |
char * clID | |
} hdt | |
Handle, date, registrator structure. More... | |
struct { | |
char * handle | |
char * date | |
} hd | |
Handle, date structure. More... | |
struct { | |
char * handle | |
qhead fqdns | |
qhead tests | |
} tc | |
Structure with results of technical tests. More... | |
struct { | |
char * zone | |
char * limit | |
char * credit | |
} lc | |
Low credit structure. More... | |
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_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. More... | |
Poll request parameters.
unsigned long long epps_poll_req::count |
Count of waiting messages.
Referenced by epp_call_poll_req(), and epp_gen_response().
struct { ... } epps_poll_req::hd |
Handle, date structure.
Referenced by epp_call_poll_req(), and gen_poll_message().
struct { ... } epps_poll_req::hdt |
Handle, date, registrator structure.
Referenced by epp_call_poll_req(), and gen_poll_message().
struct { ... } epps_poll_req::lc |
Low credit structure.
Referenced by epp_call_poll_req(), and gen_poll_message().
union { ... } epps_poll_req::msg |
Message data.
Referenced by epp_call_poll_req(), and gen_poll_message().
char* epps_poll_req::msgid |
ID of next message in a queue.
Referenced by epp_call_poll_req(), and epp_gen_response().
char* epps_poll_req::qdate |
Date of message submission.
Referenced by epp_call_poll_req(), and epp_gen_response().
struct { ... } epps_poll_req::tc |
Structure with results of technical tests.
Referenced by epp_call_poll_req(), and gen_poll_message().
epp_pollType epps_poll_req::type |
Type of poll message.
Referenced by epp_call_poll_req(), and gen_poll_message().