struct Place::Router::Core::Settings::Connections::DeviceOutput
- Place::Router::Core::Settings::Connections::DeviceOutput
- Struct
- Value
- Object
Overview
Reference to a specific output on a device that has multiple outputs.
This is a concatenation of the Device
reference a .
and the output.
For example, output 3 of Switcher_1 is "Switcher_1.3"
.
Extended Modules
Defined in:
place/router/settings.crConstructors
- .new(mod : String, idx : Int32, output : String | Int32, layer : String | Nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #clone
- #copy_with(mod _mod = @mod, idx _idx = @idx, output _output = @output, layer _layer = @layer)
- #idx : Int32
- #layer : String | Nil
- #mod : String
- #output : String | Int32
Constructor Detail
def self.new(mod : String, idx : Int32, output : String | Int32, layer : String | Nil)
#
Class Method Detail
Instance Method Detail
def copy_with(mod _mod = @mod, idx _idx = @idx, output _output = @output, layer _layer = @layer)
#