本文整理汇总了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)
示例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)
示例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)
示例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)
示例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)
示例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)
示例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)
示例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)
示例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)
示例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)
示例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)
示例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)
示例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)
示例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)
示例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)