fred-mod-eppd-2.14.2
Data Fields
epps_poll_req Struct Reference

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

Detailed Description

Poll request parameters.


Field Documentation

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().

ID of next message in a queue.

Referenced by epp_call_poll_req(), and epp_gen_response().

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().

Type of poll message.

Referenced by epp_call_poll_req(), and gen_poll_message().


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