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

#include <TelepathyQt/Types>

Public Attributes

QString address
 
ushort port
 

Detailed Description

Structure type generated from the specification.

An IPv4 address and port.

Member Data Documentation

◆ address

QString Tp::SocketAddressIPv4::address

A dotted-quad IPv4 address literal: four ASCII decimal numbers, each between 0 and 255 inclusive, e.g. "192.168.0.1".

◆ port

ushort Tp::SocketAddressIPv4::port

The TCP or UDP port number.