NetworkManager::PppSetting Class
class NetworkManager::PppSettingRepresents ppp setting. More...
Header: | #include <NetworkManagerQt/PppSetting> |
CMake: | find_package(KF6 REQUIRED COMPONENTS NetworkManagerQt) target_link_libraries(mytarget PRIVATE KF6::NetworkManagerQt) |
Inherits: | NetworkManager::Setting |
Public Types
Public Functions
PppSetting() | |
PppSetting(const NetworkManager::PppSetting::Ptr &other) | |
quint32 | baud() const |
bool | cRtsCts() const |
quint32 | lcpEchoFailure() const |
quint32 | lcpEchoInterval() const |
bool | mppeStateful() const |
quint32 | mru() const |
quint32 | mtu() const |
bool | noAuth() const |
bool | noBsdComp() const |
bool | noDeflate() const |
bool | noVjComp() const |
bool | refuseChap() const |
bool | refuseEap() const |
bool | refuseMschap() const |
bool | refuseMschapv2() const |
bool | refusePap() const |
bool | requireMppe128() const |
bool | requireMppe() const |
void | setBaud(quint32 baud) |
void | setCRtsCts(bool control) |
void | setLcpEchoFailure(quint32 number) |
void | setLcpEchoInterval(quint32 interval) |
void | setMppeStateful(bool used) |
void | setMru(quint32 mru) |
void | setMtu(quint32 mtu) |
void | setNoAuth(bool require) |
void | setNoBsdComp(bool require) |
void | setNoDeflate(bool require) |
void | setNoVjComp(bool require) |
void | setRefuseChap(bool refuse) |
void | setRefuseEap(bool refuse) |
void | setRefuseMschap(bool refuse) |
void | setRefuseMschapv2(bool refuse) |
void | setRefusePap(bool refuse) |
void | setRequireMppe128(bool require) |
void | setRequireMppe(bool require) |
Detailed Description
Member Type Documentation
PppSetting::List
PppSetting::Ptr
Member Function Documentation
PppSetting::PppSetting()
[explicit]
PppSetting::PppSetting(const NetworkManager::PppSetting::Ptr &other)
quint32 PppSetting::baud() const
See also setBaud().
bool PppSetting::cRtsCts() const
See also setCRtsCts().
quint32 PppSetting::lcpEchoFailure() const
See also setLcpEchoFailure().
quint32 PppSetting::lcpEchoInterval() const
See also setLcpEchoInterval().
bool PppSetting::mppeStateful() const
See also setMppeStateful().
quint32 PppSetting::mru() const
See also setMru().
quint32 PppSetting::mtu() const
See also setMtu().
bool PppSetting::noAuth() const
See also setNoAuth().
bool PppSetting::noBsdComp() const
See also setNoBsdComp().
bool PppSetting::noDeflate() const
See also setNoDeflate().
bool PppSetting::noVjComp() const
See also setNoVjComp().
bool PppSetting::refuseChap() const
See also setRefuseChap().
bool PppSetting::refuseEap() const
See also setRefuseEap().
bool PppSetting::refuseMschap() const
See also setRefuseMschap().
bool PppSetting::refuseMschapv2() const
See also setRefuseMschapv2().
bool PppSetting::refusePap() const
See also setRefusePap().
bool PppSetting::requireMppe128() const
See also setRequireMppe128().
bool PppSetting::requireMppe() const
See also setRequireMppe().
void PppSetting::setBaud(quint32 baud)
See also baud().
void PppSetting::setCRtsCts(bool control)
See also cRtsCts().
void PppSetting::setLcpEchoFailure(quint32 number)
See also lcpEchoFailure().
void PppSetting::setLcpEchoInterval(quint32 interval)
See also lcpEchoInterval().
void PppSetting::setMppeStateful(bool used)
See also mppeStateful().
void PppSetting::setMru(quint32 mru)
See also mru().
void PppSetting::setMtu(quint32 mtu)
See also mtu().
void PppSetting::setNoAuth(bool require)
See also noAuth().
void PppSetting::setNoBsdComp(bool require)
See also noBsdComp().
void PppSetting::setNoDeflate(bool require)
See also noDeflate().
void PppSetting::setNoVjComp(bool require)
See also noVjComp().
void PppSetting::setRefuseChap(bool refuse)
See also refuseChap().
void PppSetting::setRefuseEap(bool refuse)
See also refuseEap().
void PppSetting::setRefuseMschap(bool refuse)
See also refuseMschap().
void PppSetting::setRefuseMschapv2(bool refuse)
See also refuseMschapv2().
void PppSetting::setRefusePap(bool refuse)
See also refusePap().
void PppSetting::setRequireMppe128(bool require)
See also requireMppe128().
void PppSetting::setRequireMppe(bool require)
See also requireMppe().