Class/Object

net.psforever.packet.control

ControlSyncResp

Related Docs: object ControlSyncResp | package control

Permalink

final case class ControlSyncResp(timeDiff: Int, serverTick: Long, field1: Long, field2: Long, field3: Long, field4: Long) extends PlanetSideControlPacket with Product with Serializable

The response packet dispatched by the server to a client's ControlSync packet. As noted, it echoes most of the fields originating from within its companion packet except for serverTick.

timeDiff

na; echoes ControlSync.timeDiff

serverTick

na

field1

na; echoes ControlSync.field64A

field2

na; echoes ControlSync.field64B

field3

na; echoes ControlSync.field64B (+/- 1)

field4

na; echoes ControlSync.field64A

Source
ControlSyncResp.scala
Linear Supertypes
Product, Equals, PlanetSideControlPacket, PlanetSidePacket, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ControlSyncResp
  2. Product
  3. Equals
  4. PlanetSideControlPacket
  5. PlanetSidePacket
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ControlSyncResp(timeDiff: Int, serverTick: Long, field1: Long, field2: Long, field3: Long, field4: Long)

    Permalink

    timeDiff

    na; echoes ControlSync.timeDiff

    serverTick

    na

    field1

    na; echoes ControlSync.field64A

    field2

    na; echoes ControlSync.field64B

    field3

    na; echoes ControlSync.field64B (+/- 1)

    field4

    na; echoes ControlSync.field64A

Type Members

  1. type Packet = ControlSyncResp

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ControlSyncResp to any2stringadd[ControlSyncResp] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ControlSyncResp, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ControlSyncResp to ArrowAssoc[ControlSyncResp] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def encode: Attempt[BitVector]

    Permalink
    Definition Classes
    ControlSyncRespPlanetSidePacket
  9. def ensuring(cond: (ControlSyncResp) ⇒ Boolean, msg: ⇒ Any): ControlSyncResp

    Permalink
    Implicit information
    This member is added by an implicit conversion from ControlSyncResp to Ensuring[ControlSyncResp] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (ControlSyncResp) ⇒ Boolean): ControlSyncResp

    Permalink
    Implicit information
    This member is added by an implicit conversion from ControlSyncResp to Ensuring[ControlSyncResp] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): ControlSyncResp

    Permalink
    Implicit information
    This member is added by an implicit conversion from ControlSyncResp to Ensuring[ControlSyncResp] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): ControlSyncResp

    Permalink
    Implicit information
    This member is added by an implicit conversion from ControlSyncResp to Ensuring[ControlSyncResp] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. val field1: Long

    Permalink

    na; echoes ControlSync.field64A

  15. val field2: Long

    Permalink

    na; echoes ControlSync.field64B

  16. val field3: Long

    Permalink

    na; echoes ControlSync.field64B (+/- 1)

  17. val field4: Long

    Permalink

    na; echoes ControlSync.field64A

  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ControlSyncResp to StringFormat[ControlSyncResp] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def opcode: ControlPacketOpcode.Value

    Permalink
  26. val serverTick: Long

    Permalink

    na

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. val timeDiff: Int

    Permalink

    na; echoes ControlSync.timeDiff

  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def [B](y: B): (ControlSyncResp, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ControlSyncResp to ArrowAssoc[ControlSyncResp] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Product

Inherited from Equals

Inherited from PlanetSideControlPacket

Inherited from PlanetSidePacket

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ControlSyncResp to any2stringadd[ControlSyncResp]

Inherited by implicit conversion StringFormat from ControlSyncResp to StringFormat[ControlSyncResp]

Inherited by implicit conversion Ensuring from ControlSyncResp to Ensuring[ControlSyncResp]

Inherited by implicit conversion ArrowAssoc from ControlSyncResp to ArrowAssoc[ControlSyncResp]

Ungrouped