Packages

final case class Pong(typeCode: Unsigned16) extends Payload.Base[Pong] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Payload.Base[Pong], Payload[Pong], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pong
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Base
  7. Payload
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Pong(typeCode: Unsigned16)

Value Members

  1. val factory: Factory[Pong]
    Definition Classes
    BasePayload
  2. def offset: Unsigned16
    Definition Classes
    Payload
  3. val typeCode: Unsigned16
    Definition Classes
    PongPayload