ParCompMark::Network::IfConf Struct Reference

#include <PCMNetwork.h>

List of all members.


Detailed Description

Struct for network interfaces IP information.

Definition at line 91 of file PCMNetwork.h.


Public Types

typedef ParCompMark::Pointer<
IfConf, DummyLock
Pointer
 Smart pointer on this struct.

Public Attributes

std::string IP
 IP address of the network card.
std::string Netmask
 Netmask of the network card.
std::string BroadcastIP
 Broacast IP of the network card.

Member Typedef Documentation

Smart pointer on this struct.

Definition at line 101 of file PCMNetwork.h.


Member Data Documentation

Broacast IP of the network card.

Definition at line 99 of file PCMNetwork.h.

IP address of the network card.

Definition at line 95 of file PCMNetwork.h.

Netmask of the network card.

Definition at line 97 of file PCMNetwork.h.


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