Enum MatrixCrossPointConnectionState
Represents the state of the crosspoint.
public enum MatrixCrossPointConnectionState
Fields
Connected = 0
The output port is connected with the input port.
Disconnected = 1
The output port is not connected with the input port.