Table of Contents

Class CreateTcpServer

Namespace
Bonsai.Osc
Assembly
Bonsai.Osc.dll

Represents an operator that creates an OSC communication server over TCP.

public class CreateTcpServer : CreateTransport, INamedElement
Inheritance
CreateTcpServer
Implements
Inherited Members

Constructors

CreateTcpServer()

Initializes a new instance of the CreateTcpServer class.

public CreateTcpServer()

Properties

AllowNatTraversal

Gets or sets a value that enables or disables Network Address Translation (NAT) traversal on the TCP server.

public bool AllowNatTraversal { get; set; }

Property Value

bool

NoDelay

Gets or sets a value that disables a delay when send or receive buffers are not full.

public bool NoDelay { get; set; }

Property Value

bool

Port

Gets or sets the port on which to listen for incoming connection attempts.

public int Port { get; set; }

Property Value

int