OscTcpServer

trait OscTcpServer extends OscNode
Companion
object
trait OscNode
trait Control
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

type Repr[T <: Txn[T]] <: IControl[T]
Inherited from
Control

Value members

Abstract methods

def connected: Trig
def disconnected: Trig
def reply(p: Ex[OscPacket]): Act

Sends to the most recent sender

Sends to the most recent sender

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def codec: Ex[String]

Describes the OSC tags supported. Possible values: "1.0" (OSC specification 1.0), "1.1" (OSC specification 1.1), "1.0d" (OSC 1.0 plus double precision), "1.1d" (OSC 1.1 plus double precision). The codec is always applied bidirectionally for sending and receiving packets.

Describes the OSC tags supported. Possible values: "1.0" (OSC specification 1.0), "1.1" (OSC specification 1.1), "1.0d" (OSC 1.0 plus double precision), "1.1d" (OSC 1.1 plus double precision). The codec is always applied bidirectionally for sending and receiving packets.

Inherited from
OscNode
def codec_=(x: Ex[String]): Unit
Inherited from
OscNode
def dump: Ex[Int]

Possible values: 0 (off), 1 (text), 2 (hex), 3 (both). The dump mode affects both incoming and outgoing packets.

Possible values: 0 (off), 1 (text), 2 (hex), 3 (both). The dump mode affects both incoming and outgoing packets.

Inherited from
OscNode
def dump_=(x: Ex[Int]): Unit
Inherited from
OscNode
final
def expand[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): Repr[T]
Inherited from
Lazy
Inherited from
OscNode
protected
def mkRepr[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): Repr[T]
Inherited from
Lazy
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product
def received: Trig
Inherited from
OscNode
def select(name: Ex[String], args: CaseDef[_]*): Trig
Inherited from
OscNode
Inherited from
OscNode
Inherited from
OscNode
final
def token: AnyRef
Inherited from
Control

Inherited fields

@transient
final protected
val ref: Object
Inherited from
Lazy