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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ControlSyncResp
- Product
- Equals
- PlanetSideControlPacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ControlSyncResp(timeDiff: Int, serverTick: Long, field1: Long, field2: Long, field3: Long, field4: Long)
- 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
- type Packet = ControlSyncResp
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def encode: Attempt[BitVector]
- Definition Classes
- ControlSyncResp → PlanetSidePacket
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val field1: Long
- val field2: Long
- val field3: Long
- val field4: Long
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def opcode: ControlPacketOpcode.Value
- Definition Classes
- ControlSyncResp → PlanetSideControlPacket → PlanetSidePacket
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val serverTick: Long
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeDiff: Int
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()