
Public Member Functions | |
| def | __init__ |
| def | add |
| def | findItem |
| def | fromDict |
| def | getName |
| def | getPort |
| def | printDetails |
| def | saveToFile |
| def | showDetails |
| def | toDict |
Public Attributes | |
| mainPorts | |
| name | |
| pubHz | |
| switchPorts | |
Static Public Attributes | |
| int | switchCount = 0 |
Private Attributes | |
| _isValid | |
| _name | |
| _port | |
| _pubHz | |
| def BAL.Devices.Switch.Switch.__init__ | ( | self, | |
| frame, | |||
| data, | |||
| switchPorts | |||
| ) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
| def BAL.Devices.Switch.Switch.add | ( | self | ) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
| def BAL.Devices.Switch.Switch.findItem | ( | self | ) |
| def BAL.Devices.Switch.Switch.fromDict | ( | self, | |
| data | |||
| ) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
| def BAL.Devices.Switch.Switch.getName | ( | self | ) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
| def BAL.Devices.Switch.Switch.getPort | ( | self | ) |
| def BAL.Devices.Switch.Switch.printDetails | ( | self | ) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
| def BAL.Devices.Switch.Switch.saveToFile | ( | self, | |
| file | |||
| ) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
| def BAL.Devices.Switch.Switch.showDetails | ( | self, | |
items = None |
|||
| ) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
| def BAL.Devices.Switch.Switch.toDict | ( | self | ) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
BAL::Devices::Switch.Switch::_isValid [private] |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
BAL::Devices::Switch.Switch::_name [private] |
BAL::Devices::Switch.Switch::_port [private] |
BAL::Devices::Switch.Switch::_pubHz [private] |
int BAL::Devices::Switch.Switch::switchCount = 0 [static] |