Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BadMsgNotification

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { badMsgId: BigInteger; badMsgSeqno: number; errorCode: number }

Type declaration

  • badMsgId: BigInteger
  • badMsgSeqno: number
  • errorCode: number
CONSTRUCTOR_ID: 2817521681
SUBCLASS_OF_ID: 3468337495
classType: "constructor"
className: "BadMsgNotification"
badMsgId: BigInteger
badMsgSeqno: number
errorCode: number

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { badMsgId: BigInteger; badMsgSeqno: number; errorCode: number }

Constructors

  • new BadMsgNotification(args: { badMsgId: BigInteger; badMsgSeqno: number; errorCode: number }): BadMsgNotification

Generated using TypeDoc