Table of Contents

Class CreateTcpClient

Namespace
Bonsai.Osc
Assembly
Bonsai.Osc.dll

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

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

Constructors

CreateTcpClient()

Initializes a new instance of the CreateTcpClient class.

public CreateTcpClient()

Properties

HostName

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

public string HostName { get; set; }

Property Value

string

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 number of the remote host to which you intend to connect.

public int Port { get; set; }

Property Value

int