当前位置: 首页>>代码示例>>Python>>正文


Python TypeConvert.py2_dbus_uint32方法代码示例

本文整理汇总了Python中nmlib.nm_utils.TypeConvert.py2_dbus_uint32方法的典型用法代码示例。如果您正苦于以下问题:Python TypeConvert.py2_dbus_uint32方法的具体用法?Python TypeConvert.py2_dbus_uint32怎么用?Python TypeConvert.py2_dbus_uint32使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在nmlib.nm_utils.TypeConvert的用法示例。


在下文中一共展示了TypeConvert.py2_dbus_uint32方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。

示例1: bits

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def bits(self, new_bits):
     self.prop_dict["bits"] = TypeConvert.py2_dbus_uint32(new_bits)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_serial.py

示例2: stopbits

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def stopbits(self, new_stopbits):
     self.prop_dict["stopbits"] = TypeConvert.py2_dbus_uint32(new_stopbits)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_serial.py

示例3: tx_power

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def tx_power(self,new_tx_power):
     self.prop_dict["tx-power"] = TypeConvert.py2_dbus_uint32(new_tx_power)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_wireless.py

示例4: channel

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def channel(self,new_channel):
     self.prop_dict["channel"] = TypeConvert.py2_dbus_uint32(new_channel)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_wireless.py

示例5: allowed_bands

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def allowed_bands(self, new_allowed_bands):
     self.prop_dict["allowed-bands"] = TypeConvert.py2_dbus_uint32(new_allowed_bands)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_gsm.py

示例6: rate

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def rate(self, new_rate):
     self.prop_dict["rate"] = TypeConvert.py2_dbus_uint32(new_rate)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_wireless.py

示例7: wep_tx_keyidx

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def wep_tx_keyidx(self, new_wep_tx_keyidx):
     self.prop_dict["wep-tx-keyidx"] = TypeConvert.py2_dbus_uint32(new_wep_tx_keyidx)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_wireless_security.py

示例8: lcp_echo_failure

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def lcp_echo_failure(self, new_lcp_echo_failure):
     self.prop_dict["lcp-echo-failure"] = TypeConvert.py2_dbus_uint32(new_lcp_echo_failure)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_ppp.py

示例9: psk_flags

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def psk_flags(self, new_psk_flags):
     self.prop_dict["psk-flags"] = TypeConvert.py2_dbus_uint32(new_psk_flags)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_wireless_security.py

示例10: leap_password_flags

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def leap_password_flags(self, new_leap_password_flags):
     self.prop_dict["leap-password-flags"] = TypeConvert.py2_dbus_uint32(new_leap_password_flags)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_wireless_security.py

示例11: speed

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def speed(self, new_speed):
     self.prop_dict["speed"] = TypeConvert.py2_dbus_uint32(new_speed)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_wired.py

示例12: phase2_private_key_password_flags

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def phase2_private_key_password_flags(self, new_phase2_private_key_password_flags):
     self.prop_dict["phase2-private-key-password-flags"] = TypeConvert.py2_dbus_uint32(new_phase2_private_key_password_flags)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_802_1x.py

示例13: password_raw_flags

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def password_raw_flags(self, new_password_raw_flags):
     self.prop_dict["password-raw-flags"] = TypeConvert.py2_dbus_uint32(new_password_raw_flags)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_802_1x.py

示例14: baud

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def baud(self, new_baud):
     self.prop_dict["baud"] = TypeConvert.py2_dbus_uint32(new_baud)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_ppp.py

示例15: wep_key_flags

# 需要导入模块: from nmlib.nm_utils import TypeConvert [as 别名]
# 或者: from nmlib.nm_utils.TypeConvert import py2_dbus_uint32 [as 别名]
 def wep_key_flags(self, new_wep_key_flags):
     self.prop_dict["wep-key-flags"] = TypeConvert.py2_dbus_uint32(new_wep_key_flags)
开发者ID:electricface,项目名称:deepin-system-settings,代码行数:4,代码来源:nmsetting_wireless_security.py


注:本文中的nmlib.nm_utils.TypeConvert.py2_dbus_uint32方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。