Class UdpConfiguration
Provides settings for configuring an OSC communication channel over UDP.
public class UdpConfiguration : TransportConfiguration
- Inheritance
-
UdpConfiguration
- Inherited Members
Properties
Port
Gets or sets the local port number from which you intend to communicate.
public int Port { get; set; }
Property Value
RemoteHostName
Gets or sets the DNS name of the remote host to which you intend to send data.
public string RemoteHostName { get; set; }
Property Value
RemotePort
Gets or sets the port number on the remote host to which you intend to send data.
public int RemotePort { get; set; }