StatusReply

final case
class StatusReply(numUGens: Int, numSynths: Int, numGroups: Int, numDefs: Int, avgCPU: Float, peakCPU: Float, sampleRate: Double, actualSampleRate: Double) extends Message with Receive
trait Serializable
trait Product
trait Equals
trait Receive
class Message
trait Packet
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def toString(): String
Definition Classes
Message -> Any

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
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

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