コード例 #1
0
    def __init__(self, tc_conf, global_conf, ts_conf, factory=None):
        WifiDirectBase.__init__(self, tc_conf, global_conf, ts_conf, factory)

        self._peer_device = None
        self._cnx_timeout = 0
        self._go_intent = 8
        self._force_freq = 0
        self._regulatory_domain = None
        self._pin = ""
コード例 #2
0
 def __init__(self, tc_conf, global_conf, ts_conf, factory=None):
     WifiDirectBase.__init__(self, tc_conf, global_conf, ts_conf, factory)
コード例 #3
0
    def __init__(self, tc_conf, global_conf, ts_conf, factory=None):
        WifiDirectBase.__init__(self, tc_conf, global_conf, ts_conf, factory)

        self._accept_connection = 0
        self._regulatory_domain = None