Home · Modules · All Classes · All Namespaces
Public Attributes | List of all members
Tp::SocketAddressIPv6 Struct Reference

#include <TelepathyQt/Types>

Public Attributes

QString address
 
ushort port
 

Detailed Description

Structure type generated from the specification.

An IPv6 address and port.

Member Data Documentation

◆ address

QString Tp::SocketAddressIPv6::address

An IPv6 address literal as specified by RFC2373 section 2.2, e.g. "2001:DB8::8:800:200C:4171".

◆ port

ushort Tp::SocketAddressIPv6::port

The TCP or UDP port number.