OSC.NET.OSCTransmitter.OSCTransmitter C# (CSharp) 메소드

OSCTransmitter() 공개 메소드

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