Document API IEC60730 Library
Public Member Functions | List of all members
util.TelnetDeviceUtil Class Reference

Public Member Functions

def __init__ (self, logService=None)
 
def log (self, msg, hide=None)
 
def open_device_connection (self, hostName, hostPort=None, timeout=30, hide=None)
 
def close_device_connection (self, hide=None)
 
def leave_nwk_and_reset_device (self, hide=None)
 
def reset_device (self, hide=None)
 
def clear_binding_table (self, hide=None)
 
def device_read_until (self, expectStr, timeout)
 
def device_send (self, cmd, timeout=None, hide=None)
 
def device_send_expect (self, cmd, expectStr, timeout=None, hide=None)
 
def device_send_no_socket_ret (self, cmd, timeout=None, hide=None)
 
- Public Member Functions inherited from util.TelnetHostUtil
def open_host_connection (self, hostName=None, hostPort=None, timeout=None, hide=None)
 
def host_send_expect (self, cmd, expectStr, timeout=None, hide=None)
 
def host_send (self, cmd, timeout=None, hide=None)
 
def write_log (self, msg, hide=None, logAsResult=None)
 
def close_host_connection (self, hide=None)
 Helper methods.
 
def is_host_connected (self)
 

The documentation for this class was generated from the following file: