Public Member Functions | |
| NetworkRoute (const String &pTargetIP, const String &pNetmaskIP, const String &pGatewayIP, const String &pNetworkDevice, int iMetric=0) | |
| ~NetworkRoute () | |
| String | GetTarget () const |
| String | GetNetmask () const |
| String | GetGateway () const |
| String | GetNetworkDevice () const |
| int | GetMetric () const |
| NetworkRoute::NetworkRoute | ( | const String & | pTargetIP, | |
| const String & | pNetmaskIP, | |||
| const String & | pGatewayIP, | |||
| const String & | pNetworkDevice, | |||
| int | iMetric = 0 | |||
| ) |
| NetworkRoute::~NetworkRoute | ( | ) |
| String SkyGI::NetworkRoute::GetTarget | ( | ) | const [inline] |
| String SkyGI::NetworkRoute::GetNetmask | ( | ) | const [inline] |
| String SkyGI::NetworkRoute::GetGateway | ( | ) | const [inline] |
| String SkyGI::NetworkRoute::GetNetworkDevice | ( | ) | const [inline] |
| int SkyGI::NetworkRoute::GetMetric | ( | ) | const [inline] |
1.5.1-p1