VtpProcess handles and manipulates the VTP process.
More...
VtpProcess handles and manipulates the VTP process.
◆ getConfigRevision()
| int VtpProcess::getConfigRevision |
( |
| ) |
|
Returns the configuration revision number.
- Returns
- int, the configuration revision number.
◆ getDomainName()
| string VtpProcess::getDomainName |
( |
| ) |
|
Returns the VTP domain name.
- Returns
- string, the domain name.
◆ getMode()
| VtpMode VtpProcess::getMode |
( |
| ) |
|
Returns the VTP mode.
- Returns
- enum<VtpMode>, the VTP mode. VTP modes: eVtpServer = 0, eVtpClient = 1, eVtpTransparent = 2
◆ getPassword()
| string VtpProcess::getPassword |
( |
| ) |
|
Returns the VTP password.
- Parameters
-
◆ getVersion()
| byte VtpProcess::getVersion |
( |
| ) |
|
Returns the VTP version.
- Returns
- byte, the VTP version.
◆ setDomainName()
| void VtpProcess::setDomainName |
( |
string |
| ) |
|
Sets the VTP domain name.
- Parameters
-
| domainName,the | domain name. |
◆ setMode()
| void VtpProcess::setMode |
( |
VtpMode |
| ) |
|
Sets the VTP mode.
- Parameters
-
| type,the | VTP mode. VTP modes: eVtpServer = 0, eVtpClient = 1, eVtpTransparent = 2 |
◆ setPassword()
| void VtpProcess::setPassword |
( |
string |
| ) |
|
Sets the VTP password.
- Parameters
-
◆ setVersion()
| void VtpProcess::setVersion |
( |
byte |
| ) |
|
Sets the VTP version.
- Parameters
-
The documentation for this class was generated from the following file: