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.

Properties

HostName

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

NoDelay

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

Port

Gets or sets the port number of the remote host to which you intend to connect.