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.

RemoteHostName

Gets or sets the DNS name of the remote host to which you intend to send data.

RemotePort

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