Table of Contents

Class UdpConfiguration

Namespace
Bonsai.Osc.Net
Assembly
Bonsai.Osc.dll

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

int

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

string

RemotePort

Gets or sets the port number on the remote host to which you intend to send data.

public int RemotePort { get; set; }

Property Value

int