IsatapClient is the class that handles the ISATAP client.
More...
IsatapClient is the class that handles the ISATAP client.
◆ getIsatapRouter()
ip IsatapClient::getIsatapRouter |
( |
| ) |
|
Returns the IP address of the ISATAP router.
- Returns
- ip, the IP address of the ISATAP router.
◆ getPrefix()
ip IsatapClient::getPrefix |
( |
| ) |
|
Returns the subnet prefix.
- Returns
- ip, the the subnet prefix.
◆ isEnabled()
bool IsatapClient::isEnabled |
( |
| ) |
|
Returns true if the ISATAP client is enabled, otherwise false.
- Returns
- bool, true if the ISATAP client is enabled, otherwise false.
◆ setEnabled()
void IsatapClient::setEnabled |
( |
bool |
| ) |
|
Enables or disables the ISATAP client.
- Parameters
-
flag,true | to enable the ISATAP client, false to disable it. |
◆ setIsatapRouter()
bool IsatapClient::setIsatapRouter |
( |
ip |
| ) |
|
Sets the ISATAP router IP address.
- Parameters
-
ip,the | IP address of the ISATAP router. |
- Returns
- bool, true if successful, otherwise false.
◆ setPrefix()
void IsatapClient::setPrefix |
( |
ip |
| ) |
|
Sets the subnet prefix.
- Parameters
-
The documentation for this class was generated from the following file: