ParCompMark::Network::IfConf Struct Reference
#include <PCMNetwork.h>
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
Member Data Documentation
std::string ParCompMark::Network::IfConf::BroadcastIP |
std::string ParCompMark::Network::IfConf::IP |
std::string ParCompMark::Network::IfConf::Netmask |
The documentation for this struct was generated from the following file: