TwiceAsNice
2019-02-18
|
Public Member Functions | |
def | __init__ (self, deviceName, portIndex) |
def | getState (self) |
def | getDescription (self) |
def | __init__ (self, deviceName, portIndex) |
def | getState (self) |
def | getDescription (self) |
Public Attributes | |
deviceName_ | |
portIndex_ | |
Additional Inherited Members | |
![]() | |
string | PROPERTY_DESCRIPTION = "DESCRIPTION" |
This class represents an input port.
def io_switch.InputPort.__init__ | ( | self, | |
deviceName, | |||
portIndex | |||
) |
Constructs an InputPort. @param deviceName the node name of the input port. @param portIndex the index of the port
def io_switch.InputPort.__init__ | ( | self, | |
deviceName, | |||
portIndex | |||
) |
Constructs an InputPort. @param deviceName the node name of the input port. @param portIndex the index of the port
def io_switch.InputPort.getDescription | ( | self | ) |
def io_switch.InputPort.getDescription | ( | self | ) |
def io_switch.InputPort.getState | ( | self | ) |
Gets the state. @return the state of the input port (element of PORT_STATES)
def io_switch.InputPort.getState | ( | self | ) |
Gets the state. @return the state of the input port (element of PORT_STATES)
io_switch.InputPort.deviceName_ |
io_switch.InputPort.portIndex_ |