struct Place::Router::Core::Settings::Connections::DeviceOutput

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.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(mod : String, idx : Int32, output : String | Int32, layer : String | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.parse?(raw : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(mod _mod = @mod, idx _idx = @idx, output _output = @output, layer _layer = @layer) #

[View source]
def idx : Int32 #

def layer : String | Nil #

def mod : String #

def output : String | Int32 #