OSC.NET.OSCTransmitter.OSCTransmitter C# (CSharp) Method

OSCTransmitter() public method

public OSCTransmitter ( string remoteHost, int remotePort ) : System
remoteHost string
remotePort int
return System
        public OSCTransmitter(string remoteHost, int remotePort)
        {
            this.remoteHost = remoteHost;
            this.remotePort = remotePort;
            Connect();
        }