Animatroller.Framework.Expander.Raspberry.Raspberry C# (CSharp) Method

Raspberry() public method

public Raspberry ( [ name = "" ) : System
name [
return System
        public Raspberry([System.Runtime.CompilerServices.CallerMemberName] string name = "")
        {
            Initialize(
                hostEntry: Executor.Current.GetSetKey(this, name + ".hostEntry", "127.0.0.1:5005"),
                listenPort: Executor.Current.GetSetKey(this, name + ".listenPort", 3333));
        }

Same methods

Raspberry::Raspberry ( string hostEntry, int listenPort ) : System