OSC.NET.OSCTransmitter.OSCTransmitter C# (CSharp) Méthode

OSCTransmitter() public méthode

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