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