DumpOSC

final case class DumpOSC(mode: Dump) extends Message with SyncCmd

The /dumpOSC message that selects how the server reports incoming OSC packets.

The /dumpOSC message that selects how the server reports incoming OSC packets.

Note: The OSC dump behavior of scsynth has long time been broken. It is recommended to use client-side only reporting, provided by the dumpOSC method of the Server class.

See also
trait Serializable
trait Product
trait Equals
trait SyncCmd
trait SyncSend
trait Send
class Message
trait Packet
class Object
trait Matchable
class Any

Value members

Inherited methods

def encode(c: PacketCodec, b: ByteBuffer): Unit
Inherited from
Message
def encodedSize(c: PacketCodec): Int
Inherited from
Message
override def equals(other: Any): Boolean
Definition Classes
Message -> Any
Inherited from
Message
override def hashCode(): Int
Definition Classes
Message -> Any
Inherited from
Message
final def isSynchronous: Boolean
Inherited from
SyncSend
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override def toString: String
Definition Classes
Message -> Any
Inherited from
Message

Inherited fields

val args: Any*
Inherited from
Message
val name: String
Inherited from
Message