Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Pong

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { msgId: BigInteger; pingId: BigInteger }

Type declaration

  • msgId: BigInteger
  • pingId: BigInteger
CONSTRUCTOR_ID: 880243653
SUBCLASS_OF_ID: 2171268721
classType: "constructor"
className: "Pong"
msgId: BigInteger
pingId: BigInteger

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { msgId: BigInteger; pingId: BigInteger }
  • fromReader(reader: any): Pong

Constructors

  • new Pong(args: { msgId: BigInteger; pingId: BigInteger }): Pong

Generated using TypeDoc