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

Test() public method

public Test ( int value ) : void
value int
return void
        public void Test(int value)
        {
            this.oscClient.Send("/test", value.ToString());
        }