struct Extron::SIS::Tie

Overview

Struct for representing a matrix signal path.

Defined in:

extron/sis.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(input : Input, output : Output, layer : MatrixLayer) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(input _input = @input, output _output = @output, layer _layer = @layer) #

[View source]
def input : Input #

def layer : MatrixLayer #

def output : Output #