Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
IsatapClient Class Reference

IsatapClient is the class that handles the ISATAP client. More...

Inheritance diagram for IsatapClient:
Process

Public Member Functions

bool setIsatapRouter (ip)
 Sets the ISATAP router IP address. More...
 
ip getIsatapRouter ()
 Returns the IP address of the ISATAP router. More...
 
ip getPrefix ()
 Returns the subnet prefix. More...
 
void setPrefix (ip)
 Sets the subnet prefix. More...
 
bool isEnabled ()
 Returns true if the ISATAP client is enabled, otherwise false. More...
 
void setEnabled (bool)
 Enables or disables the ISATAP client. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

IsatapClient is the class that handles the ISATAP client.

Member Function Documentation

◆ 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,trueto enable the ISATAP client, false to disable it.

◆ setIsatapRouter()

bool IsatapClient::setIsatapRouter ( ip  )

Sets the ISATAP router IP address.

Parameters
ip,theIP address of the ISATAP router.
Returns
bool, true if successful, otherwise false.

◆ setPrefix()

void IsatapClient::setPrefix ( ip  )

Sets the subnet prefix.

Parameters
ip,thesubnet prefix.

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