Public Member Functions | |
def | __init__ (self, sn, dev) |
def | enabled (self) |
def | handle (self) |
def | name (self) |
def | physical_port (self) |
def | port (self) |
def | product_line (self) |
def | serial_number (self) |
def | usb_location (self) |
Private Attributes | |
_dev | |
_name | |
_physical_port | |
_port | |
_product_line | |
_removed | |
_sn | |
_usb_location | |
Definition at line 41 of file devices.py.
def rspy.devices.Device.__init__ | ( | self, | |
sn, | |||
dev | |||
) |
Definition at line 42 of file devices.py.
def rspy.devices.Device.enabled | ( | self | ) |
Definition at line 92 of file devices.py.
def rspy.devices.Device.handle | ( | self | ) |
Definition at line 88 of file devices.py.
def rspy.devices.Device.name | ( | self | ) |
Definition at line 68 of file devices.py.
def rspy.devices.Device.physical_port | ( | self | ) |
Definition at line 76 of file devices.py.
def rspy.devices.Device.port | ( | self | ) |
Definition at line 84 of file devices.py.
def rspy.devices.Device.product_line | ( | self | ) |
Definition at line 72 of file devices.py.
def rspy.devices.Device.serial_number | ( | self | ) |
Definition at line 64 of file devices.py.
def rspy.devices.Device.usb_location | ( | self | ) |
Definition at line 80 of file devices.py.
|
private |
Definition at line 44 of file devices.py.
|
private |
Definition at line 45 of file devices.py.
|
private |
Definition at line 51 of file devices.py.
|
private |
Definition at line 53 of file devices.py.
|
private |
Definition at line 48 of file devices.py.
|
private |
Definition at line 61 of file devices.py.
|
private |
Definition at line 43 of file devices.py.
|
private |
Definition at line 52 of file devices.py.