Inherits Object.
Describes the address of UDP reflectors.
Public Fields | |
int64 | id_ |
Reflector identifier. | |
string | ip_ |
IPv4 reflector address. | |
string | ipv6_ |
IPv6 reflector address. | |
int32 | port_ |
Reflector port number. | |
bytes | peer_tag_ |
Connection peer tag. | |
Public Instance Methods | |
callConnection () | |
callConnection (int64 id_, string const &ip_, string const &ipv6_, int32 port_, bytes const &peer_tag_) | |
std::int32_t | get_id () const final |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 1318542714 |
Identifier uniquely determining a type of the object. | |
callConnection | ( | ) |
Describes the address of UDP reflectors.
callConnection | ( | int64 | id_, |
string const & | ip_, | ||
string const & | ipv6_, | ||
int32 | port_, | ||
bytes const & | peer_tag_ | ||
) |
Describes the address of UDP reflectors.
[in] | id_ | Reflector identifier. |
[in] | ip_ | IPv4 reflector address. |
[in] | ipv6_ | IPv6 reflector address. |
[in] | port_ | Reflector port number. |
[in] | peer_tag_ | Connection peer tag. |
|
inlinefinalvirtual |
|
finalvirtual |