libepp_nicbr
|
#include <AsnCheckCmd.H>
Public Member Functions | |
AsnCheckCmd (bool reset=true) | |
Default constructor. | |
void | add_asn (const int asn) |
Sets asn. More... | |
list< int > | get_asn_list () const |
Returns asn. More... | |
void | reset () |
![]() | |
Command (bool reset=true) | |
Default constructor. | |
void | reset () |
Reset object attributes. More... | |
virtual | ~Command () |
virtual destructor | |
void | set_clTRID (const string &clTRID) |
Sets clTRID. More... | |
string | get_clTRID () const |
Returns clTRID. More... | |
Protected Attributes | |
list< int > | _asn_list |
autonomous system number | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP AsnCheck Class.
|
inline |
Sets asn.
asn | autonomous system number |
References _asn_list.
Referenced by cmd_asn_check().
|
inline |